Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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"...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. | EuAndreh | 2020-08-12 | 6 | -16/+5 | |
* | 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...Also add this assertion to ./scripts/assert-content.sh. | EuAndreh | 2020-08-12 | 6 | -5/+16 | |
* | 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 | |
* | _layouts/til.html: Mirror _layouts/post.html content | EuAndreh | 2020-08-12 | 1 | -11/+1 | |
* | Add TILs section, with Atom support and i18n...- add i18n logic to support translated TIL entries and listing; - make the website title less tied to a blog: "EuAndreh::blog" -> <web>EuAndreh</web>; - remove old Atom feed link aliases; - remove feed.all.atom and it's link in the about page; - create Atom feed for TIL entries; - show blog and TIL Atom feed on their listing pages (index and tils-listing); - add root alias: / -> /en/ - remove explicit list of feeds from $IGNORED_PAGES and use a '*.atom' glob instead; - also lint, assert-content and assert-unique-ref of TILs; - fix wrong "post.date" in pastebin entry in site.json; | EuAndreh | 2020-08-12 | 22 | -224/+172 | |
* | assert-content.sh: Look at post refs too, not only pages | EuAndreh | 2020-08-10 | 2 | -14/+21 | |
* | Finish migrating til.md | EuAndreh | 2020-08-10 | 3 | -8/+105 | |
* | Also separate footnotes with a border | EuAndreh | 2020-08-10 | 1 | -1/+1 | |
* | Add til.dm | EuAndreh | 2020-08-10 | 1 | -0/+53 | |
* | CSS: Add clearer separation between end of post and post footer | EuAndreh | 2020-08-10 | 3 | -4/+8 | |
* | Add post on Guix in builds.sr.ht | EuAndreh | 2020-08-10 | 1 | -0/+128 | |
* | default.nix: Exclude _posts/ from utils.fixme check | EuAndreh | 2020-08-10 | 1 | -1/+1 | |
* | Remove _drafts folder | EuAndreh | 2020-08-09 | 3 | -239/+0 | |
* | _posts: Change to named footnotes | EuAndreh | 2020-08-09 | 4 | -33/+33 | |
* | Show updated_at in post header | EuAndreh | 2020-08-09 | 2 | -0/+8 | |
* | sobre.md: Disclaim english-only link | EuAndreh | 2020-08-08 | 1 | -1/+1 | |
* | _config.yml: Add line numbers only to code blocks...The 'line_numbers: true' option enables line numbering for all code blocks, including inline ones. Instead I want line numbering just for code blocks. | EuAndreh | 2020-08-08 | 1 | -1/+4 | |
* | about.md: Pastebin -> Pastebins | EuAndreh | 2020-08-08 | 1 | -1/+1 | |
* | Remove scripts/update-public-key.sh | EuAndreh | 2020-08-08 | 1 | -6/+0 | |
* | Ignore FIXME occurrencies inside _pastebin/ | EuAndreh | 2020-08-06 | 1 | -1/+1 | |
* | Remove broken links to 404 pages | EuAndreh | 2020-08-05 | 2 | -8/+8 | |
* | Remove HTML Tidy step...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. | EuAndreh | 2020-08-05 | 2 | -43/+1 | |
* | Use tidy to format HTML...More than to lint it :shrug: | EuAndreh | 2020-08-05 | 2 | -2/+3 | |
* | Add trailing slash to relative address | EuAndreh | 2020-08-05 | 1 | -1/+1 | |
* | update-public-key.sh: Export only a single GPG public key | EuAndreh | 2020-08-05 | 1 | -1/+1 | |
* | Simplify styles.css and setup line number for code blocks...Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now. | EuAndreh | 2020-08-05 | 2 | -20/+14 | |
* | Add only public key for eu@euandre.org in public-key.txt | EuAndreh | 2020-08-05 | 1 | -49/+2 | |
* | Use relative paths for <a> links in the same server | EuAndreh | 2020-08-04 | 3 | -8/+8 | |
* | Revert "Don't reverse the order of posts in the posting list in index.html"...This reverts commit 73dd41e059497af9722bf9082dfc7f6b50277b49. | EuAndreh | 2020-08-01 | 1 | -1/+1 | |
* | Don't reverse the order of posts in the posting list in index.html...I though that the reverse that was required, but it had the oposite effect. | EuAndreh | 2020-08-01 | 1 | -1/+1 | |
* | style.css: Make the border of code blocks more discrete | EuAndreh | 2020-08-01 | 1 | -1/+2 | |
* | Update SSH secret UUID | EuAndreh | 2020-07-22 | 1 | -1/+1 | |
* | Add scripts/update-public-key.sh and update public key | EuAndreh | 2020-07-22 | 2 | -15/+68 | |
* | TODOs.org | EuAndreh | 2020-02-24 | 1 | -1/+0 | |
* | _config.yml: Remove vendor/ from exclude list | EuAndreh | 2020-02-24 | 1 | -1/+0 | |
* | Merge branch 'wip' | EuAndreh | 2020-02-24 | 3 | -0/+239 | |
|\ | ||||||
| * | Remove tmp/ | EuAndreh | 2020-02-24 | 9 | -82/+0 | |
| * | Move draft posts to _drafts | EuAndreh | 2020-02-24 | 3 | -2/+2 | |
| * | WIP Database Internals review | EuAndreh | 2020-02-23 | 1 | -0/+24 | |
| * | WIP data formats stub draft | EuAndreh | 2020-02-17 | 1 | -0/+10 | |
| * | Tweak | EuAndreh | 2020-02-16 | 1 | -5/+4 | |
| * | Merge branch 'master' into wip | EuAndreh | 2020-02-15 | 5 | -27/+71 | |
| |\ |