Commit graph

20 commits

Author SHA1 Message Date
Vincent Tam
4f59157d5b Replace leading slash in some relURL 2019-07-25 16:15:03 +02:00
Hanzei
26f9dcc1f1
Replace deprecated RSSLink (#146) 2019-04-10 11:16:17 +02:00
Victoria
bb6c4c6c74 Try resolving integrity error 2019-03-18 15:20:04 -04:00
Victoria
31520b6f78 Try netlify.toml and rel css links 2019-03-18 14:46:00 -04:00
Victoria
fabdd8764e Reset to current master, remove crossorigin tags
- Reset previous changes on this branch because Victoria made some
pretty messy commits
- Only change the code this PR is intended to address
2019-03-15 11:19:23 -04:00
Robert J
9b49548467 CORS and Polish lang (#126)
I propose adding `crossorigin=anonymous`  for signed stylesheets to allow for CORS policy. 

Practical example - I keep my web page in S3 bucket and redirect both naked domain and www domain into the same bucket (this is rare scenario - most people duplicate buckets). 

So I had to enable CORS like in [this article](https://medium.com/@Keithweaver_/only-allowing-access-to-your-s3-bucket-via-your-website-5ca5c8546152) However CORS cannot be used without crossorigin=anonymous set. (explained [here](https://stackoverflow.com/questions/32039568/what-are-the-integrity-and-crossorigin-attributes)

Also added pl.toml for Polish language.
2019-01-25 15:31:09 +01:00
Hanzei
3a6144e557
Fix assets for thems site (#111)
* Fix font path

* Fix favicon path

* Revert "Serve hugo pipes assets with .RelPermalink (#107)"

This reverts commit 88aa5812f5.

* Use relLangURL

* Rebuild docs
2018-11-28 20:50:50 +01:00
Hanzei
88aa5812f5
Serve hugo pipes assets with .RelPermalink (#107)
* Serve hugo pipes assets with .RelPermalink

* Rebuild docs
2018-11-28 16:46:21 +01:00
Hanzei
1cc7ddd7cd
Canonify owlCarousel css path 2018-07-26 22:43:35 +02:00
Hanzei
8fbb68c6be
Use abs url with GetPage 2018-07-21 09:53:23 +02:00
Hanzei
452913c1fa
Place custom css under assets 2018-07-20 18:27:34 +02:00
Hanzei
8c258bbd07
Use abs URL every time 2018-07-20 17:27:32 +02:00
Hanzei
ef5feab3ef
Refactor config.toml 2018-07-20 14:45:36 +02:00
Hanzei
0f2d3808ee
Use headless bundle for home page 2018-07-18 17:39:11 +02:00
Hanzei
0c4bc76495
Bump fontawsome to version 5.1 2018-07-12 12:15:25 +02:00
Hanzei
79574f632e
Use hugo sass prozessing 2018-07-10 09:23:19 +02:00
Hanzei
088c65bac5
Use Image Processing to resize images 2018-07-06 14:31:16 +02:00
Hanzei
8d7109a35f
Add open Graph meta data 2018-07-01 10:22:28 +02:00
Hanzei
8549e0c94b
Remove enforce_ssl setting 2018-07-01 10:10:18 +02:00
Hanzei
daca1fe109
Use baseof temple to dry code 2018-07-01 10:09:29 +02:00