Next org-powered version of ryuslash.org
Find a file
Tom Willemse 4b60428d3e Underline links
I tried looking at my website on my Kobo the other day and noticed that links on my pages were impossible to discern from other text there. My Kobo just has a monochrome E-ink display, so it cannot differentiate between the links and the rest of the text without this very well.
2023-05-23 23:42:27 -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
software Add pages about Android launchers and CI/CD pipelines 2020-10-10 18:05:08 -07:00
src/less Underline links 2023-05-23 23:42:27 -07:00
.gitignore Switch from Cask to Eldev 2022-03-20 01:13:28 -07:00
Dockerfile Run stages using different container images 2020-10-09 23:07:55 -07:00
Eldev Switch from Cask to Eldev 2022-03-20 01:13:28 -07:00
GNUmakefile Add documentation to the make file 2022-06-19 01:23:39 -07:00
index.org Remove my explicit name 2022-03-20 21:18:09 -07:00
Jenkinsfile Use newer Emacs docker container 2021-07-03 01:50:53 -07:00
publish.el Fix link to Mastodon profile 2022-03-20 01:39:55 -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.