Next org-powered version of ryuslash.org
Tom Willemse
f58fe670d9
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. |
||
---|---|---|
emacs | ||
posts | ||
src/less | ||
.gitignore | ||
.gitlab-ci.yml | ||
Cask | ||
Dockerfile | ||
GNUmakefile | ||
index.org | ||
Jenkinsfile | ||
publish.el | ||
README.org |
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.