aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* about.md: Pastebin -> PastebinsEuAndreh2020-08-081-1/+1
|
* Remove scripts/update-public-key.shEuAndreh2020-08-081-6/+0
|
* Ignore FIXME occurrencies inside _pastebin/EuAndreh2020-08-061-1/+1
|
* Remove broken links to 404 pagesEuAndreh2020-08-052-8/+8
|
* Remove HTML Tidy stepEuAndreh2020-08-052-43/+1
| | | | | | It conflicts with rouge, and changes the visualization of the final HTML. So I can look at a CSS locally served by 'jekyll serve' but in the end final output is different.
* Use tidy to format HTMLEuAndreh2020-08-052-2/+3
| | | | More than to lint it :shrug:
* Add trailing slash to relative addressEuAndreh2020-08-051-1/+1
|
* update-public-key.sh: Export only a single GPG public keyEuAndreh2020-08-051-1/+1
|
* Simplify styles.css and setup line number for code blocksEuAndreh2020-08-052-20/+14
| | | | | | Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now.
* Add only public key for eu@euandre.org in public-key.txtEuAndreh2020-08-051-49/+2
|
* Use relative paths for <a> links in the same serverEuAndreh2020-08-043-8/+8
|
* Revert "Don't reverse the order of posts in the posting list in index.html"EuAndreh2020-08-011-1/+1
| | | | This reverts commit 73dd41e059497af9722bf9082dfc7f6b50277b49.
* Don't reverse the order of posts in the posting list in index.htmlEuAndreh2020-08-011-1/+1
| | | | I though that the reverse that was required, but it had the oposite effect.
* style.css: Make the border of code blocks more discreteEuAndreh2020-08-011-1/+2
|
* Update SSH secret UUIDEuAndreh2020-07-221-1/+1
|
* Add scripts/update-public-key.sh and update public keyEuAndreh2020-07-222-15/+68
|
* TODOs.orgEuAndreh2020-02-241-1/+0
|
* _config.yml: Remove vendor/ from exclude listEuAndreh2020-02-241-1/+0
|
* Merge branch 'wip'EuAndreh2020-02-243-0/+239
|\
| * Remove tmp/EuAndreh2020-02-249-82/+0
| |
| * Move draft posts to _draftsEuAndreh2020-02-243-2/+2
| |
| * WIP Database Internals reviewEuAndreh2020-02-231-0/+24
| |
| * WIP data formats stub draftEuAndreh2020-02-171-0/+10
| |
| * TweakEuAndreh2020-02-161-5/+4
| |
| * Merge branch 'master' into wipEuAndreh2020-02-155-27/+71
| |\
| * \ Merge branch 'master' into wipEuAndreh2020-02-142-0/+19
| |\ \
| * | | wipEuAndreh2020-02-1210-0/+288
| | | |
* | | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵EuAndreh2020-02-231-0/+24
| | | | | | | | | | | | | | | | _pastebins/gnu-guix-systemd-daemon-for-nixos.md
* | | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵EuAndreh2020-02-231-0/+44
| | | | | | | | | | | | | | | | _pastebins/guix-users-in-nixos-system-configuration.md
* | | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵EuAndreh2020-02-231-0/+10
| | | | | | | | | | | | | | | | _pastebins/nix-string-padding.md
* | | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵EuAndreh2020-02-231-0/+17
| | | | | | | | | | | | | | | | _pastebins/guix-builder-user-creation-commands.md
* | | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵EuAndreh2020-02-231-0/+29
| | | | | | | | | | | | | | | | _pastebins/nix-pinning.md
* | | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵EuAndreh2020-02-231-0/+27
| | | | | | | | | | | | | | | | _pastebins/rpn-macro-setup.md
* | | | TODOs.orgEuAndreh2020-02-171-0/+1
| | | |
* | | | Sort posts by date in reverseEuAndreh2020-02-171-1/+1
| | | |
* | | | Remove TODOs.orgEuAndreh2020-02-171-3/+0
| | | |
* | | | _config.yml: Exclude result from Jekyll buildEuAndreh2020-02-171-0/+1
| |_|/ |/| |
* | | Fix navigation bar links to Atom feedsEuAndreh2020-02-141-2/+2
| | |
* | | Merge branch 'tidy'EuAndreh2020-02-144-25/+69
|\ \ \ | |_|/ |/| | | | | Add HTML linting and identing validation step.
| * | Improve error message of tidy-content.shEuAndreh2020-02-142-7/+7
| | |
| * | Remove old error tidy messageEuAndreh2020-02-141-1/+1
| | |
| * | Add building docs to test derivationEuAndreh2020-02-141-0/+2
| | |
| * | Call tidy-content.sh in build derivationEuAndreh2020-02-141-1/+1
| | |
| * | Fix call of tidy: run in quiet modeEuAndreh2020-02-141-4/+3
| | |
| * | Only list posts for languages there are availableEuAndreh2020-02-141-7/+6
| | |
| * | _layouts/default.html: Generate langs <ul> only when there are langsEuAndreh2020-02-141-17/+17
| | |
| * | Merge branch 'master' into tidyEuAndreh2020-02-142-0/+19
| |\ \ | |/ / |/| |
* | | .build.yml: Don't publish when not on master branchEuAndreh2020-02-141-0/+5
| | |
* | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵EuAndreh2020-02-141-0/+14
| |/ |/| | | | | _pastebins/guix-shebang.md
| * html tidy wipEuAndreh2020-02-124-11/+55
|/