Commit graph

44 commits

Author SHA1 Message Date
Djordje Atlialp
f26481f3fa
Merge pull request #487 from TheGroundZero/patch-8
Fix #482 - ToCSS
2024-10-17 23:36:56 +02:00
TheGroundZero
09f5539451
Update head.html
Based on https://gohugo.io/hugo-pipes/transpile-sass-to-css/
2024-09-04 08:09:34 +00:00
TheGroundZero
1546e90987
Fix #482 - ToCSS
Use toCSS alias.
Based upon https://gohugo.io/functions/css/sass/
2024-09-04 07:08:38 +00:00
TheGroundZero
9877c70dc9
Fix #483
Update `.Site.GoogleAnalytics` to `.Site.Config.Services.GoogleAnalytics.ID`
2024-09-04 06:53:08 +00:00
Christian Stankowic
3ea898a6a4 fix spacing 2024-03-29 08:48:36 +01:00
Christian Stankowic
b826e4191f remove accidentally added include 2024-03-29 08:42:10 +01:00
Christian Stankowic
604a8375c6 add noindex parameter 2024-03-29 08:31:57 +01:00
Djordje Atlialp
2e90fec04f Include flags and remove cloudfront links (gdpr) 2023-04-03 00:13:36 +02:00
Jonathan Bennetts
e3f3d2278d Updated to support self hosted instances 2023-03-02 16:21:48 +00:00
Jonathan Bennetts
4ba151d71b Add support for plausible.io 2023-03-02 16:09:48 +00:00
Steven Hadfield
1f3ac51b25
Ensure SRI is included for CSS assets 2022-11-15 22:37:30 -08:00
andrewipark
ce85f9d057
rm deprecated google_news internal template ref
see https://github.com/gohugoio/hugo/issues/9172
2022-05-18 19:16:19 -05:00
eekotenok1
f794572c7c layouts/partials: Move Google Analytics template into head
Necessary for proof of ownership via Google Search Console

Signed-off-by: eekotenok1 <eekotenok1@gmail.com>
2021-04-11 16:30:22 +03:00
Djordje Atlialp
e3808bce7d Improve description for twitter cards and posts 2021-01-10 16:04:23 +01:00
Martiño Rivera Dourado
9ef27a53b1 Add Galician translation and flag 2020-08-12 20:46:38 +02:00
Djordje Atlialp
886be61c75
Remove resources.Minify because "compressed" option is used 2020-05-15 09:52:16 +02:00
Djordje Atlialp
7e7d41a648 Check whether "series" is set in taxonomies
https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/132
2020-04-16 08:34:42 +02:00
Djordje Atlialp
05fbd8aefd
Merge pull request #123 from undergroundwires/prioritize-description-over.summary
[SEO Optimization] Prioritize Description, Summary as fallback
2020-04-09 08:53:18 +02:00
Casey Kuhlman
c5ea0c1ad7
add opengraph to head material
Signed-off-by: Casey Kuhlman <casey.kuhlman@monax.io>
2020-04-08 19:18:33 +01:00
undergroundwires
b677da2fc5 prioritize Description, Summary as fallback 2020-03-20 13:06:24 +01:00
TheGroundZero
0156911a82
Add tags to keywords
Instead of only using the keywords defined in the main config, also add the tags from posts to the keywords. For a bit more SEO.
2020-01-31 12:20:48 +01:00
Djordje Atlialp
0a613d377b A bit cleanup 2019-11-14 17:34:53 +01:00
Djordje Atlialp
d56680f496 Update head.html
Improve Styling
2019-11-14 16:37:36 +01:00
Djordje Atlialp
0b6cca8ba9 Update head.html
Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/77
2019-11-14 15:32:52 +01:00
Alex Guerrieri
544081095e
favicons color 2019-09-23 11:26:57 +02:00
Duncan Mackenzie
cdf1cb3ac0 switching to RelPermalink instead of Permalink for JS and CSS files 2019-04-20 13:40:30 -07:00
Djordje Atlialp
1b3bb5eb85
Rename css in pipeline 2019-04-16 01:39:00 +02:00
Djordje Atlialp
b38eec2bae
Fix assets generation path
Assets were generated into  `resources/_gen/js/js/*` and `resources/_gen/scss/scss/*`. Now the files are in the correct folder --> no double nesting anymore.
2019-04-16 00:29:02 +02:00
Djordje Atlialp
9a3f4f40d9
Fix RSS deprecation warning
https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/12
2019-04-15 22:23:27 +02:00
Marcel Ryser
a0fb96ec3b remove unused source code pro font 2019-03-25 14:02:43 +01:00
Reijnn
2f53ecf885 Fix empty description meta tag 2019-03-05 13:26:06 +01:00
Niels Reijn
26fafde0f5
Merge branch 'master' into master 2019-03-05 13:19:33 +01:00
Reijnn
22c42bbd5f theme-color now changes with site theme 2019-03-05 13:16:59 +01:00
John Letey
4bb4bb00b4
feat: add ability to add custom css and js 2019-02-27 14:41:56 +00:00
Djordje Atlialp
bcd5f52e2c
Update head.html 2019-02-22 15:45:43 +01:00
Djordje Atlialp
c7bd4b4b97
Use the scss generation from hugo 2019-02-22 15:19:42 +01:00
Djordje Atlialp
cc4a8df347
Don not load prism.js/.css from cdn anymore 2019-02-04 14:44:49 +01:00
Djordje Atlialp
4b78ebe530
Add flag-icon.css 2019-02-02 21:00:56 +01:00
Djordje Atlialp
d8440a0371
Add meta author tag 2019-02-02 21:00:40 +01:00
Djordje Atlialp
805c789ee9
The graat customizing ... 2019-01-27 23:02:55 +01:00
panr
bb6fdc2493 Fix Head meta 2019-01-25 18:54:07 +01:00
Manu Hortet
afea4aa256
Fix bug in apple touch icon path
Same correction was already done for the favicon.png path
2018-10-02 12:09:38 +02:00
Hugo Torres
781a8f21d6 Fix bug in favicon path 2018-09-09 19:56:43 -04:00
panr
4e67004628 Init 1 2018-07-20 19:14:22 +02:00