Greenscreener
42f63626a2
Přidán testovací článek
2020-11-06 14:20:25 +00:00
Vojtěch Káně
7ab2c45019
Merge branch 'vojta001/dark-mode-fix' into 'master'
...
Fix emphasized text color in dark mode
Closes #16
See merge request patek-devs/patek.cz!48
2020-10-29 22:20:23 +00:00
Vojtěch Káně
7ec43bc5ca
Extend @ondrejmachota's fix #16 for good old b
s as well
2020-10-29 19:57:25 +01:00
Vojtěch Káně
70b95279bf
Update the date of talks/install-gentoo
...
It was postponed to psp4 instead of psp3.
2020-10-28 11:03:37 +01:00
Vojtěch Káně
b3214cd336
Fix talk name in blog/psp3
2020-10-28 10:45:58 +01:00
Vojtěch Káně
5cf95dec8e
Replace hardcoded internal links with ref and relref shortcodes
2020-10-28 10:43:58 +01:00
Ondřej Machota
a1efc2117c
Resolves #16
2020-10-18 17:33:24 +02:00
Greenscreener
d914a323f1
Merge branch 'gs/online-only-notice' into 'master'
...
Suggestion: Add online-only notice.
See merge request patek-devs/patek.cz!39
2020-10-18 11:14:04 +00:00
84e9cd45bc
Talks update
2020-10-16 12:44:25 +00:00
Vojtěch Káně
78a7de80fb
Use relref instead of ref in blog/covidbreak-part2
2020-10-16 12:10:33 +02:00
Greenscreener
2fbd3f949f
Added programmatic switching of online mode to config.
2020-10-15 12:32:09 +02:00
4162034c86
added last talk link
2020-10-15 10:26:07 +00:00
Greenscreener
610bb62f30
Added online-only notice.
2020-10-15 12:12:41 +02:00
Greenscreener
cbdbeeb537
Fixed errors and added links to talks.
2020-10-15 12:05:59 +02:00
Greenscreener
0353671096
Fixed @nixi's talk path.
2020-10-15 11:54:10 +02:00
1c65eedc43
Merge branch 'lfs' into 'master'
...
lfs talk
See merge request patek-devs/patek.cz!47
2020-10-15 09:18:27 +00:00
0a3cc89ec1
Added real names of speakers
2020-10-15 08:31:56 +00:00
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
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
ca36acc155
All praise guests from Microlab...
2020-10-14 23:24:04 +02:00
aa9555a9ab
fixed typos
2020-10-14 22:01:03 +02:00
2f5a0ed921
fixed typos
2020-10-14 20:31:01 +02:00
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