aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add rainbow-delimiters to prog-modeGravatar Tom Willemse2020-03-192-0/+4
|
* Move org-timestamps directory to projectGravatar Tom Willemse2020-03-193-1/+5
| | | | I prefer keeping everything local so nothing can interfere with one another.
* Fixup .gitignoreGravatar Tom Willemse2020-03-191-1/+3
| | | | | | Everything should publish to ‘/public‘ now instead of ‘/public_html’. Cask uses ‘/.cask’ to install the local dependencies. ‘/posts/index.org’ and ‘/posts/index.org~’ get generated by org-mode.
* Update post propertiesGravatar Tom Willemse2020-03-194-10/+7
| | | | | ‘ID’ shouldn’t be necessary anymore, since it shouldn’t be used for RSS generation. ‘PUBDATE’ should be ‘DATE’. ‘FILE_TAGS’ is actually ‘FILETAGS’.
* Generate CSS classes instead of trying to generate ↵Gravatar Tom Willemse2020-03-191-0/+2
| | | | | | inline-css I’ll style the actual faces later.
* Add syntax highlighting for Dockerfile modeGravatar Tom Willemse2020-03-192-0/+2
|
* Fix publishingGravatar Tom Willemse2020-03-192-5/+5
| | | | | Since everything is published to public/ instead of public_html/ now, I don’t need to move any directory.
* Update the way the blog is generatedGravatar Tom Willemse2020-03-195-108/+133
| | | | Instead of using a dynamic block to generate the index, use a sitemap function.
* Update reading time generationGravatar Tom Willemse2020-02-255-7/+13
|
* Update postsGravatar Tom Willemse2020-02-255-2/+169
|
* Add rough estimation of reading time for each articleGravatar Tom Willemse2020-02-232-13/+95
|
* Split posts and index publishing to fix CSS referenceGravatar Tom Willemse2020-02-231-2/+10
|
* Dynamically generate the index fileGravatar Tom Willemse2020-02-236-16/+73
|
* Move public_html to publicGravatar Tom Willemse2019-10-061-2/+2
| | | | | If I remember correctly the gitlab pages deployment needs everything to be in ‘public’.
* Fix gitlab-ci.ymlGravatar Tom Willemse2019-10-061-1/+1
| | | | ‘before_script’ should be an array of strings.
* Use Cask to run EmacsGravatar Tom Willemse2019-10-063-1/+8
|
* Don’t use make on the css stepGravatar Tom Willemse2019-10-061-1/+1
| | | | The finalgene/lessc image doesn’t appear to have make installed.
* Fix typoGravatar Tom Willemse2019-10-061-0/+0
|
* Add gitlab-ci configurationGravatar Tom Willemse2019-10-062-3/+45
|
* Add stylingGravatar Tom Willemse2019-10-063-2/+18
|
* Ignore draft articlesGravatar Tom Willemse2019-10-062-0/+11
|
* Initial commitGravatar Tom Willemse2019-10-065-0/+49