My homepage with org-mode
Introduction
The source code of this website can be found on Github.
This setup is based on Emacs with org-mode. The CSS is adapted from Arnaud Legrand’s website, while the Emacs functionnalities to publish the website have been implemented by Duncan Mac-Vicar P. (see his his introductory post and the original source).
Usage
- Posts go into
posts/
Preferably in their own subdirectory together with all their assets (self-contained) - Tutorials go in
tutorials/
, as they are rendered (for now) with the readtheorg theme
To generate:
$ make
The output site will be rendered in public/
.
To run a simple HTTP server locally, to preview before pushing:
make serve
License
The code used for generating the site is licensed under the MIT license.