Commit Graph

161 Commits

Author SHA1 Message Date
Vojtěch Káně
b38c1ef3a3 Merge branch 'vojta001/manual-docker-build' into 'master'
Run docker-build in CI when manually requested only

See merge request patek-devs/patek.cz!26
2020-05-18 15:07:32 +00:00
Vojtěch Káně
f4bfb14430 Run docker-build in CI when manually requested only
The mentioned job is run very often, because of issues in GitLab:
https://gitlab.com/gitlab-org/gitlab/-/issues/27318
https://gitlab.com/gitlab-org/gitlab-foss/-/issues/59354

Given how rarely a rebuild is actually needed, I consider this to be an
acceptable compromise.
2020-05-18 17:04:41 +02:00
Greenscreener
ef79b1d52f Merge branch 'gs/yt-icon' into 'master'
Added YT icon to footer.

See merge request patek-devs/patek.cz!24
2020-05-18 11:50:09 +00:00
Greenscreener
f413d962cb Added YT icon to footer. 2020-05-18 12:46:56 +02:00
Greenscreener
d6c188e882 Added YT livestream. 2020-05-18 12:35:38 +02:00
Greenscreener
1a76143b6f Modified PSP link, added button. 2020-05-18 12:22:54 +02:00
Greenscreener
ac7f072260 Added schedule to the first PSP. 2020-05-16 14:52:03 +02:00
Vojtěch Káně
52cde96ba1 Fix a typo in blog/psp1 2020-05-14 23:47:37 +02:00
Greenscreener
943c9285da Merge branch 'gs/psp1' into 'master'
Added first article about the PSP.

See merge request patek-devs/patek.cz!23
2020-05-14 20:11:27 +00:00
Greenscreener
8b7e7d4bb2 Added first article about the PSP. 2020-05-14 22:04:23 +02:00
Vojtěch Káně
076ae393ba Merge branch 'vojta001/patek-logo-fallback' into 'master'
Provide fallback values for <patek-logo>s

See merge request patek-devs/patek.cz!21
2020-05-14 18:04:53 +00:00
Greenscreener
fcf2bf220e Merge branch 'gs/patek-logo-fallback' into 'vojta001/patek-logo-fallback'
Added fallback CSS for PatekLogos.

See merge request patek-devs/patek.cz!22
2020-05-14 17:55:45 +00:00
Greenscreener
8f48a12a63 Added explaining comment. 2020-05-14 18:29:55 +02:00
Greenscreener
b0c1775f10 Added fallback css for the PatekLogos. 2020-05-12 11:31:25 +02:00
Vojtěch Káně
4562b4255d Provide fallback values for <patek-logo>s
This is targeted to browsers without custom elements support, or with
disabled JavaScript.
2020-05-12 08:51:16 +02:00
Vojtěch Káně
7d3dee0b8c Merge branch 'vojta001/rss' into 'master'
Add link to RSS feed to <head>

See merge request patek-devs/patek.cz!20
2020-05-11 14:23:36 +00:00
Vojtěch Káně
ebedef09ab Add link to RSS feed to <head> 2020-05-11 15:29:36 +02:00
Vojtěch Káně
d5a2f75647 Merge grammar and stylistic fixes into 'master'
See merge request patek-devs/patek.cz!18
2020-05-05 14:29:36 +00:00
Vojtěch Káně
853b1c0426 Fix gramar: remove extra comma
The items of the list are not contrary to each other, therefore a comma
shall not be used. See https://prirucka.ujc.cas.cz/?id=155
2020-05-05 16:20:43 +02:00
Vojtěch Káně
6166306025 Merge branch 'blog-photo-link' into 'master'
Add link to original image to blogPhoto

Closes #13

See merge request patek-devs/patek.cz!19
2020-05-05 11:43:31 +00:00
Vojtěch Káně
f031cb9826 Add link to original image to blogPhoto shortcode
We might decide to link to still slightly compressed version, but this
currently works fine.
2020-05-05 13:01:23 +02:00
Vojtěch Káně
e1d673f293 Fix grammar and stylistic issues 2020-05-05 10:52:40 +02:00
Vojtěch Káně
db795989ac Fix typos 2020-05-05 09:56:01 +02:00
Vojtěch Káně
22dd589af0 Merge in blog post about activities during COVID19 pandemic
See merge request patek-devs/patek.cz!17
2020-05-04 20:54:03 +00:00
Greenscreener
f9868c496b Merge branch 'gs/photo-shortcode' into 'master'
Rewrote atthack blog post to use blogPhoto.

