Commit Graph

329 Commits

Author SHA1 Message Date
Luiz F. A. de Prá
2b8d4c1143 Add faq file 2022-05-29 16:31:14 -03:00
Luiz F. A. de Prá
823bdde12c Fix relative links from docs 2022-05-29 16:29:39 -03:00
Luiz F. A. de Prá
7c8367f7c4 Add docs folder with wiki content 2022-05-29 16:28:04 -03:00
Luiz F. A. de Prá
0a43ceef5b Squashed commit of the following:
commit 45d69de5e5bfbac24d87400422e2f63bf62f80d7
Author: John Feminella <jxf+github@jxf.me>
Date:   Sun May 29 14:46:30 2022 -0400

    Modularize <head> and baseof templates (#639)

    * Add extension points for template customization

    Today, if you use the hugo-coder template, you can't modify <head>
    without having to write the entire template from scratch. This makes
    small point modifications or adjustments impractical and means that
    downstream consumers will quickly be out of sync with upstream
    changes.

    To remedy this, we split up the template into more modular extension
    points. This commit adds one extension point to <body> for arbitrary
    scripting and several more to <head> for different existing
    touchpoints.

    * Add John Feminella to CONTRIBUTORS.md

    * Modularize home.html template

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

commit 7e6f875237b8b1a83c2d5c3a83a514912f29f8a8
Author: Codruț Constantin Gușoi <mail+git@codrut.pro>
Date:   Sun May 29 19:43:09 2022 +0100

    HTML/CSS only tabs (#678)

    * Fix pre tag margin top so it looks good inside containers

    * Bind to 0.0.0.0 for docker container support

    * Add HTML only tabs shortcode

commit 371406e8918225e66bf142520684998e90ce0d2f
Author: Zhan Shuo <trizsqwq@gmail.com>
Date:   Mon May 30 02:38:59 2022 +0800

    dynamic change utterances theme with coder theme (#676)

    * dynamic change utterances theme with coder theme

    * add myself into CONTRIBUTORS.md

commit bad470c59c5263124a4a95f60b9a8c3367c11ae6
Author: samsapti <sam@sapti.me>
Date:   Tue May 24 01:55:31 2022 +0200

    Update CONTRIBUTORS.md

commit b0e9a74bb5e019905b197d829fe6ae5576c15a7b
Author: samsapti <sam@sapti.me>
Date:   Tue May 24 01:50:15 2022 +0200

    Add macOS mask icon + web app manifest support
2022-05-29 16:12:52 -03:00
John Feminella
3762d3a24c Modularize <head> and baseof templates (#639)
* Add extension points for template customization

Today, if you use the hugo-coder template, you can't modify <head>
without having to write the entire template from scratch. This makes
small point modifications or adjustments impractical and means that
downstream consumers will quickly be out of sync with upstream
changes.

To remedy this, we split up the template into more modular extension
points. This commit adds one extension point to <body> for arbitrary
scripting and several more to <head> for different existing
touchpoints.

* Add John Feminella to CONTRIBUTORS.md

* Modularize home.html template

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2022-05-29 15:46:30 -03:00
Codruț Constantin Gușoi
5e4e500cdf HTML/CSS only tabs (#678)
* Fix pre tag margin top so it looks good inside containers

* Bind to 0.0.0.0 for docker container support

* Add HTML only tabs shortcode
2022-05-29 15:43:09 -03:00
Zhan Shuo
9ea82c5c82 dynamic change utterances theme with coder theme (#676)
* dynamic change utterances theme with coder theme

* add myself into CONTRIBUTORS.md
2022-05-29 15:38:59 -03:00
Dominic Ruggiero
40eeed8256 Remove stackbit-related stuff (#665)
* Remove Stackbit button (as it doesn't work)

* Delete stackbit.yaml
2022-03-09 15:36:24 -03:00
Mark Wood
25b7af3317 Remove obsolete meta language tag (#662)
* Remove obsolete meta language tag

* Add myself to the contributors file

Co-authored-by: Mark W <mark@digitalnotions.net>
2022-03-02 10:12:02 -03:00
Luiz F. A. de Prá
86ea4eda54 Fix disableComments with utterances 2022-02-28 15:49:12 -03:00
Luiz F. A. de Prá
680c7ab860 Fix date i18n 2022-02-25 12:11:29 -03:00
Luiz F. A. de Prá
f67caf19b9 Add relUrl for featuredImage 2022-02-24 13:54:38 -03:00
Luiz F. A. de Prá
fbbc50cc30 Fix screenshot.png path on README 2022-02-02 10:24:12 -03:00
mike
720271a5bf Add a license statement in the footer (#637)
* Add a license param in the config used in footer

Also adds initial EN and NL i18n statements referring to the license.

* Add Michiel to CONTRIBUTOR

* Add example text for i18n of `licensed_under`

* Add safeHTML filter to license value in the footer

Also updates the example config in the exampleSite config.toml to link
to Creative Commons.

* Fix separator dot in footer within License ifdef
2022-01-30 18:25:57 -03:00
Robert
ebf9ad01cd Update nl translation (#643)
Co-authored-by: Robert van Bregt <git@robertvanbregt.nl>
2022-01-27 15:51:22 -03:00
Hussaini Zulkifli
bd71dd002a Update translation for Malay 🇲🇾 (#641)
* Update translation for Malay 🇲🇾

* Another update
2022-01-27 13:51:36 -03:00
Carmine Carlo
750ff9a602 Add jsdelivr to scriptsrc for Katex (#636) 2022-01-17 12:08:53 -03:00
Luiz F. A. de Prá
963a78323b Update i18n files with missing keys 2021-12-27 10:09:04 -03:00
Alphonse Mariya
a4fb372e6b Set color-scheme property of :root element (#632)
By setting the color-scheme property of the :root element we get
matching (dark or light) scrollbars and form controls.

see: https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme
2021-12-26 15:22:40 -03:00
Alphonse Mariya
d14dd837ec Use plural translation keys for taxonomies (#620) 2021-12-26 15:18:00 -03:00
Ismani Nieuweboer
0b430ece67 Update en.toml (#633)
Added article "the" before homepage
2021-12-26 15:07:36 -03:00
Alphonse Mariya
29a7a942b7 Fix bad syntax highlighting color schemes (#630)
Some pygment color schemes (like `bw`, which we use as default in the
exampleSite) do not set a foreground color explicitly, which makes those
themes look bad/illegible when using the dark mode of hugo-coder. Most
such themes are light themes (it seems after a quick research), which
explains this phenomenon.

This commit adds a fix for such color schemes by setting the default
foreground color to the one used in the light hugo-coder colorscheme.
It is overridden by proper syntax highlighting schemes.
2021-12-16 18:37:12 -03:00
CarpeFridiem
263be7cebc Table Style Parity (#626)
* Table Style Parity

* Update assets/scss/_base_dark.scss

* Add Contributor and Made Release

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-11-23 11:03:49 -03:00
Alphonse Mariya
d69b5b5707 Do not set font-size for fontawesome icons in css (#619) 2021-11-12 09:39:05 -03:00
Alphonse Mariya
b93ac81256 Remove hide configs (#618)
* Remove "hide" configurations

* Remove "footerContent"
2021-11-10 19:56:13 -03:00
Luiz F. A. de Prá
0048b9dc51 Revert #596 2021-11-09 21:04:21 -03:00
Rabin Adhikari
0358105df2 Bump katex to 0.15.1 (#611)
* Bump katex to 0.13.18

* Bump katex to 0.15.1

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2021-11-02 16:30:33 -03:00
zocmlh
311f624518 Currently 'hugo serve' not 'hugo server' (#615) 2021-11-02 16:04:25 -03:00
Luiz F. A. de Prá
8e2feee236 Remove support for Twemoji (#614) 2021-11-02 15:56:59 -03:00
Alphonse Mariya
3c13225498 Remove support for MathJax (#613) 2021-11-02 15:49:58 -03:00
Rabin Adhikari
93df02b81a Update webfont files for v1.2 (#610) 2021-11-02 15:48:59 -03:00
Simon Pai
1cdbe4f14a Fix customJS and customCSS feature (#606)
* Fix customJS function

In the current state the customJS feature doesn't work, because an asset will only be generated to `/public` when `.RelPermalink` is used as mentioned in the [document](https://gohugo.io/hugo-pipes/introduction/#asset-publishing).

* Update CONTRIBUTORS.md

* Fix customCSS as well
2021-11-02 14:48:03 -03:00
Simon Pai
1f34f6827a Add comments for customSCSS file path in config.toml (#605) 2021-11-02 14:34:28 -03:00
Piotr Orzechowski
427f124aed Add custom menu item param to set url function (#601) 2021-11-02 14:33:24 -03:00
Luiz F. A. de Prá
ee806a669f Fixed code block background color (#596) 2021-11-02 14:15:50 -03:00
Michael Weiss
6581e860bd German Translations (#598)
* Update de.toml

* Update CONTRIBUTORS.md
2021-09-23 10:31:58 -03:00
Rabin Adhikari
8e6958b8be Replace css of fork-awesome with its scss version (#592)
* Replace css of fork-awesome with its scss version

* Delete the CSS version of fork-awesome
2021-09-23 10:23:26 -03:00
Bimal Thapa
8d94ef3225 add Nepali Language Translation (#590)
Co-authored-by: dev <deb@localhost>
2021-09-23 10:21:30 -03:00
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