Next org-powered version of ryuslash.org
Tom Willemse
92794bf08d
This adds a fer extra colors that work well in dark mode, light should still be fixed. Also fixes up a few other visual elements: - Line numbers should line up with lines of code again. - The buttons to switch to a different branch at the top of a repository page looks a little more in-place. It has the same padding as the other form elements, and the same background as the rest of the header. - Give other form elements on repository pages more consistent padding. - Separate the ‘log’, ‘stats’, and ‘plain’ buttons on the repository tree page so they don't just look like they're one word together. |
||
---|---|---|
assets | ||
emacs | ||
podcasts | ||
posts | ||
software | ||
src/less | ||
.gitignore | ||
Dockerfile | ||
Eldev | ||
emacs.org | ||
GNUmakefile | ||
index.org | ||
Jenkinsfile | ||
manifest.scm | ||
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.