Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add scripts/missing-translations.sh | EuAndreh | 2020-08-16 | 1 | -0/+61 | |
| | ||||||
* | scripts/assert-content.sh: Add USAGE text | EuAndreh | 2020-08-16 | 1 | -0/+12 | |
| | ||||||
* | a-propos.md: Ajouter remarque pour le langue de boneco | EuAndreh | 2020-08-16 | 1 | -1/+1 | |
| | ||||||
* | Don't use h1 for sections in articles | EuAndreh | 2020-08-16 | 1 | -3/+3 | |
| | ||||||
* | Make blog_url dynamic instead of pointing to root which is always english | EuAndreh | 2020-08-16 | 2 | -1/+5 | |
| | ||||||
* | i18n: Ajouter le support pour la version française | EuAndreh | 2020-08-16 | 10 | -15/+110 | |
| | ||||||
* | TIL on searching in git: Make quoting of '<regexp>' consistent | EuAndreh | 2020-08-16 | 1 | -3/+3 | |
| | ||||||
* | _includes/feed.atom: Remove extra title filtering | EuAndreh | 2020-08-16 | 1 | -1/+1 | |
| | ||||||
* | feed.til.pt.atom: Fix typo | EuAndreh | 2020-08-16 | 1 | -1/+1 | |
| | ||||||
* | _includes/feed.atom: Remove leading <xml> tag | EuAndreh | 2020-08-16 | 1 | -1/+0 | |
| | ||||||
* | Add TIL on searching in git | EuAndreh | 2020-08-16 | 1 | -0/+51 | |
| | ||||||
* | Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn> | EuAndreh | 2020-08-15 | 2 | -4/+16 | |
| | | | | | Now the hook creates a wrapping <span> to put the header and it's existing link inside, and add the new anchor as a sibling. | |||||
* | about: Add link to boneco.euandreh.xyz | EuAndreh | 2020-08-15 | 2 | -0/+14 | |
| | ||||||
* | Run Jekyll hooks on :pages too | EuAndreh | 2020-08-15 | 2 | -2/+2 | |
| | ||||||
* | TIL on git: add missing link | EuAndreh | 2020-08-14 | 1 | -0/+2 | |
| | ||||||
* | config.yml: Use singular $SITE/pastebin/$SLUG for pastebin page | EuAndreh | 2020-08-14 | 1 | -0/+1 | |
| | ||||||
* | TIL on git: Fix stackoverflow link | EuAndreh | 2020-08-14 | 1 | -3/+4 | |
| | ||||||
* | default.nix: Remove existing HTML before publishing | EuAndreh | 2020-08-14 | 1 | -1/+1 | |
| | ||||||
* | Assert date matches TIL filename | EuAndreh | 2020-08-14 | 2 | -1/+9 | |
| | ||||||
* | Add TIL on git checkout | EuAndreh | 2020-08-14 | 1 | -0/+72 | |
| | ||||||
* | Add description file | EuAndreh | 2020-08-14 | 1 | -0/+1 | |
| | ||||||
* | sitemap.xml: Add pastebins and TILs | EuAndreh | 2020-08-13 | 1 | -3/+21 | |
| | ||||||
* | Add TIL on Jekyll anchors | EuAndreh | 2020-08-13 | 1 | -0/+155 | |
| | ||||||
* | styles.css: Show underline on code block anchors on hover | EuAndreh | 2020-08-13 | 1 | -0/+5 | |
| | ||||||
* | Create Jekyll hook to add anchors to code block lines | EuAndreh | 2020-08-13 | 2 | -1/+30 | |
| | ||||||
* | styles.css: Reshuffle declarations and organize with some comments | EuAndreh | 2020-08-13 | 1 | -13/+30 | |
| | ||||||
* | Create Jekyll hook to add header anchors based on the header IDs | EuAndreh | 2020-08-13 | 3 | -0/+27 | |
| | | | | | | | Impement add-anchor-to-header-from-header-id.rb using regexps, like the "official hooks" do: - https://github.com/jekyll/jekyll-mentions - https://github.com/jekyll/jemoji | |||||
* | i18n-date.html: Replace HTML comments with liquid comments | EuAndreh | 2020-08-12 | 1 | -2/+6 | |
| | | | | So they don't pollute the final source. | |||||
* | about.md: Remove old links, make it similar to sobre.md | EuAndreh | 2020-08-12 | 1 | -4/+0 | |
| | ||||||
* | about.md: Remove commented projects | EuAndreh | 2020-08-12 | 1 | -8/+0 | |
| | ||||||
* | til.md: Remove </p> left over | EuAndreh | 2020-08-12 | 1 | -1/+1 | |
| | ||||||
* | styles.css: Add light pink background color | EuAndreh | 2020-08-12 | 1 | -0/+1 | |
| | ||||||
* | Use a single name for the site home link | EuAndreh | 2020-08-12 | 2 | -7/+1 | |
| | ||||||
* | Use <h2> tags for subtitles | EuAndreh | 2020-08-12 | 3 | -5/+5 | |
| | ||||||
* | Use _includes/i18n-date.html for dates | EuAndreh | 2020-08-12 | 7 | -10/+45 | |
| | ||||||
* | scripts/assert-content.sh: Add check for missing title | EuAndreh | 2020-08-12 | 1 | -1/+11 | |
| | ||||||
* | Add title to pages missing it | EuAndreh | 2020-08-12 | 7 | -3/+7 | |
| | ||||||
* | default.html: Add hreflang to <link alternate> tags | EuAndreh | 2020-08-12 | 1 | -2/+2 | |
| | ||||||
* | default.html: Add page title meta attribute only when it exists | EuAndreh | 2020-08-12 | 1 | -1/+3 | |
| | ||||||
* | default.html: Fix missing link in <link alternate> | EuAndreh | 2020-08-12 | 1 | -1/+2 | |
| | ||||||
* | Add TIL entry on filenames with timestamp, alongside with it's pt translation | EuAndreh | 2020-08-12 | 2 | -0/+67 | |
| | ||||||
* | scritps/assert-content.sh: Remove verbose JSON error output | EuAndreh | 2020-08-12 | 1 | -2/+0 | |
| | ||||||
* | Add custom permalink for TIL Jekyll collection | EuAndreh | 2020-08-12 | 1 | -0/+1 | |
| | ||||||
* | Remove '-post' and '-til' postfix from templates/ ref | EuAndreh | 2020-08-12 | 2 | -2/+2 | |
| | ||||||
* | Revert "Assert all post refs end with '-post' and TIL refs end with -til" | EuAndreh | 2020-08-12 | 6 | -16/+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. | |||||
* | Remove empty TODOs.org | EuAndreh | 2020-08-12 | 1 | -0/+0 | |
| | ||||||
* | Allow more folders to contain 'FIXME' text | EuAndreh | 2020-08-12 | 2 | -1/+10 | |
| | ||||||
* | Assert all post refs end with '-post' and TIL refs end with -til | EuAndreh | 2020-08-12 | 6 | -5/+16 | |
| | | | | Also add this assertion to ./scripts/assert-content.sh. | |||||
* | public-inbox.html: Add link to email me directly | EuAndreh | 2020-08-12 | 1 | -2/+6 | |
| | ||||||
* | Add post and TIL templates | EuAndreh | 2020-08-12 | 3 | -0/+15 | |
| |