Source code for the official Pátek website.
Go to file
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
archetypes Allow slides and recordings be linked to talks 2020-05-21 10:56:05 +02:00
content Update the creation timestamp of blog/covidbreak-part2 2020-10-06 22:19:59 +02:00
i18n Replace "webpage" with "website" in the license proposal 2020-04-29 12:37:10 +02:00
layouts/partials Added YT icon to footer. 2020-05-18 12:46:56 +02:00
linting Simplify Dockerfiles 2020-01-01 12:49:45 +01:00
static/img Move content specific assets under that content 2020-04-15 23:54:42 +02:00
themes/patek Merge branch 'vojta001/grey-text' into 'master' 2020-10-07 16:10:49 +00:00
.firebaserc Added firebase configs. 2019-07-16 13:58:02 +02:00
.gitignore Added firebase configs. 2019-07-16 13:58:02 +02:00
.gitlab-ci.yml Shorten CI artifacts expirations 2020-09-28 17:11:45 +02:00
.gitmodules Clone submodules over HTTPS not to require authentication (for users comfort al well as for easier CI/CD). 2019-07-15 13:45:52 +02:00
config.json Added baseURL to config. 2019-12-05 17:26:30 +01:00
docker-compose.yml Using images from gitlab docker image registry. 2019-09-08 19:04:48 +02:00
firebase.json Fix Cache-Control headers for files under img dir 2020-10-10 10:48:53 +02:00
LICENSE Replace "webpage" with "website" in the license proposal 2020-04-29 12:37:10 +02:00
LICENSE_CC-BY-4.0 Propose a license. 2020-04-22 15:23:29 +02:00
LICENSE_MIT Propose a license. 2020-04-22 15:23:29 +02:00
Makefile Added Makefile for local linting and checking. 2019-07-19 14:18:15 +02:00
README.md Initial commit 2019-06-25 16:32:07 +00:00

Pátek.cz

Source code for the official Pátek website.