My Personal website made with markdown,css and pandoc.
There is a helper script that build the sites and injects custom css when pandoc converts the .md files to .html
- Pandoc
- Direnv
- Install pandoc and direnv
- Follow the instructions for direnv and add it to your shell
- Edit .envrc and change
_BASE_DIR
to ur project directory - Allow direnv to ur project directory
$ cd project && direnv allow
- Currently follow the same directory structure (will improve it)
- To build the project
$ project build
- To run the project
$ project start
Open a browser and go to http://localhost:8000