Commit Graph

356 Commits

Author SHA1 Message Date
chenkai
37d519d6a9 style: prevent text from overflowing its line box (#587) 2021-07-13 22:24:29 -03:00
Rabin Adhikari
307b21c5e0 Bump katex from 0.13.5 to 0.13.11 (#584)
See here for more details: https://github.com/KaTeX/KaTeX/compare/v0.13.5...v0.13.11
2021-07-13 22:18:07 -03:00
Artem Khvastunov
b52ca9e036 properly include taxonomy_dark mixin (#581) 2021-07-13 22:07:06 -03:00
Jakub
afa17c8989 Long title covers menu (#574)
* modified margin for .container class

* modified navigation list and menu button so it is relative to title

* added kuba86 as contributor

* generate CSS files

* remove margin-top from menu-button to align with title inside navigation

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-06-25 15:58:16 -03:00
Artem Khvastunov
813165735f Add @mixin to _taxonomies_dark.scss (#580)
Otherwise, tags have a dark background in the light theme.
2021-06-25 15:48:19 -03:00
Artem Khvastunov
06be775947 Store theme only when changed from toggle (#579)
Otherwise, it never gets changed according to OS settings.

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-06-25 15:46:44 -03:00
Vladislav Matus
621607f9ef Multiline info - enhancement (#578)
* Multiline info

* Vladislav Matus added as a contributor

Co-authored-by: Vladislav Matus <matusvla@fjfi.cvut.cz>
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-06-25 15:31:32 -03:00
Kirill Feoktistov
4bb81da844 Fixing darkModeToggle listener (#577)
If hideColorSchemeToggle is true, darkModeToggle will not be rendered and adding a listener to a non-existing object will cause error.
2021-06-25 15:27:13 -03:00
Rabin Adhikari
9920a722b0 Bump fork-awesome to 1.2.0 (#570) 2021-05-10 10:27:39 -03:00
Codruț Constantin Gușoi
af7360e89a Taxonomies list as a tag cloud (#557)
* Taxonomies list as a tag cloud

* Generate resources for demo preview
2021-05-06 10:37:55 -03:00
Rabin Adhikari
67f278f1b4 Bump katex ko 0.13.5 (#565)
* Bump katex ko 0.13.3

* Bump katex to 0.13.5
2021-05-06 10:00:30 -03:00
Erialdo Meta
2c61d04679 Add albanian translation (#564) 2021-04-24 19:54:20 -03:00
Codruț Constantin Gușoi
ac94731de6 Round out quote background (#560) 2021-04-24 19:44:58 -03:00
Codruț Constantin Gușoi
00dd08c056 Add more missing romaina i18n strings (#558) 2021-04-24 19:43:41 -03:00
Roberto Gongora
a08139227c Update es.toml (#559)
* Update es.toml

Added missing i18n tags to the Spanish translation.

* Update CONTRIBUTORS.md
2021-04-24 19:42:40 -03:00
Felix
faef9bf0d6 Update zh-cn translations and add chinese fonts (#555)
* Update zh-cn.toml

* Update zh-cn.toml

* Update CONTRIBUTORS.md

* Delete CONTRIBUTORS.md

* Update zh-cn.toml translations

* add chinese fonts

* add chinese fonts
2021-04-07 10:24:41 -03:00
Orzech
c133e985a2 Update Polish translations (#552) 2021-04-05 13:44:21 -03:00
Tobias Lindberg
b01e7d5ef1 updating swedish translation (#551)
updating myself in CONTRIBUTORS.md
2021-04-01 17:06:07 -03:00
Evgeniy Maynagashev
002ebd46e4 Add CSP's connect-src directive to config (#547) (#548) 2021-03-29 10:53:59 -03:00
Luiz F. A. de Prá
982745144f Fix notice and taxonomies translations (#544)
* Fix missing translations for notices

* Fix taxonomy translations
2021-03-25 15:38:12 -03:00
Orzech
c309f14e0f Do not use unsupported SRI with webfont preload (#536)
* Revert "Use pipes to fingerprint forkawesome-webfont.woff2"

This reverts commit df57316f0756a917b856819653c3db510aa894e9.

* Revert "Verify forkawesome-webfont.woff2 integrity"

This reverts commit 5791f1b8099fbb8ecf349f01bcf80556d11f51d2.
2021-03-25 14:25:24 -03:00
Luiz F. A. de Prá
7ec46861e3 Merge go modules (#543)
* Add support for using as a Hugo module (#534)

* Add support for using as a Hugo module

Fixes #502

* Don't need/want the theme directory with modules

* Fix go.{mod,sum} files

* Set go version and hugo version everywhere

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

* Remove hugo mod from exampleSite and Netlify build

* Bump hugo version

* Move env vars inside netlify.toml

Co-authored-by: Edward Muller <edward_muller@icloud.com>
2021-03-25 14:23:50 -03:00
Rabin Adhikari
1555abc641 Bump twemoji and katex to latest version (#532)
* Bump twemoji from 13.0.1 to 13.0.2

* Bump katex from 0.12.0 to 0.13.0
2021-03-25 10:06:54 -03:00
Luiz F. A. de Prá
ed1c854df2 And notice shortcodes (#537)
* Added information panel shortcodes (#437)

* Added information panel shortcodes

* Fixed dark mixin

* Moved mixin location to correct location

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

* Fix SCSS styling

* Update generated files

* Fix notice HTML

* Fix Makefile

* Rename JS file

* Adsd emoji support for lang selectors

* Fix notices and other things

* Fix JS on template

* Update  example content

* Update images

* Update generated files

* Fix netlify preview

* Fix netlify preview build

* Fix netlify theme path

Co-authored-by: Jian Liew <jianloongliew@gmail.com>
2021-03-24 20:59:33 -03:00
Luiz F. A. de Prá
32ffc536aa Format toml files 2021-03-15 21:12:40 -03:00
cuso4-5h2o
68580148a3 Add the color-scheme meta tag (#523)
* Add the color-scheme meta tag

* Update CONTRIBUTORS.md
2021-02-26 14:37:45 -03:00
Robert
db24d7ed17 Fix Dutch 🇳🇱 translations (#522)
Contributes to #417
2021-02-26 14:31:28 -03:00
Piotr Orzechowski
501a5bcbc4 Add missing integrity attributes (#520)
* Verify minified dark-mode.js integrity

* Verify forkawesome-webfont.woff2 integrity

* Use pipes to fingerprint forkawesome-webfont.woff2
2021-02-23 10:24:59 -03:00
Luiz F. A. de Prá
36514f2542 Add FUNDING.yml 2021-02-18 10:57:41 -03:00
Hannes Kuchelmeister
3b39c215c7 fix git submodule line 2021-02-16 21:35:40 +01:00
Hannes Kuchelmeister
766c56756a Update LICENSE.md 2021-02-16 20:05:29 +01:00
Hannes Kuchelmeister
cefe84d94d Fix typos in readme file 2021-02-16 20:03:44 +01:00
Hannes Kuchelmeister
28b5021a41 Update readme to point to links of this repository
The image links have been updated and moreover added config options are documented.
Some sections from the original readme are deleted.
2021-02-16 20:03:07 +01:00
d34ad31cf6 update screenshot of the theme 2021-02-16 19:46:08 +01:00
d607f6cf1f fix exampleSite to work out of the box with theme 2021-02-16 19:30:19 +01:00
8809093f97 Add posibility to change timeline title and to decide post type 2021-02-16 18:56:44 +01:00
Viktar Patotski
963dc43f0f Add abbility to use Google Tag Manager for analytics (#514)
* Add ability to embed custom code to <head>

* add myself to CONTRIBUTORS.md

* implement dedicated template for Google Tag Manager

* move google tag manager to bottom of the body tag
2021-02-10 16:34:44 -03:00
Peter Duchnovsky
c4afd5f51a web safe fonts (#496)
* web-safe-fonts initial commit

* updated contributors

* reduced headings font weight

* make release
2021-02-10 11:46:37 -03:00
923649e6ca Merge branch 'luizdepra-master' 2021-01-27 19:41:57 +01:00
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
PanZiwei
9bfd70ec83 Update CONTRIBUTORS.md (#516)
Fix the typo for the link.
2021-01-26 10:01:14 -03:00
Luiz F. A. de Prá
3d35dc6035 Update README logo and badges 2021-01-25 17:28:27 -03:00
PanZiwei
28ab4ab45c Add theme badge for hugo-coder (#513)
* Update README.md

Add theme budge for hugo-coder

* Update CONTRIBUTORS.md

Update contributors
2021-01-25 17:18:56 -03:00
Codruț Constantin Gușoi
8384e09033 Adds anchors to all headings (#439) 2021-01-25 17:13:58 -03:00
tianheg
2ae5eec336 fix word (#507)
* fix word

* Update CONTRIBUTORS.md

add @tianheg (my name)
2021-01-25 16:34:49 -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
Luiz F. A. de Prá
b197d431cb Update generated SCSS files 2021-01-22 12:20:10 -03:00