summaryrefslogtreecommitdiff
path: root/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-14Replace links to git.sr.ht/~euandreh to git.euandreh.xyzEuAndreh1-4/+12
2020-10-23Use site.tld for referencing TLD address, and site.author.email for emailEuAndreh1-3/+3
2020-10-23assert-content.sh: Enforce filename to be title slug + dateEuAndreh1-0/+0
2020-10-23assert-content.sh: Enforce "ref" is the slug of the "title" for pages in enEuAndreh1-1/+1
2020-10-13s/etc./*etc.*/gEuAndreh1-1/+1
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh1-0/+0
Yep, this commit is too big big I didn't want to take the trouble of splitting it now. - _config.yml translation keys are now simetrical on the entitiy: articles, pastebins, tils, slides, etc.; - _posts were moved to _articles: the _posts collection had special treatment in Jekyll which I wanted to avoid; - the filtering of entries for the Atom feed is now done inside the _includes/feed.atom file instead of every feed file; - all entities are now dealt with using the pluralized name: articles, pastebins, tils, slides. No more inconsistencies on the key names, they now should only make sense as the translation value on the dictionary; - add base reveal.js infrastruture, with Jekyll generating the listing page and nothing else.
2020-08-12Revert "Assert all post refs end with '-post' and TIL refs end with -til"EuAndreh1-1/+1
This reverts commit e0db9261ea31c38ea5b6de4246d9f651920443a0. Now instead of having such restriction in name of separate "namespaces" for posts and TILs, I'd rather have more meaninful names for each entry. If this doesn't work on the long run (like being hard coming up with enw names) I can add this restriction again.
2020-08-12Assert all post refs end with '-post' and TIL refs end with -tilEuAndreh1-1/+1
Also add this assertion to ./scripts/assert-content.sh.
2020-08-09_posts: Change to named footnotesEuAndreh1-14/+13
2020-02-06Sanitize markdown contentEuAndreh1-28/+26
2020-02-05DIY Atom feedEuAndreh1-0/+2
2020-02-05Revert collections_dirEuAndreh1-0/+0
2020-02-05Use collections_dirEuAndreh1-0/+0
2020-02-05WIP JekyllEuAndreh1-0/+145