aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Stop considering templates/ in scriptsEuAndreh2020-12-194-4/+3
* Use 'post' layout for pastebinsEuAndreh2020-12-1958-182/+321
* Add some categories to existing pastebinsEuAndreh2020-12-1648-228/+811
* Update localesEuAndreh2020-12-163-66/+141
* Revert "Remove --quiet from po2md"...This reverts commit fb63b4765013b51157bc0c192000ed4deab313bc. Default output of po2md is too verbose for what I want. EuAndreh2020-12-162-2/+2
* sync-translations.sh: Remove duplicated git diffEuAndreh2020-12-161-1/+0
* Remove --quiet from po2mdEuAndreh2020-12-162-2/+2
* Awk TIL: Move shell option to shebang lines in code blocksEuAndreh2020-12-161-6/+5
* sync-translations.sh: Fix git diff check for Nix buildEuAndreh2020-12-151-2/+4
* Update po entries with eu_categoriesEuAndreh2020-12-1542-131/+478
* Add some categories to existing TIL entriesEuAndreh2020-12-1511-0/+52
* Fix kind in til-by-category filesEuAndreh2020-12-154-4/+4
* sync-translations.sh: Fix diff checkEuAndreh2020-12-151-1/+2
* Add x-by-category for articles,til,slides,pastebins in en,pt,fr,eoEuAndreh2020-12-1537-38/+578
* Remove pastebins link to about.mdEuAndreh2020-12-157-18/+10
* Add pastebins to to <nav> and make <nav> CSS look better on small screensEuAndreh2020-12-153-45/+54
* TIL on Awk: Add update section with POSIX Awk versionEuAndreh2020-12-154-0/+76
* Remove templates/*EuAndreh2020-12-152-31/+0
* Update locale filesEuAndreh2020-12-159-15/+885
* Add TIL on AwkEuAndreh2020-12-152-0/+156
* styles.css: Make the border of code lighter and on both sides tooEuAndreh2020-12-151-2/+2
* Pastebins: Move FIXED comments to beginning of fileEuAndreh2020-12-152-4/+8
* Guix pack pastebin: add FIXED commentEuAndreh2020-12-151-0/+4
* rellocatable -> relocatableEuAndreh2020-12-151-1/+1
* /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add _pastebi...EuAndreh2020-12-151-0/+83
* default.nix: Add remotePUblishScriptEuAndreh2020-12-041-0/+10
* metadata.json -> descriptionEuAndreh2020-12-042-3/+1
* public-inbox.html: Add comment on the existence of public-inbox.htmlEuAndreh2020-12-021-0/+6
* Shrink footer on comments in postsEuAndreh2020-12-022-17/+10
* Rename LICENSE -> COPYINGEuAndreh2020-12-021-0/+0
* Update po filesEuAndreh2020-11-306-0/+618
* Fix pastebin layoutEuAndreh2020-11-301-1/+1
* Add til on git notes on CIEuAndreh2020-11-302-0/+120
* Add FIXED update to pastebinEuAndreh2020-11-271-1/+2
* /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add _pastebi...EuAndreh2020-11-271-0/+48
* Replace spaces by dashes in categories ids and linksEuAndreh2020-11-151-2/+2
* Remove files from _slides while still unpublishedEuAndreh2020-11-142-377/+0
* en.txt: Remove erroneous "portuguse" entryEuAndreh2020-11-141-1/+0
* Add TIL on gPodderEuAndreh2020-11-146-0/+183
* Spell check, add translation files and publish article on local-first softwareEuAndreh2020-11-1410-31/+2510
* Add draft of article on local-first softwareEuAndreh2020-11-141-0/+303
* assert-content.sh: Remove extra duplicate contains-element of ${IGNORED_PAGES...EuAndreh2020-11-141-5/+2
* assert-content.sh: Filter out all .atom filesEuAndreh2020-11-141-3/+12
* Generate feed files for all collections and languagesEuAndreh2020-11-1421-73/+51
* Include link to categories feeds on categories pagesEuAndreh2020-11-141-1/+5
* Generate feeds for each categorized entriesEuAndreh2020-11-144-3/+64
* plaintext generator: Filter the collection instead of each documentEuAndreh2020-11-141-3/+3
* Exclude locale/ from ag searchesEuAndreh2020-11-141-1/+2
* building a database article: Use :db/root over null valueEuAndreh2020-11-144-29/+64
* Use "eu_categories" frontmatter attribute...Jekyll treats names like "category" and "categories" differently, so I chose to name it "eu_categories" in order to avoid inheriting the special treatment, and have full control of what a category means and how it behaves. The _includes/category.html was changed to reflect that, with an extra coupled change that makes it not specific to articles, but any collection type. EuAndreh2020-11-1435-172/+328