Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 669 Bytes

Website Builder

This repository contains the source of my website in gemini-esq markup which is exported to html using a cli application called 'meow'. Git Hooks are used to update the html on every commit when the markdown is edited. The webiste is hosted using Cloudflare Pages.

  • Check website here
  • Website source code here

Dependencies

Setup git hooks

Make pre-commit.sh executable if not already:

chmod +x pre-commit.sh

Softlink to hooks directory:

ln -s -f ../../pre-commit.sh .git/hooks/pre-commit