Commit Graph
292 Commits
Author SHA1 Message Date
tomkys144 1c65eedc43 Merge branch 'lfs' into 'master'
lfs talk

See merge request patek-devs/patek.cz!47
2020-10-15 09:18:27 +00:00
tomkys144 0a3cc89ec1 Added real names of speakers 2020-10-15 08:31:56 +00:00
tomkys144 5623a2ae44 Merge branch 'installgentoo' into 'master'
Install Gentoo

See merge request patek-devs/patek.cz!46
2020-10-15 08:27:30 +00:00
Petr Velička a77f8f4915 lfs talk 2020-10-15 10:04:34 +02:00
Emil Miler ab8fa9fa56 Fix emerge command 2020-10-15 09:13:58 +02:00
Emil Miler ca76895597 Install Gentoo 2020-10-15 09:05:57 +02:00
tomkys144 2439fe6bfb Merge branch 'tomkys144/psp3' into 'master'
Add announcement of PSP III

See merge request patek-devs/patek.cz!45
2020-10-14 21:42:16 +00:00
tomkys144 ca36acc155 All praise guests from Microlab... 2020-10-14 23:24:04 +02:00
tomkys144 aa9555a9ab fixed typos 2020-10-14 22:01:03 +02:00
tomkys144 2f5a0ed921 fixed typos 2020-10-14 20:31:01 +02:00
tomkys144 d4d3c30574 Created PSP III announcement 2020-10-14 20:20:04 +02:00
Vojtěch Káně f99a30e668 Merge branch 'vojta001/patek_cz-internals' into 'master'
Add talk about patek.cz's internals

See merge request patek-devs/patek.cz!44
2020-10-14 17:25:35 +00:00
Vojtěch Káně 03fe1f02a3 Add talk about patek.cz's internals 2020-10-14 17:21:50 +02:00
Vojtěch Káně b0d578dbe4 Fix Cache-Control headers for files under img dir
The glob pattern did not work (probably issues with the negation).

