Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Sort posts by date in reverse | EuAndreh | 2020-02-17 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove TODOs.org | EuAndreh | 2020-02-17 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | _config.yml: Exclude result from Jekyll build | EuAndreh | 2020-02-17 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | Fix navigation bar links to Atom feeds | EuAndreh | 2020-02-14 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'tidy' | EuAndreh | 2020-02-14 | 4 | -25/+69 | |
|\ \ \ | |_|/ |/| | | | | | Add HTML linting and identing validation step. | |||||
| * | | Improve error message of tidy-content.sh | EuAndreh | 2020-02-14 | 2 | -7/+7 | |
| | | | ||||||
| * | | Remove old error tidy message | EuAndreh | 2020-02-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add building docs to test derivation | EuAndreh | 2020-02-14 | 1 | -0/+2 | |
| | | | ||||||
| * | | Call tidy-content.sh in build derivation | EuAndreh | 2020-02-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix call of tidy: run in quiet mode | EuAndreh | 2020-02-14 | 1 | -4/+3 | |
| | | | ||||||
| * | | Only list posts for languages there are available | EuAndreh | 2020-02-14 | 1 | -7/+6 | |
| | | | ||||||
| * | | _layouts/default.html: Generate langs <ul> only when there are langs | EuAndreh | 2020-02-14 | 1 | -17/+17 | |
| | | | ||||||
| * | | Merge branch 'master' into tidy | EuAndreh | 2020-02-14 | 2 | -0/+19 | |
| |\ \ | |/ / |/| | | ||||||
* | | | .build.yml: Don't publish when not on master branch | EuAndreh | 2020-02-14 | 1 | -0/+5 | |
| | | | ||||||
* | | | /home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add ↵ | EuAndreh | 2020-02-14 | 1 | -0/+14 | |
| |/ |/| | | | | | _pastebins/guix-shebang.md | |||||
| * | html tidy wip | EuAndreh | 2020-02-12 | 4 | -11/+55 | |
|/ | ||||||
* | Sort pastebins listing by date | EuAndreh | 2020-02-09 | 1 | -1/+2 | |
| | ||||||
* | Remove unused pastebins layout | EuAndreh | 2020-02-09 | 1 | -10/+0 | |
| | ||||||
* | Add missing URI escaping | EuAndreh | 2020-02-08 | 1 | -3/+3 | |
| | ||||||
* | Add URI escaping to mailto link | EuAndreh | 2020-02-08 | 1 | -1/+1 | |
| | ||||||
* | Remove extra role=main attribute | EuAndreh | 2020-02-08 | 1 | -1/+1 | |
| | ||||||
* | Escape HTML title in meta tag | EuAndreh | 2020-02-08 | 1 | -1/+1 | |
| | | | | Avoid errors with quotes in page titles | |||||
* | TODOs.org | EuAndreh | 2020-02-06 | 1 | -0/+1 | |
| | ||||||
* | Remove extra line | EuAndreh | 2020-02-06 | 1 | -1/+0 | |
| | ||||||
* | Run assert-content.sh in test derivation | EuAndreh | 2020-02-06 | 2 | -1/+15 | |
| | ||||||
* | TODOs.org | EuAndreh | 2020-02-06 | 1 | -2/+1 | |
| | ||||||
* | Use i18n date format everywhere | EuAndreh | 2020-02-06 | 4 | -4/+4 | |
| | ||||||
* | Merge branch 'jekyll' | EuAndreh | 2020-02-06 | 74 | -1064/+1608 | |
|\ | ||||||
| * | Setup publish environment variables | EuAndreh | 2020-02-06 | 2 | -1/+5 | |
| | | ||||||
| * | Let jekyll create the $out directory | EuAndreh | 2020-02-06 | 1 | -1/+0 | |
| | | ||||||
| * | Fix shellcheck offenses | EuAndreh | 2020-02-06 | 1 | -23/+8 | |
| | | ||||||
| * | Format default.nix with nixfmt | EuAndreh | 2020-02-06 | 1 | -2/+1 | |
| | | ||||||
| * | Format gemset.nix with nixfmt | EuAndreh | 2020-02-06 | 1 | -84/+97 | |
| | | ||||||
| * | Run hunspell in test derivation | EuAndreh | 2020-02-06 | 1 | -0/+11 | |
| | | ||||||
| * | WIP setup hunspell | EuAndreh | 2020-02-06 | 7 | -1/+113 | |
| | | ||||||
| * | Add aliases to english Atom feed | EuAndreh | 2020-02-06 | 5 | -5/+4 | |
| | | ||||||
| * | Add feed.all.atom to IGNORED_PAGES | EuAndreh | 2020-02-06 | 2 | -2/+1 | |
| | | ||||||
| * | Add Atom feed with all languages | EuAndreh | 2020-02-06 | 7 | -3/+17 | |
| | | ||||||
| * | Rewrite md with link references | EuAndreh | 2020-02-06 | 4 | -26/+41 | |
| | | ||||||
| * | CSS tweak code block highlight | EuAndreh | 2020-02-06 | 1 | -5/+2 | |
| | | ||||||
| * | Assert pastebins have lang frontmatter | EuAndreh | 2020-02-06 | 2 | -0/+17 | |
| | | ||||||
| * | Add missing lang annotations | EuAndreh | 2020-02-06 | 6 | -35/+2 | |
| | | ||||||
| * | Use pandoc to render markdown | EuAndreh | 2020-02-06 | 4 | -0/+35 | |
| | | ||||||
| * | Update code highlight CSS class | EuAndreh | 2020-02-06 | 1 | -1/+1 | |
| | | ||||||
| * | Markdown cleanup | EuAndreh | 2020-02-06 | 2 | -2/+2 | |
| | | ||||||
| * | Sanitize markdown content | EuAndreh | 2020-02-06 | 17 | -244/+178 | |
| | | ||||||
| * | Use custom date format for pt | EuAndreh | 2020-02-05 | 2 | -8/+2 | |
| | | ||||||
| * | Test: assert date in filename matches date in frontmatter | EuAndreh | 2020-02-05 | 3 | -10/+35 | |
| | | ||||||
| * | Point to language-specific home | EuAndreh | 2020-02-05 | 2 | -1/+4 | |
| | | ||||||
| * | Use commonmark instead of kramdown | EuAndreh | 2020-02-05 | 5 | -2/+47 | |
| | |