Commit Graph

263 Commits

Author SHA1 Message Date
Erno Salo
e235863429 Update fi translation (#431) 2020-10-09 13:47:44 -03:00
Ellison
3723e9b2b9 Add goatcounter analytics support (#430)
* adding goatcounter analytics support

* Update CONTRIBUTORS.md
2020-10-07 11:53:36 -03:00
Arafat Hasan Jenin
3087f9bfbc Bengali translation added (#427) 2020-10-05 10:00:08 -03:00
Hussaini Zulkifli
e230ea2ee6 Translate to Malay (#423) 2020-10-01 11:15:18 -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
Jared Sturdy
b3fab506bf [bugfix] Fix problem with pagination from wrapped post titles fix (#407) 2020-09-21 09:46:14 -03:00
Daniel Monteiro
94b5957f6d Typo fix (#405)
* Typo fix

* Contributors addition
2020-09-17 21:50:28 -03:00
Jared Sturdy
eb4db54a05 [bugfix] wrap long post title (#401)
* [bugfix] Fix line wrapping for list items

Long post titles will be wrapped in their own column, rather than
flowing under the date column (see #385).

* [assets] update assets for long post titles
2020-09-10 10:41:09 -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
Luiz F. A. de Prá
a184ba21c6 Add buymeacoffee 2020-08-27 11:12:32 -03:00
Luiz F. A. de Prá
4fea900ddc Update reademe with demo link 2020-08-24 11:38:55 -03:00
Lorenzo Cameroni
51c0c67ce6 Fix italian translation (#391)
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-08-24 11:17:54 -03:00
Lorenzo Cameroni
b60a1c42eb Translation of series (#390) 2020-08-24 11:16:41 -03:00
Clément Pannetier
63e96f8dee Fix hugo build (#387)
* Fix hugo build error

* Fix hugo build error
2020-08-24 11:13:35 -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
Codruț Constantin Gușoi
f562365c64 Adds romanian translation (#370) 2020-08-11 16:06:09 -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
00fd189723 Add singular for English reading time (#372)
Having an explicit singular makes it easier for new translators to see what needs to be included.
2020-07-26 20:40:04 -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
Robert
0678ffe608 Create nl.toml (#368)
* Create nl.toml

* Update CONTRIBUTORS.md
2020-07-21 12:02:38 -03:00
Alexandr
f46d1e2c3e Fix RU translation of reading_time variable (#363)
Co-authored-by: Pakhomov Aleksandr <Aleksandr.Pakhomv@sbb.ch>
2020-07-09 10:17:41 -03:00
Rajiv Ranjan Singh
a6879a80a1 Update CONTRIBUTORS.md (#359) 2020-07-02 17:21:29 -03:00
Rajiv Ranjan Singh
1902fd8d9f Added Hindi Translation (#357)
* added hindi translation

* added hindi translation
2020-06-29 10:24:30 -03: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
Erno Salo
6f8f675f7e Add finnish translation (#340) (#341)
* Add finnish translation (#340)

* Update CONTRIBUTORS.md
2020-05-25 10:09:09 -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
Latiif alSharif
60f7098910 Add i18n for arabic (#336)
* Add Arabic i18n file.

Signed-off-by: latiif <latiif@mail.com>

* Add Latiif Alsharif to contributors

Signed-off-by: latiif <latiif@mail.com>
2020-05-18 11:41:27 -03:00
Luiz F. A. de Prá
293ea80195 Fix screenshoots 2020-05-14 11:38:57 -03:00
Luiz F. A. de Prá
2d9b7ecce0 Update config and screenshots 2020-05-14 11:26:30 -03:00
Luiz F. A. de Prá
f6d254cf3e Remove custom rss template 2020-05-14 11:26:16 -03:00
a1x42
e218d8b620 fixed issue with slovak reading time of e.g. 3 minutes (#326)
Co-authored-by: a1x42 <alex@rohde.lu>
2020-05-13 11:07:07 -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
a633a5257f Fix issue #308 (#319)
* Fix issue #308

* Make release
2020-04-26 19:20:37 -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
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