RE2 (Google's high performance RegEx engine) does not support negation either, that's why it has to be expanded this way (negated character groups are supported).

Glob patterns are not matched against the leading slash, but regexes are (undocumented, but observed).

Relates to !43 and therefore ae3148337b (the behavior finaly matches the description).
2020-10-10 10:48:53 +02:00
Vojtěch Káně 9342033393 Merge branch 'vojta001/cache-control' into 'master'
Set Cache-Control headers for certain content on Firebase

See merge request patek-devs/patek.cz!43
2020-10-07 20:13:45 +00:00
Vojtěch Káně 9230d8e16c Merge branch 'vojta001/grey-text' into 'master'
Make `.has-text-grey` constrast enought with white to pass the WCAG AA requirements

See merge request patek-devs/patek.cz!42
2020-10-07 16:10:49 +00:00
Vojtěch Káně edf81d21bb Merge branch 'vojta001/darkmode-toggle-button' into 'master'
Add a button to toggle dark mode and polish darkmode in general.

Closes #14 and #3

See merge request patek-devs/patek.cz!38
2020-10-07 14:28:04 +00:00
Vojtěch Káně ae3148337b Set Cache-Control headers for certain content on Firebase
My reasoning is:

* any CSS or JS files
	their name contains their hash — 1 month
* anything under img folder
	might change while keeping name — 1 day
* any image anywhere except img folder
	usually giant photos attached to blog posts, rarely change and if they do, they usually change name as well — 1 month
2020-10-07 13:36:17 +02:00
Vojtěch Káně 28ca2b6092 Merge branch 'vojta001/html-lang' into 'master'
Add lang attribute to the <html> element

See merge request patek-devs/patek.cz!41
2020-10-07 10:59:43 +00:00
Greenscreener 8518c3ce41 Unified darkmode and footer link colour. 2020-10-07 12:29:01 +02:00
Vojtěch Káně c3aec2e29f Make .has-text-grey constrast enought with white to pass the WCAG AA requirements
While being unspottable with the naked eye, this will make some pages of your site formally accessible (blog listing for example).
2020-10-07 11:54:07 +02:00
Greenscreener 80ac584b16 Resolved #14. 2020-10-07 11:34:41 +02:00
Greenscreener 33d2332e3e Fixed classes on dark-mode-toggler. 2020-10-07 11:25:31 +02:00
Vojtěch Káně eb6f8be3b4 Add lang attribute to the <html> element
This should improve SEO and accessibility.
2020-10-07 11:18:44 +02:00
Vojtěch Káně 4160dc3a25 Replace custom styles on dark mode button with Bulma's is-arrowless 2020-10-07 11:03:04 +02:00
Vojtěch Káně f1c790f63e Improve accessibility of the dark mode button 2020-10-07 10:59:44 +02:00
Vojtěch Káně b3617e4ef0 Set the moon icon using a CSS class
This ensures higher compatibility and better code readability
2020-10-07 10:55:55 +02:00
Vojtěch Káně 2c22cfcd8d Update the creation timestamp of blog/covidbreak-part2
Make it match the actual release date as the article was pending for realy long and its target changed.

The timestamp is based on the author date of 9bca1ac17d
2020-10-06 22:19:59 +02:00
Greenscreener 9bca1ac17d Merge branch 'vojta001/patek-covid2' into 'master'
Add info about IRL meetings interruption

See merge request patek-devs/patek.cz!36
2020-10-06 19:59:34 +00:00
Greenscreener 5cbe7b14f9 Fixed grammar. 2020-10-06 16:08:31 +02:00
Greenscreener a33eaeeedb Fixed color of pagination link. 2020-10-06 15:19:32 +02:00
Greenscreener 1eeff69f75 Changed icon to moon. 2020-10-06 15:14:45 +02:00
Vojtěch Káně 22210def86 Fix typo 2020-10-06 07:59:43 +02:00
Greenscreener 97788e99d8 Merge branch 'gs/commented-code' into 'master'
Remove unused commented out code.

See merge request patek-devs/patek.cz!40
2020-10-05 20:49:43 +00:00
Greenscreener 9edf9edaba Remove unused commented out code. 2020-10-05 03:01:29 +02:00
Greenscreener 8136844c3e Fixed ugly pagination. 2020-10-05 02:31:49 +02:00
Greenscreener b3f1187824 Rephrased and postponed this message. 2020-10-05 02:18:14 +02:00
Greenscreener 08bc849323 Replaced emoji with FontAwesome icon. 2020-10-05 02:07:46 +02:00
Vojtěch Káně 10977c2e55 Add a button to toggle dark mode
Also drop support for setting it through the URL query parameter
2020-09-30 22:15:54 +02:00
Vojtěch Káně f819d6108a Merge branch 'vojta001/ci-artifacts' into 'master'
Shorten CI artifacts expirations

See merge request patek-devs/patek.cz!37
2020-09-29 11:32:24 +00:00
Vojtěch Káně 667d7e75a4 Shorten CI artifacts expirations
Our CI artifacts currently take up over 2GB, which is A LOT given they can easily be rebuilt later.
2020-09-28 17:11:45 +02:00
Vojtěch Káně 595ba1b1de Add talk about Python programming and the KSP-Z seminar 2020-09-28 16:50:25 +02:00
Vojtěch Káně e1d3e20056 Rephrase blog/covidbreak-part2 so that it cannot be interpreted offensively 2020-09-23 15:50:47 +02:00
Vojtěch Káně baa9a2d977 Fix typo in blog/covidbreak-part2 2020-09-23 13:11:18 +02:00
Vojtěch Káně fe60cdf9fc Add info about IRL meetings interruption 2020-09-23 12:32:58 +02:00
Vojtěch Káně 90357b5e2c Merge branch 'vojta001/datetime' into 'master'
Add a machine readable time representation to <time> tags

See merge request patek-devs/patek.cz!35
2020-09-07 14:21:18 +00:00
Greenscreener 5065937340 Merge branch 'vojta001/gs-typo' into 'master'
Fix typo in Greenscreener's author page

See merge request patek-devs/patek.cz!33
2020-09-07 13:13:50 +00:00
Vojtěch Káně c6ed42bbc2 Add a summary of my FOSS talk 2020-09-07 14:25:23 +02:00
Vojtěch Káně 96a0148a1f Fix partials/linkedContent
There was a forgotten debug constant
2020-09-07 14:22:49 +02:00
Vojtěch Káně ebc8a763a9 Create my author page
Also change the link from Vojta to vojta001 as I use the abbrev kinda often.
2020-09-07 13:39:03 +02:00