Commit Graph

127 Commits

Author SHA1 Message Date
4a0e45c6f9 Merge branch 'master' of https://github.com/luizdepra/hugo-coder into luizdepra-master 2021-01-27 19:41:22 +01:00
b030eef2ad change post back button to use javascript back 2021-01-27 19:05:26 +01:00
Codruț Constantin Gușoi
8384e09033 Adds anchors to all headings (#439) 2021-01-25 17:13:58 -03:00
Alphonse Mariya
1d4b612a44 Add support for Matomo (formerly Piwik) (#508)
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-01-22 13:39:34 -03:00
Alex Miranda
edea1118eb Adds Content-Security-Policy template to theme (#504)
* feat: added csp.html template to theme head element

* feat: added my name to CONTRIBUTORS

* fix: added conditional logic for templating to stabilize build

* feat: Added CSP section to example config.toml

* fix: updated template logic

* updated contributors to reference website and not github

* fix conflict with contributors, moved csp out of _shared dir

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-01-22 13:26:30 -03:00
Peter Duchnovsky
74d160b325 Self hosting of forkawesome and normalize.css (#497)
* Self hosting of forkawesome and normalize.css

* make release

* updated contributors
2021-01-22 13:21:01 -03:00
YUJI
dbe21a7fdf Add support of Cloudflare Web Analytics (#492)
* Add support of Cloudflare Web Analytics

* Update exampleSite/config.toml

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-12-15 16:38:06 -03:00
Rabin Adhikari
94a11b8b15 Defer non-critical resources and use more sensible CDN provider (#489)
* Defer non-critical resources and use more sensible CDN provider

* Seems like defer doesn't work for css

* Delete vscode related files

* Remove comments from as per code review

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-12-14 13:25:48 -03:00
YUJI
101354bf84 Unify CDN sources (#484)
* Change CDN to cdnjs

* Update CONTRIBUTORS.md

* Update math.html
2020-11-23 10:06:24 -03:00
Clément Pannetier
c5fbd48e91 Update variables names to camelCase format for consistency (#473) 2020-11-04 14:28:31 -03:00
Luiz F. A. de Prá
acef79480d Change Colorscheme Toggle Button to be floating (#466)
* Moved colour scheme toggle and squashed commits (#433)

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>

* Fix toggle button code

* Add built CSS files

Co-authored-by: Jian Liew <jianloongliew@gmail.com>
2020-10-28 21:37:28 -03:00
Codruț Constantin Gușoi
733bc740c6 Fix darkModeToggle javascript error (#447) 2020-10-20 16:37:57 -03:00
earnest
e26616e170 Add authors taxonomy for blog posts (#435)
* Add authors taxonomy and layout

* Add my name to contributors file

* Add authors to front matter post archetypes

* Add author to i18n for en

* Add authors taxonomy to exampleSite config

* Add some author names to exampleSite for demo

* Tested authors on pt-br and externally-linked post
* Also ran make release again

* Resources

Deleted resources in exampleSite and added resources in root
2020-10-16 15:32:37 -03:00
Lucas de Oliveira
82ccf83b1e Use camelCase variables on custom_css, custom_js and custom_scss (#434)
* Rename custom_css variable to customCSS

* Rename custom_js variable to customJS

* Change contribuitors.md

* Rename custom_scss to customSCSS

* Add custom SCSS on example config.toml

* Add customSCSS on stackbit.yaml
2020-10-13 19:31:49 -03:00
Ellison
3723e9b2b9 Add goatcounter analytics support (#430)
* adding goatcounter analytics support

* Update CONTRIBUTORS.md
2020-10-07 11:53:36 -03:00
Luiz F. A. de Prá
5b7a49c087 Fix nav urls with safeURL filter 2020-09-30 09:36:11 -03:00
Luiz F. A. de Prá
8523b3c90d Move tweemoji import 2020-09-30 09:16:54 -03:00
Rabin Adhikari
95fa5d7108 Use min version of fork-awesome (#421)
* Use min version of fork-awesome

* Update CONTRIBUTORS.md
2020-09-30 09:01:25 -03:00
Joseph Sanders
6302a4b82b Add Option To Hide Color Scheme Toggle (#406)
* Add color scheme toggle

Add hidedarkmodetoggle to exampleSite, stackbit

Change property name to hidecolorscheme toggle

* Add my name to CONTRIBUTORS.md
2020-09-29 18:32:00 -03:00
Demetrios Lambropoulos
6c97691f5e Font to fork (#420)
* Switch FontAwesome CDN to ForkAwesome

* Converted font-awesome icons to fork-awesome

* converted icons to forkawesome

* Converted folder icon to fork-awesome icon

* Update tags.html

* Update config.toml
2020-09-29 13:28:08 -03:00
Dave Rolsky
0fb4eafa63 Use relative URLs everywhere and remove <base> tag (#411)
There were a few places still using absolute URLs, including <link rel="icon">
tags, <link rel="alternate"> tags, and nav menu links. In addition, the
presence of a <base> tag caused the browser to absolute-ize all relative
URLs. This also removed "canonifyurls = true" from the example site config.

This is a problem for things like render.com, which will put the site on its
own domain for previews. For example, I have a preview site at
https://houseabsolute-com.onrender.com/. Ultimately this will be served at
https://houseabsolute.com/, but before I switched over I wanted to preview the
site.

The absolute URLs were being generated for https://houseabsolute.com/ because
of my baseURL setting in config and the presence of the <base> tag. This
completely breaks the preview site.
2020-09-28 13:43:06 -03:00
KK
41062e0096 Add apple touch icon (#381)
* Add \\( and \\[ as mathjax delimiters

* Make it possible to enable katex and mathjax globally in config.toml

* Add apple-touch-icon

* Add default apple touch icon

Co-authored-by: KK <bebound@users.noreply.github.com>
2020-09-10 10:21:30 -03:00
Carlo Lobrano
4403db5c2c Fix Plausible script (#402)
- use endpoint plausible.js in place of index.js
- use ASCII quotes

closes #388
2020-09-10 10:13:28 -03:00
Lorenzo Cameroni
b60a1c42eb Translation of series (#390) 2020-08-24 11:16:41 -03:00
Arunvel Sriram
ba1028a9d0 Add support for utterrances label (#384)
* Support utterrances label

* Update CONTRIBUTORS.md

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-08-11 16:13:01 -03:00
Rhys Perry
34ac982a4b Add support for plausible analytics (#382)
* Add myself to contributors.md

* Add plausible config to example

* Add plausible to base layout

* Add plausible analytics snippet

* Remove unneeded part of snippet

* Add plausible config to stackbit
2020-08-11 16:02:49 -03:00
Clément Pannetier
be7b79af62 Add theme toggle button feature (#358)
* Add theme toggle button feature

* Add theme toggle button feature

* Replaced svg icon with FA icon + fixed indentation + refactored css

* Added back colorsheme configurations + script moved to be process by hugo pipe

* Make release

* Fix toggle button not working when loading new page + setTheme() refactor

* Make release

* Update exampleSite/config.toml

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-08-11 15:51:13 -03:00
Robert
b3237d1ead Add content to post list layout (#378) 2020-07-26 20:49:35 -03:00
Robert
87f9e89048 Prefix term with taxonomy title (#369)
* Prefix term with taxonomy title

Fix list layout to properly prefix a term with the taxonomy title.

* Replace taxonomy with term kind in title

* Set minimal version for updated taxonomy kinds

* Set minimal version for updated taxonomy kinds

* Update CONTRIBUTORS.md
2020-07-26 20:33:41 -03:00
5701c31bfe added back button to single posts 2020-07-15 23:33:51 +02:00
Latiif alSharif
3d7b39d2b4 Feature/add twemoji support (#346)
* Add support for Twemoji

* Add post on Twemoji support

* Regenrate CSS files

* Fix missing backtick in twemoji-support.md

* Rename useTwemoji to enableTwemoji

* Move Twemoji script tag into head tag

* Fix markdown link sytnax in twemoji-support

* Fix typo in Twemoji Support post
2020-06-01 20:11:21 -03:00
Clément Pannetier
9d1ba9d21d Utterances commenting system name corrected (#342) 2020-05-25 10:41:38 -03:00
Latiif alSharif
ff8d5364ad Use title case for 'posts' translation (#338) 2020-05-21 09:18:49 -03:00
Latiif alSharif
e57d44345c Allow internationalization for 'Posts' (#337)
* Allow internationalization for 'Posts'

* Apply internationalization to page title as well.

- I18n files should have an entry for the original title in lowercase.
2020-05-20 15:55:52 -03:00
Luiz F. A. de Prá
f6d254cf3e Remove custom rss template 2020-05-14 11:26:16 -03:00
Utkarsh Gupta
e89ad7bd49 Add rss.xml to layouts/_default (#316)
* Add rss.xml to layouts/_default

* Add myself to CONTRIBUTORS.md

* Bump hugo version to fix rendering of RSS feed

* Use minimum working version of hugo

* Set base version to 0.57.0

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-04-28 15:26:32 -03:00
Clément Pannetier
d7447e55a9 Fix issue #296 (#318) 2020-04-26 19:19:35 -03:00
Clément Pannetier
99427568e9 Fix issue #314 (#317) 2020-04-26 19:17:55 -03:00
MaoMao
7724fa76ac Support SEO friendly meta tags (#300)
* Support two SEO friendly tags: <meta name="description"> and <meta name="keywords">.

* Support two SEO friendly tags: <meta name="description"> and <meta name="keywords">.
2020-04-26 19:09:55 -03:00
Khosrow Moossavi
8ec09e5d1a Fall back to index if translation for the page doesn't exist (#313)
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2020-04-26 09:32:52 -03:00
Ricardo Zago
c664951c54 Add mathjax to other types of pages, not just posts. (#310) 2020-04-26 09:31:00 -03:00
Clément Pannetier
e46c452344 update font awesome version (#304) 2020-04-13 11:44:53 -03:00
a98a6fedb1 Merge github.com:luizdepra/hugo-coder and add myself to contributer list
Conflicts:
	layouts/partials/footer.html
2020-04-11 15:26:05 +02:00
a1x42
ee91020af5 navigation to different language version remains on page (#294)
Co-authored-by: a1x42 <alex@rohde.lu>
2020-04-08 17:11:07 -03:00
Clément Pannetier
5a10cb7e6c feature to fix issue #288 (#289)
* fix for issue #288

* refactor some conditionnal statements

* adding hideFooter parameter to exampleSite config
2020-04-02 10:12:42 -03:00
Codruț Constantin Gușoi
911a39528b Adds .Content to list.html partial (#290) 2020-04-02 10:10:43 -03:00
Glenn Feunteun
17fe8de72b Rework commit info display in footer (#277)
* Rework commit info display in footer

Use Hugo .GitInfo to get Hash and AbbreviatedHash
Remove leading · because it renders as .· when credits are displayed

* Update CONTRIBUTORS.md
2020-03-18 16:33:04 -03:00
Ka-Wai Lin
e613e3ba00 Adding gravatar support (#268)
* Gravatar support

Adding gravatar as alternative avatar

* Update CONTRIBUTORS.md
2020-03-02 14:54:33 -03:00
Paolo Mainardi
daeffaf258 Ensure text remains visible during webfont load (#269)
* Ensure text remains visible during webfont load

As specified here: https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown#google-fonts

* Update CONTRIBUTORS.md
2020-02-16 19:11:47 -03:00
Hannes Kuchelmeister
007c602494 fix timeline showing odrinary pages 2020-02-15 21:27:54 +01:00