summaryrefslogtreecommitdiff
path: root/_posts (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh8-1456/+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-10-05cargo2nix: Use overlay on exampleEuAndreh1-4/+5
2020-10-05cargo2nix post: Fix derivation nameEuAndreh1-1/+1
2020-10-05cargo2nix post: Proofread againEuAndreh1-6/+6
2020-10-05swift2nix post: Remove duplicated phrasesEuAndreh1-2/+2
2020-10-05cargo2nix: Proofread on the browserEuAndreh1-10/+11
2020-10-05cargo2nix post: Fix spellingEuAndreh1-1/+1
2020-10-05Add initial draft of cargo2nix postEuAndreh1-0/+74
2020-10-05Revert back to the title with colonEuAndreh1-1/+1
2020-10-05swift2nix post: Use dashes instead of colon on titleEuAndreh1-1/+1
2020-10-05swift2nix post: Change category to "mediator"EuAndreh1-1/+1
2020-10-05swift2nix post: Fix spelling and grow dictionaryEuAndreh1-5/+5
2020-10-05swift2nix: proofread on the browserEuAndreh1-20/+27
2020-10-05db post: Add "mediator" categoryEuAndreh1-0/+1
2020-10-05Add initial draft on swift2nix postEuAndreh1-0/+190
2020-09-03db post: better pinpoint sqlite unsuitabilityEuAndreh1-6/+6
2020-09-03db post: Add link to email exchangeEuAndreh1-1/+3
2020-09-03db post: improve wording of posix-sqlite noteEuAndreh1-7/+7
2020-09-03db post: Add correction on SQLite assumption of POSIX filesystemEuAndreh1-3/+41
2020-09-02db post: Add updated_at timestampEuAndreh1-0/+1
2020-09-01db post: Fix typosEuAndreh1-4/+4
2020-09-01db post: Fix typo and add external linksEuAndreh1-1/+9
2020-08-31Add spellchecking back to tests, with support for en, pt and fr dictsEuAndreh2-7/+7
2020-08-31Add missing timestamp on database postEuAndreh1-1/+1
2020-08-31Add post "The database I wish I had"EuAndreh1-0/+245
2020-08-19Fix updated_at header sectionEuAndreh1-1/+1
2020-08-19Update Guix on sr.ht article: Use make instead of ad-hoc scriptsEuAndreh1-3/+3
2020-08-12Revert "Assert all post refs end with '-post' and TIL refs end with -til"EuAndreh5-5/+5
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 -tilEuAndreh5-5/+5
Also add this assertion to ./scripts/assert-content.sh.
2020-08-10Add post on Guix in builds.sr.htEuAndreh1-0/+128
2020-08-09_posts: Change to named footnotesEuAndreh3-31/+31
2020-08-04Use relative paths for <a> links in the same serverEuAndreh1-2/+2
2020-02-24Move draft posts to _draftsEuAndreh3-239/+0
2020-02-23WIP Database Internals reviewEuAndreh1-0/+24
2020-02-17WIP data formats stub draftEuAndreh1-0/+10
2020-02-16TweakEuAndreh1-5/+4
2020-02-12wipEuAndreh1-0/+206
2020-02-06Rewrite md with link referencesEuAndreh1-19/+24
2020-02-06Markdown cleanupEuAndreh1-1/+1
2020-02-06Sanitize markdown contentEuAndreh5-167/+134
2020-02-05DIY Atom feedEuAndreh3-0/+7
2020-02-05Add manual support for multiple languagesEuAndreh2-0/+10
2020-02-05Revert collections_dirEuAndreh4-0/+771
2020-02-05Use collections_dirEuAndreh4-771/+0
2020-02-05Reproduce hakyll behaviourEuAndreh2-3/+4
2020-02-05WIP JekyllEuAndreh5-25/+770
2020-02-05Add Jekyll generated websiteEuAndreh1-0/+25