See merge request patek-devs/patek.cz!16
2020-05-04 20:39:45 +00:00
Greenscreener
3166141cc3 Rewrote atthack blog post to use blogPhoto. 2020-05-04 20:39:45 +00:00
Vojtěch Káně
02e9938d11 Change title of blog/covid19 to be more descriptive 2020-05-04 20:00:01 +02:00
Greenscreener
3d01628a8e Fixed grammar 2020-05-04 15:23:54 +02:00
Vojtěch Káně
21c11c6e52 Add blog post about COVID19 2020-05-04 14:21:19 +02:00
Vojtěch Káně
d10218c320 Merge new blogPhoto shortcode into 'master'
See merge request patek-devs/patek.cz!9
2020-05-04 12:17:57 +00:00
Vojtěch Káně
058de79991 Remove the sizes attribute
It defaults to 100vw, which may be wasteful sometimes, but it guarantees
smooth experience. I am not aware of any simple way of requesting the
current widescreen behavior "make it as wide as possible while not
exceeding 30rem height" using the sizes attribute.

This setting may be especially wasteful for portrait images, as their
rendered width will be much smaller than the viewport width.
2020-05-03 14:55:51 +02:00
Vojtěch Káně
5be48c59c6 Raise the quality of low res images
They might be scaled up by the browser making compression artifacts much
more visible.
2020-05-03 14:47:11 +02:00
Greenscreener
a4fada34fb Merge branch 'gs/logo-generator-png' into 'master'
Added PNG generation to logo generator.

See merge request patek-devs/patek.cz!15
2020-05-01 15:54:38 +00:00
Greenscreener
732844863c Added PNG generation to logo generator. 2020-05-01 17:49:54 +02:00
Vojtěch Káně
710b7ad71c Merge in a license proposal as a final license
Closes #5

See merge request patek-devs/patek.cz!11
2020-05-01 11:41:49 +00:00
Vojtěch Káně
ab2ee65539 Replace "webpage" with "website" in the license proposal 2020-04-29 12:37:10 +02:00
Greenscreener
897eb88bec Merge branch 'gs/darkmode-fix' into 'master'
A big improvement for dakrmode.

Closes #10 and #11

See merge request patek-devs/patek.cz!14
2020-04-28 09:47:52 +00:00
Greenscreener
488c587c5f Merge branch 'remove-gitkeeps' into 'master'
Removed all .gitkeep files as they are not needed anymore.

See merge request patek-devs/patek.cz!13
2020-04-27 14:47:45 +00:00
Vojtěch Káně
7e4e5267ab Merge branch 'remove-hugo-folder' into 'master'
Remove unused `hugo` folder

See merge request patek-devs/patek.cz!12
2020-04-27 14:24:14 +00:00
Greenscreener
7bc21cb434 Degeneralized darkmode and added some proper styling for it.
Resolves #11 and #10
2020-04-26 21:05:40 +02:00
Greenscreener
51d60ea121 Removed all .gitkeep files as they are not needed anymore. 2020-04-26 20:13:59 +02:00
Vojtěch Káně
7387f12c28 Remove unused hugo folder
This folder is probably a relict. It is neither mentioned in the docs
(at least not in b760aceb1e99b4c0e83039b0f9c1864ed8b738ac) nor created
by default by `hugo new site`.
2020-04-23 23:22:09 +02:00
Greenscreener
8a376ec7bd Added more specific selector for transition.
This doesn't exactly solve the darkmode issue, it just makes it a little
less noticable.
2020-04-23 17:41:39 +02:00
Greenscreener
db46217d96 Added missing <head> tag
I feel like this doesn't need a MR
2020-04-22 22:07:41 +02:00
Vojtěch Káně
24f9649f97 Propose a license. 2020-04-22 15:23:29 +02:00
Vojtěch Káně
e922f2f28d Merge in using <figure> element
See merge request patek-devs/patek.cz!10
2020-04-22 13:23:39 +02:00
Vojtěch Káně
e591d16e9d Use <figure> and <figcaption> in blogPhoto shortcode 2020-04-21 22:55:57 +02:00
Vojtěch Káně
891110771e Include the compressed original image in src/srcset, if it happens to be
smaller than the largest size we resize to.
2020-04-20 23:06:27 +02:00
Vojtěch Káně
315ec5b77b Generalize blogPhoto shortcode
Generate the resized images from simple config array + generate only
those, that are actualy smaller then the original.
2020-04-20 13:54:08 +02:00
Vojtěch Káně
cc5e75e469 Fix blogPhoto shortcode
w unit inside srcset means width in original photo pixels, not height
2020-04-20 13:35:43 +02:00