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
Vojtěch Káně
52cde96ba1
Fix a typo in blog/psp1
2020-05-14 23:47:37 +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
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
Vojtěch Káně
02e9938d11
Change title of blog/covid19 to be more descriptive
2020-05-04 20:00:01 +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
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
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
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
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
Vojtěch Káně
0a61815dcb
Add blogPhoto shortcode
...
This shortcode is intended to be used in blogposts to include photos. It
downscales them and uses srcset to serve appropriate sizes to the
browsers.
2020-04-16 23:14:46 +02:00
Vojtěch Káně
5e5c5df3ef
Move content specific assets under that content
2020-04-15 23:54:42 +02:00
Vojtěch Káně
7696ed3952
Simplify Dockerfiles
...
There is no need to run explicit mkdir, since the new directory is not
used during the build and workdir command creates it automatically.
2020-01-01 12:49:45 +01:00
Vojtěch Káně
d4293c9f08
Fix typo in Print text
2019-12-09 12:05:13 +01:00
Vojtěch Káně
a427b7a211
Fix grammar in czech version of talks overview
2019-10-25 12:12:34 +02:00
Vojtěch Káně
dcf3944bbf
Add Intro to UNIX talk
2019-10-25 10:18:28 +02:00
Vojtěch Káně
885f144931
Fix Czech declension of Alan's name
2019-10-24 17:27:14 +02:00
vojta001
87b389e839
Fix content/talks/ProjectDocs' front matter
2019-09-09 11:43:39 +02:00
Vojtěch Káně
d7fbcc0ebc
Temporarily hide address
2019-09-08 19:17:37 +02:00
Vojtěch Káně
933f9b4f87
Update website source code link
2019-09-08 18:48:48 +02:00
Vojtěch Káně
9c5dbf1c35
Fix sponsors logo animation
2019-09-08 18:12:14 +02:00
Vojtěch Káně
c63825bfd4
Enable Gitlab CI to test buildability.
2019-07-16 11:34:03 +02:00
Vojtěch Káně
b715d297fd
Clone submodules over HTTPS not to require authentication (for users comfort al well as for easier CI/CD).
...
Unified .gitmodules syntax.
2019-07-15 13:45:52 +02:00