Next org-powered version of ryuslash.org
Find a file
Tom Willemse 077938588b Fixup .gitignore
Everything should publish to ‘/public‘ now instead of ‘/public_html’. Cask uses
‘/.cask’ to install the local dependencies. ‘/posts/index.org’ and
‘/posts/index.org~’ get generated by org-mode.
2020-03-19 20:27:23 -07:00
posts Update post properties 2020-03-19 20:24:30 -07:00
src/less Dynamically generate the index file 2020-02-23 20:23:42 -08:00
.gitignore Fixup .gitignore 2020-03-19 20:27:23 -07:00
.gitlab-ci.yml Fix publishing 2020-03-19 20:22:03 -07:00
Cask Add syntax highlighting for Dockerfile mode 2020-03-19 20:23:17 -07:00
GNUmakefile Fix publishing 2020-03-19 20:22:03 -07:00
publish.el Generate CSS classes instead of trying to generate inline-css 2020-03-19 20:23:37 -07:00
README.org Initial commit 2019-10-06 12:57:14 -07:00

ryuslash.org README

This is the source project of my website https://ryuslash.org. It doesn't contain much for now, but eventually this will be where all my stuff lives.

Compiling

To compile a local copy from Org-mode files into HTML, use the command make. This will generate a local copy in the public_html directory.