Commit Graph

890 Commits (68d0b708350816eca97c4093c7f16be0556f76b6)
 

Author SHA1 Message Date
Thomas Quinot 68d0b70835 HA setup
Thomas Quinot 449005e850 Add serve script for local tests
Thomas Quinot d128e71b81 Fix markup syntax for code block titles
Thomas Quinot 98b1414f9b Fix time zone
Thomas Quinot 7de6775203 Add entry: MARC21 -> UNIMARC conversion
Thomas Quinot 29dc3aa1c5 Customize About page
Thomas Quinot 1426492e13 Remove placeholder article
Thomas Quinot 903e5edef2 Add Drone CI/CD
Thomas Quinot c2b16a4084 Enable emoji support
Thomas Quinot 55e3e36e5e Site config minimal customization
Thomas Quinot 7a06a84f08 Install bundle
Thomas Quinot c72b35b8e9 Import sources
Thomas Quinot 850007e4fd Initial Jekyll setup
Thomas Quinot ab542f68d5 Add new articles
Thomas Quinot 89b876d41c Add new posts
Thomas Quinot 38e50bddc2 Record new posts
Thomas Quinot e2a0c11383 New article on ngeth
Thomas Quinot eaa40bda46 New article on new laptop
Thomas Quinot 457cb5a10c Update stuff
Thomas Quinot f9d5b2b391 Add new posts and upgrade X keymap discussion
Thomas Quinot 52943c49a8 Enable Google AdSense
Thomas Quinot 2c0270407b Unicode support: x11-fonts/symbola
Thomas Quinot 48cf4c75ca Minor updates
Thomas Quinot b102c5a301 Fix link syntax
Thomas Quinot 4f94361cc0 Epilogue to latest Digikam woes
Thomas Quinot 7a3994287a Final word on OVH network issue
Thomas Quinot 32fb0c00aa Portupgrade step
Thomas Quinot dbbad85fb2 Show 10 recent posts
Thomas Quinot 672082cf6e Fix code blocks
Thomas Quinot 13a64d942b New info
Thomas Quinot 861543d35f Record new posts
Thomas Quinot e85905b691 Add Google Analytics tracking
Thomas Quinot 2fcc790759 Status update
Thomas Quinot 5af48a60e9 record new post and updates
Thomas Quinot 973e577856 Add GLBP info
Thomas Quinot 831ec1c9d8 Bizarre filtering at OVH
Thomas Quinot b0a3a5525d Update
Thomas Quinot 81fbdf1880 Initial posts!
Thomas Quinot 6c97f116a5 Initial blog setup
Brandon Mathis 5080107cb9 Fixed improper canonical url
Brandon Mathis 594a60a02e Merge pull request from KeenRivals/image-optimization
Optimized PNG images with optipng & advdef.
KeenRivals 0cb3d15a6e Advpng optimizations
KeenRivals 6c10082d71 Optimized PNG images in the classic theme with optipng -o7 -strip all *.png and advdef -z4 -i60 *.png. Savings of 3KiB.
Brandon Mathis ceac2d2d1c Fixed repo_url detection regex
Brandon Mathis 3a2a5d9bf9 Added poster="" to list of things expand urls should work on.
Brandon Mathis 1708b99a06 refactor videos regex to be less insane
Philippe Lovis c72c3cd2a4 Fix relative URLs for video tag
Fixes issue . The markup regex only matched URLs beginning with 'http'.
This change adds support for relative URLs beginning with '/'. The regex is
based on the one used in image_tag.rb.
Parker Moore c811040d45 Merge pull request from ndbroadbent/fix_code
Tidy up some code in category_generator.rb
Nathan Broadbent 326e3cda59 Should use << for string concatenation in Ruby
Nathan Broadbent da2b5e7506 Fix verbose code with a one liner