aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* default.nix: Remove existing HTML before publishingEuAndreh2020-08-141-1/+1
* Assert date matches TIL filenameEuAndreh2020-08-142-1/+9
* Add TIL on git checkoutEuAndreh2020-08-141-0/+72
* Add description fileEuAndreh2020-08-141-0/+1
* sitemap.xml: Add pastebins and TILsEuAndreh2020-08-131-3/+21
* Add TIL on Jekyll anchorsEuAndreh2020-08-131-0/+155
* styles.css: Show underline on code block anchors on hoverEuAndreh2020-08-131-0/+5
* Create Jekyll hook to add anchors to code block linesEuAndreh2020-08-132-1/+30
* styles.css: Reshuffle declarations and organize with some commentsEuAndreh2020-08-131-13/+30
* Create Jekyll hook to add header anchors based on the header IDs...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 EuAndreh2020-08-133-0/+27
* i18n-date.html: Replace HTML comments with liquid comments...So they don't pollute the final source. EuAndreh2020-08-121-2/+6
* about.md: Remove old links, make it similar to sobre.mdEuAndreh2020-08-121-4/+0
* about.md: Remove commented projectsEuAndreh2020-08-121-8/+0
* til.md: Remove </p> left overEuAndreh2020-08-121-1/+1
* styles.css: Add light pink background colorEuAndreh2020-08-121-0/+1
* Use a single name for the site home linkEuAndreh2020-08-122-7/+1
* Use <h2> tags for subtitlesEuAndreh2020-08-123-5/+5
* Use _includes/i18n-date.html for datesEuAndreh2020-08-127-10/+45
* scripts/assert-content.sh: Add check for missing titleEuAndreh2020-08-121-1/+11
* Add title to pages missing itEuAndreh2020-08-127-3/+7
* default.html: Add hreflang to <link alternate> tagsEuAndreh2020-08-121-2/+2
* default.html: Add page title meta attribute only when it existsEuAndreh2020-08-121-1/+3
* default.html: Fix missing link in <link alternate>EuAndreh2020-08-121-1/+2
* Add TIL entry on filenames with timestamp, alongside with it's pt translationEuAndreh2020-08-122-0/+67
* scritps/assert-content.sh: Remove verbose JSON error outputEuAndreh2020-08-121-2/+0
* Add custom permalink for TIL Jekyll collectionEuAndreh2020-08-121-0/+1
* Remove '-post' and '-til' postfix from templates/ refEuAndreh2020-08-122-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. EuAndreh2020-08-126-16/+5
* Remove empty TODOs.orgEuAndreh2020-08-121-0/+0
* Allow more folders to contain 'FIXME' textEuAndreh2020-08-122-1/+10
* Assert all post refs end with '-post' and TIL refs end with -til...Also add this assertion to ./scripts/assert-content.sh. EuAndreh2020-08-126-5/+16
* public-inbox.html: Add link to email me directlyEuAndreh2020-08-121-2/+6
* Add post and TIL templatesEuAndreh2020-08-123-0/+15
* _layouts/til.html: Mirror _layouts/post.html contentEuAndreh2020-08-121-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; EuAndreh2020-08-1222-224/+172
* assert-content.sh: Look at post refs too, not only pagesEuAndreh2020-08-102-14/+21
* Finish migrating til.mdEuAndreh2020-08-103-8/+105
* Also separate footnotes with a borderEuAndreh2020-08-101-1/+1
* Add til.dmEuAndreh2020-08-101-0/+53
* CSS: Add clearer separation between end of post and post footerEuAndreh2020-08-103-4/+8
* Add post on Guix in builds.sr.htEuAndreh2020-08-101-0/+128
* default.nix: Exclude _posts/ from utils.fixme checkEuAndreh2020-08-101-1/+1
* Remove _drafts folderEuAndreh2020-08-093-239/+0
* _posts: Change to named footnotesEuAndreh2020-08-094-33/+33
* Show updated_at in post headerEuAndreh2020-08-092-0/+8
* sobre.md: Disclaim english-only linkEuAndreh2020-08-081-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. EuAndreh2020-08-081-1/+4
* 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