Skip to content

dnbias/braindump

Repository files navigation

Netlify Status

Daniel's Braindump

You've somehow found my brain, welcome.

This is a Zettelkasten generated via Emacs ox-hugo and uses my branch the cortex theme by Jethro Kuan, to whom goes credits for the process here described.

I write everything in Emacs org-mode and then convert everything through the Ninja build tool.

Build

To convert all Org files into Markdown, run:

./build.py

After that run hugo to generate the files (find them in /public):

$ hugo

Or run the following to get an immediately browsable website on localhost:

$ hugo serve

Deployment

I deploy through Netlify and is easy enough, just feed it the github repository and set the build tool as hugo.