Next org-powered version of ryuslash.org
Find a file
Tom Willemse f58fe670d9 Run stages using different container images
The Build/HTML stage needs the Emacs image because it uses Emacs to convert the
org files into html files. The Build/CSS stage runs in an image defined by the
Dockerfile in this repository, installing just make, npm, and lessc to convert
the less files into CSS files. And the Deploy step needs to upload using rsync
overs ssh.
2020-10-09 23:07:55 -07:00
emacs Restructure website, start writing 2020-09-10 01:34:32 -07:00
posts Update post properties 2020-03-19 20:24:30 -07:00
src/less Restructure website, start writing 2020-09-10 01:34:32 -07:00
.gitignore Move org-timestamps directory to project 2020-03-19 20:38:13 -07:00
.gitlab-ci.yml Fix publishing 2020-03-19 20:22:03 -07:00
Cask Add rainbow-delimiters to prog-mode 2020-03-19 23:16:08 -07:00
Dockerfile Run stages using different container images 2020-10-09 23:07:55 -07:00
GNUmakefile Move org-timestamps directory to project 2020-03-19 20:38:13 -07:00
index.org Add mention of Mastering Emacs 2020-09-21 01:12:56 -07:00
Jenkinsfile Run stages using different container images 2020-10-09 23:07:55 -07:00
publish.el Restructure website, start writing 2020-09-10 01:34:32 -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.