Next org-powered version of ryuslash.org
Find a file
Tom Willemse cbee86f26d Move public_html to public
If I remember correctly the gitlab pages deployment needs everything to be in
‘public’.
2019-10-06 19:29:11 -07:00
src/less Add styling 2019-10-06 18:29:15 -07:00
.gitignore Initial commit 2019-10-06 12:57:14 -07:00
.gitlab-ci.yml Move public_html to public 2019-10-06 19:29:11 -07:00
Cask Use Cask to run Emacs 2019-10-06 19:09:45 -07:00
GNUmakefile Use Cask to run Emacs 2019-10-06 19:09:45 -07:00
index.org Ignore draft articles 2019-10-06 18:21:13 -07:00
project-config.el Add styling 2019-10-06 18:29:15 -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.