Commit Graph

290 Commits

Author SHA1 Message Date
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
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
Greenscreener
5e602eda1c Merge branch 'move-assets' into 'master'
Move content specific assets under that content

See merge request patek-devs/patek.cz!8
2020-04-16 12:48:06 +00:00
Vojtěch Káně
5e5c5df3ef Move content specific assets under that content 2020-04-15 23:54:42 +02:00
7f74428fb4 Put link to recording on new line 2020-04-15 18:05:29 +00:00
c9e2f1be67 Added link to recording 2020-04-15 18:04:29 +00:00
Greenscreener
5d1ecf7199 Changed git talk time. 2020-04-14 23:20:04 +02:00
Greenscreener
c163f327b2 Added talk about git. 2020-04-14 11:06:02 +02:00
Greenscreener
5f8f61a47f Added oscilloscopes talk abstract. 2020-02-23 12:20:22 +01:00
Greenscreener
61c3516c83 Added swapper, fine tuned svg boundary. 2020-02-23 11:54:16 +01:00
Greenscreener
feea091945 Removed redundant code snippet. 2020-02-22 21:39:47 +01:00
Greenscreener
996ac62e1a Removed console.logs, added default value to svg. 2020-02-22 21:13:21 +01:00
Greenscreener
9f835ca8ce Created logo generator WITH SVG downloader. 2020-02-22 20:57:05 +01:00
Greenscreener
39676bbf86 Search Engine Optimization. 2020-02-09 10:40:01 +00:00
Sijisu
a2e577ce0f Grammer 2020-01-10 10:41:30 +01:00
Sijisu
071a5fa023 You should have trusted me. 2020-01-07 13:11:09 +01:00
Sijisu
ea7dc47630 Merge branch 'sijisu/urlfix' into 'master'
Updated URL to my website

See merge request patek-devs/patek.cz!6
2020-01-07 11:23:15 +00:00
Sijisu
7a09d3191f Update _index.en.md 2020-01-07 11:21:22 +00:00
Sijisu
1e250810e7 Update _index.cs.md 2020-01-07 11:19:25 +00:00
Greenscreener
51b05fc18d Changed BigClown to Hardwareio. 2020-01-06 21:07:57 +01: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