1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00
Commit Graph

47 Commits

Author SHA1 Message Date
44e8c677a6
Use Hugo's built-in subresource integrity support
We can use Hugo's built-in SRI support instead of using our custom
SRI generator script (as cool as it was at the time). This is more
clean and gives us the added benefit of adding fingerprints to the
CSS and JS filenames, which acts as a cache buster.

See: https://gohugo.io/hugo-pipes/introduction/
See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/120
2020-01-23 19:34:21 +02:00
293c7dff8c
Regenerate static assets 2019-12-09 09:37:24 +02:00
cdf886b4e8
Regenerate static assets 2019-12-02 10:23:49 +02:00
9da05e7869
Regenerate style.rtl.css 2019-04-22 15:56:55 +03:00
6a3bdc53fd
Add right-to-left version of CSS
This uses rtlcss to make a right-to-left version of the CSS and then
utilizes Hugo's Language variable to conditionally include it. Also,
we set the "dir" attribute on the HTML tag if the currently rendered
language is Arabic.
2019-04-18 22:19:42 +03:00
c079c28841
Regenerate assets 2019-02-13 18:40:55 +02:00
2fd3d53ce0
Regenerate static assets 2018-08-29 12:39:09 +03:00
ca4c64298b
Regenerate static assets 2018-07-25 16:27:13 +03:00
613e608eec
Regenerate static assets 2018-07-25 16:04:44 +03:00
f5abc5be50
Regenerate static 2018-07-12 23:04:44 +03:00
1783b22953
Regenerate static 2018-07-11 16:45:45 +03:00
624e124362
Regenerate static files and SRI hashes 2018-05-15 09:58:03 +03:00
b8b60bcc7e Regenerate static assets 2018-04-23 17:46:40 +03:00
aee72b6714
Regenerate static resources
Not sure why cookieconsent changed...
2018-03-16 22:38:48 +02:00
99acad59bc
Regenerate style.css 2018-02-08 20:10:11 +02:00
676386dfbf
Regenerate static style.css 2018-01-27 19:09:35 +02:00
c7bb955708 Regenerate static assets 2018-01-13 11:43:06 +02:00
63f635f53c
Regenerate style.css 2017-10-27 16:13:56 +02:00
9144fc7ed9
Update static assets for Bootstrap 4.0 Beta 1 2017-08-13 11:49:22 +03:00
f0e4eccc26
Regenerate style.css and SRI hashes 2017-04-16 17:56:29 +03:00
dc0201301b
Regenerate style.css and SRI hashes 2017-04-08 19:25:48 +03:00
81a7431a0a
Regenerate style and SRI hashes 2017-03-16 15:41:50 +02:00
0fd9fd6f28
Regenerate style.css and subresource integrity hashes 2017-02-15 12:39:56 +02:00
e4bcfee4e0 static/css/style.css: Regenerate 2017-01-09 16:54:20 +02:00
c6d2538fd2
static/css/style.css: Regenerate 2017-01-09 12:07:48 +02:00
bcbc28b32b
static/css/style.css: Regenerate 2017-01-08 18:27:46 +02:00
58b466e692
static/css/style.css: Regenerate 2017-01-08 17:59:19 +02:00
1c1d7ee169
static/css/style.css: Regenerate 2017-01-07 21:47:40 +02:00
e9747dd2f6
static/css/style.css: Regenerate 2017-01-07 21:43:11 +02:00
26459d378a
static/css/style.css: Regenerate style 2017-01-07 11:32:22 +02:00
61f08c0941
Regenerate cookieconsent assets 2017-01-04 13:17:38 +02:00
07d6294224
static/css/style.css: Regenerate 2016-11-16 12:03:20 +02:00
3d1526eb55
static: Generate cookieconsent assets 2016-11-13 13:42:59 +02:00
f8eca16f51
static: Regenerate for Font Awesome 4.7.0 2016-11-06 22:56:14 +02:00
77a3925ade
static/css/style.css: Regenerate 2016-10-19 20:25:24 -07:00
dbd36e0779
static/css/style.css: Regenerate 2016-10-05 17:20:49 +03:00
017be0302d
static/css/style.css: Regenerate 2016-09-26 09:56:45 +03:00
92b95a2670
static/css/style.css: Regenerate 2016-09-21 08:30:38 +03:00
0f038d62e5
static/css/style.css: Regenerate 2016-09-18 13:57:23 +03:00
6e9754edc3
Regenerate static assets for font-awesome 4.6.3 2016-09-15 16:32:54 +03:00
2b25241f3c
style: Don't highlight links when they are in headers
This uses some SASS magic instead of the previous single rule
because I need it for both the blog title as well as each post's
title link. Yay, SASS?!
2016-09-14 15:14:13 +03:00
e2e01a38f0
Don't style clickable header text like other links 2016-09-14 12:25:23 +03:00
775b8bf0bd
static/css/style.css: Regenerate style after new node-sass 2016-09-13 18:08:29 +03:00
894d22d912
static/css/style.css: Regenerate for Bootstrap v4 alpha 4 2016-09-13 17:55:48 +03:00
f05d762f58
Regenerate style 2016-09-07 14:03:34 +03:00
8b7d70e3c0
Remove js libraries
I'm not actually using anything that needs jQuery or Bootstrap's
JS yet.
2016-08-28 22:11:45 +03:00
2bb1d6ecc0
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left
them for reference later.
2016-08-28 16:22:32 +03:00