summaryrefslogtreecommitdiff
path: root/_tils (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-18v0 migration to mkwbEuAndreh24-2132/+0
2022-11-26Replace kuvira -> tophEuAndreh2-5/+5
git grep -l euandreh.xyz | xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|' Plus a few other manual changes.
2022-08-31Replace website.git address with euandre.org.git addressEuAndreh1-1/+1
2022-04-12Rename favicon to lord-faviconEuAndreh1-4/+5
2022-01-16_tils/2021-07-23-gpg-verification-of-git-repositories-without-tls.md: Add ↵EuAndreh1-1/+4
note on obsolete Git Protocol server
2021-10-11_tils/2020-11-30-storing-ci-data-on-git-notes.md: Fix linksEuAndreh1-24/+26
After wiping the server, I removed the old logs. I've replaced with a commit where the logs exist.
2021-10-11Update link to Git repositoriesEuAndreh2-5/+5
2021-09-13_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md: Fix order of ↵EuAndreh1-1/+1
request-pull option
2021-08-14mv _tils/2021-04-24-three-way-conditional-for-number-signs{ => -on-lisp}.mdEuAndreh1-2/+4
2021-08-13_tils/2021-08-11-encoding-and-decoding-javascript-bigint-values-with-reviver ↵EuAndreh1-20/+13
.md: Use regex to make the reviver dramatically simpler
2021-08-12_tils/2021-08-11-encoding-and-decoding-javascript-bigint-values-with-reviver ↵EuAndreh1-0/+107
.md: Add
2021-07-23Add TIL on git:// protocolEuAndreh1-0/+53
2021-06-08_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md: Fix link to ↵EuAndreh1-1/+1
example project
2021-06-07Update link to project websitesEuAndreh1-2/+3
2021-04-27Expand TIL on Clojure auto-curry to include Common Lisp versionEuAndreh1-3/+64
2021-04-24Proofread TIL on nif macroEuAndreh1-2/+2
2021-04-24Explicitly order TILs written in the same dayEuAndreh3-3/+3
2021-04-24Add TIL on nif macroEuAndreh1-0/+61
2021-04-24Add references section to TIL on CLOSEuAndreh2-1/+5
2021-04-24Proofread TIL on Clojure auto curryingEuAndreh1-1/+1
2021-04-24Proofread TIL on CLOSEuAndreh1-2/+2
2021-04-24Add TIL on Lisp's :argument-precedence-orderEuAndreh1-0/+133
2021-04-24Add TIL on Clojure auto-curryingEuAndreh1-0/+74
2021-03-06Remove about/ suffix from Git repo linksEuAndreh2-2/+2
2021-01-17Add TIL on POSIX sh shebangsEuAndreh1-0/+57
2021-01-12Awk TIL: tweak introdctionEuAndreh1-1/+1
2021-01-12Add another TIL on AWK: curl flagsEuAndreh1-0/+142
2021-01-12SVG TIL: Add link to faviconEuAndreh1-1/+10
2020-12-29Add TIL on SVG faviconEuAndreh1-0/+124
2020-12-16Awk TIL: Move shell option to shebang lines in code blocksEuAndreh1-6/+5
2020-12-15Update po entries with eu_categoriesEuAndreh2-0/+4
2020-12-15Add some categories to existing TIL entriesEuAndreh11-0/+52
2020-12-15TIL on Awk: Add update section with POSIX Awk versionEuAndreh1-0/+16
2020-12-15Add TIL on AwkEuAndreh1-0/+154
2020-11-30Add til on git notes on CIEuAndreh1-0/+118
2020-11-14Add TIL on gPodderEuAndreh1-0/+33
2020-11-13Nix and Bash TIL: Fix LOGS_PREFIX -> LOGS_DIREuAndreh1-1/+1
2020-11-12Add TIL on CI with Nix and BashEuAndreh1-0/+71
2020-11-12Add git bisect TIL, modifying the Bash TIL date to sort on the listEuAndreh2-1/+34
2020-11-12Add useful bash variables TILEuAndreh1-0/+70
2020-11-08Add find -xtype l TIL entryEuAndreh1-0/+34
2020-11-04Translated TIL: Fix updated_at datenixpkgs-review1-1/+1
2020-11-04Add translated updated_at: front matternixpkgs-review2-0/+10
2020-11-03Prepare for translation front matter of ↵nixpkgs-review1-0/+7
_tils/2020-08-12-simple-filename-timestamp.md
2020-10-23assert-content.sh: Enforce filename to be title slug + dateEuAndreh2-0/+0
2020-10-23assert-content.sh: Enforce "ref" is the slug of the "title" for pages in enEuAndreh2-2/+2
2020-10-13s/etc./*etc.*/gEuAndreh1-1/+1
2020-10-11Git search TIL: Fix typo in code exampleEuAndreh1-1/+1
2020-10-11Add TIL entry on searching the Git log for a filename patternEuAndreh1-0/+33
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh8-8/+8
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.