Commit Graph
231 Commits
Author SHA1 Message Date
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
Vojtěch Káně 5d2fb163e9 Add a machine readable time representation to <time> tags 2020-09-07 13:02:48 +02:00
Vojtěch Káně bdfb146b76 Fix a typo in blog/psp2.cs.md 2020-09-07 13:01:46 +02:00
Vojtěch Káně e0fb96b50c Merge branch 'vojta001/patek20_21' into 'master'
Add a blog post about the new school year 2020/21

See merge request patek-devs/patek.cz!34
2020-09-07 09:47:00 +00:00
Vojtěch Káně 82476cb227 Add a blog post about the new school year 2020/21 2020-09-07 11:34:33 +02:00
Vojtěch Káně 0a837acb14 Fix typo in Greenscreener's author page
I see a UCW keyboard layout user here :)
2020-09-07 10:45:10 +02:00
sijisu f6418ad125 Grammar: commas 2020-08-14 17:56:43 +02:00
Greenscreener 67a5a454f2 Fixed @sijisu's typo. 2020-08-10 14:38:23 +02:00
sijisu 90e4916210 Merge branch 'sijisu/microlab-link' into 'master'
Added microlab link

See merge request patek-devs/patek.cz!32
2020-08-04 13:57:51 +00:00
sijisu b13974453d Content: tuned it a bit 2020-07-31 23:57:22 +02:00
sijisu 706fbb4c0b Content: added microlab link 2020-07-31 22:31:50 +02:00
sijisu 2f1d1794ac Content: added basic link to repo and desciption to the urychlovac project, its at least a bit less awkward now 2020-07-31 21:57:14 +02:00