Commit Graph

62 Commits

Author SHA1 Message Date
Ray Elliott 25d9bc4199 add talkyard comments 2020-09-13 00:26:35 +01:00
Ray Elliott 72a92503e8 add a primary menu item that shows along side mobile menu button 2020-02-21 15:39:45 +00:00
Ray Elliott 6736625dc7 add svg menu icon 2020-02-21 14:42:31 +00:00
Ray Elliott 0eecfb50ea improve social link styling 2020-02-20 17:14:19 +00:00
Ray Elliott e67b2c24af use svg icons for taxonomies,date and time icons 2020-02-20 15:02:14 +00:00
Ray Elliott f7c750185f use material icons 2020-02-20 12:53:28 +00:00
Ray Elliott bb8ceb59a7 add pagination styles 2020-02-19 22:23:37 +00:00
Ray Elliott 0138cc7e41 modify heading text of series list 2020-02-19 16:41:05 +00:00
Ray Elliott 8ae8a63267 add categorytag labels to taxonomy pages 2020-02-19 12:10:13 +00:00
Ray Elliott d14d1d7215 update metadata styling 2020-02-18 22:54:05 +00:00
Ray Elliott 46f6de852d group categories and tags metadata together 2020-02-18 22:12:32 +00:00
Ray Elliott 38f0b25502 style categories and tags post meta 2020-02-18 21:48:18 +00:00
Ray Elliott a296989a54 move icons inside anchor elements 2020-02-18 21:32:55 +00:00
Ray Elliott 7e4eec5008 modify see-also heading text 2020-02-18 17:44:24 +00:00
ray 7709817602 add dark mode toggle functionality 2020-02-02 19:52:12 +00:00
yousifd 0a45a52fcb Hide hamburger menu button on mobile when there are no menu items (#254)
* Hide hamburger menu button on mobile when there are no menu items fix 253

* Fix template identation

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
2020-01-22 16:05:57 -03:00
Anson VanDoren 4369ed76d2 adding support for type in social links (#250)
* adding support for  in social links

* updating example config for RSS social icon
2020-01-13 14:12:09 -03:00
Tobias Lindberg fa59259139 Adding "since year" and author support to footer (#245)
* Adding target if statements

* adding Tobias Lindberg to CONTRIBUTORS.md

* adding swedish language i18n file

* adding author to footer

* adjusting swedish translation made in fc7d7f62af52d180486d0074691ab3747fb1da07

* adding since year functionality in footer

* adding since which year if statement to footer

* removing unnecessary lines in footer file

* adjusting footer again a little
2020-01-05 12:48:31 -03:00
KK 9ca430610e Make it possible to enable katex and mathjax globally in config.toml (#241)
* Add \\( and \\[ as mathjax delimiters

* Make it possible to enable katex and mathjax globally in config.toml
2019-11-26 11:30:07 -03:00
KK 64a613ce31 Add \\( and \\[ as mathjax delimiters (#239) 2019-11-26 09:50:56 -03:00
Tobias Lindberg a980192fa7 adding swedish i18n file and adding target for social icons (#238)
* Adding target if statements

* adding Tobias Lindberg to CONTRIBUTORS.md

* adding swedish language i18n file
2019-11-25 10:52:26 -03:00
Bobby 30850ff725 Make LaTeX compatible with MathJax version 3 (#230)
* Make MathJax version 3 work

* Change my contributor link
2019-10-21 14:09:19 -03:00
foodtooth 45d25ecd73 Use updated mathjax provided by jsdelivr. (#215) 2019-09-23 14:18:42 -03:00
Shreyansh Khajanchi 9b47893b34 add support for utteranc.es (#205) 2019-08-21 10:03:15 -03:00
a1x42 dea81ca434 main link does not switch back to default language if in another language (#202)
no need to configure the language path in the different pages
2019-08-05 09:33:43 -03:00
Naim A 7ed7d3c51e disqus: fixed issue #199 (#200) 2019-07-21 11:22:25 -03:00
John Tobin 26a6a0a7cd Check if commentoUrl is set before using it. (#198)
* Check if commentoUrl is set before using it.

When a variable does not exist it evaluates to `nil`, and so the
check `(not (eq .Site.Params.commentoUrl ""))` evaluates to true rather
than false because `nil` is not "".  Before this change, unless you
explicitly set Params.commentoUrl to "", the commento HTML block would
be added, and this fails because /js/commento.js does not exist.  This
change ensures that the commento HTML block is only added whe
Params.commentoUrl exists and is set to a non-empty string.

* Check if DisqusShortname is set before using it.
2019-07-15 20:42:28 -03:00
Ryan Kes a1afda5d22 Commento (#196)
* Added rel support

* Added name to contributers file

* Added commento support
2019-06-29 09:46:18 -03:00
Ryan Kes 607a3e2ad9 Home rel link (#195)
* Added rel support

* Added name to contributers file
2019-06-26 10:09:47 -03:00
Steven 402160d2b1 Change relLangURL to safeURL in the header (#183) 2019-05-24 14:39:43 -03:00
Naata 7b4f19f1cd use safeHTML in footer (#181) 2019-05-12 20:41:26 -03:00
Yudi 74232e32b5 replace .URL with .RelPermalink (#176)
* replace .URL with .RelPermalink

find * -type f -exec sed -i "" "s/.URL/.RelPermalink/g" {} \;

* fix my bad
2019-05-01 14:01:25 -03:00
d-dandrew 81666ed54b Add KaTeX support (#164)
* Add render-latex-using-katex.md to Demonstarate how to use the katex

* Update math.html add katex scripts and css
2019-04-01 20:14:19 -03:00
Artem Khvastunov 3483f16f21 don't show empty See also for series (#166)
If series consists only of the current page it doesn't make sense to show an empty See also block.
2019-04-01 20:11:27 -03:00
Joseph Ting 27e83b1e5a Add see also section to posts footer (#152)
* Fix series list page title

* Add see also section to posts footer
2019-03-11 08:21:14 -03:00
Joseph Ting 4c2cd91048 Fix external link on pages list (#153) 2019-03-08 11:46:35 -03:00
Paul Lettington 1d333308a3 Fix HTML syntax for aria-hidden attribute (#148)
* Add a value to the aria-hidden attribute

* Add myself to contributors list
2019-03-07 10:45:09 -03:00
Luiz F. A. de Prá 13c99afe10
Add pt-br i18n (#144)
* Add pt-br i18n

* Fix footer text for pt-br
2019-02-09 12:36:32 -02:00
Gabriel Monteiro Nepomuceno 4ff77035f6 Easy customize (#138)
* Making easy to customize listing

* adding styles to listing

* removing unintended changes

* correcting declaration

* including files for release

* changing url to be relative so it can work on localhost

* Including suggestions
2019-01-16 13:16:24 -02:00
Joseph Ting 07687c49c0 Fix multilingual home page avatar (#134) 2019-01-07 11:16:38 -02:00
Luiz F. A. de Prá 1647f2f112
Improve icons accessibility (#127) 2018-12-20 14:21:11 -02:00
Joseph Ting b4688a765e Change copyright year to be current (#121) 2018-11-21 09:38:36 -02:00
tobinjt d89edf3e1b Add trailing slash to remove redirects. (#112)
* Add trailing slash to remove redirects.

When you request /tags/foo, the web server will redirect you to
/tags/foo/ so the browser needs to make two requests.  Add the trailing
slash in the link so that only one request is needed.

* Add trailing slash to remove redirects.

* Improve how trailing slash is added.

Co-Authored-By: tobinjt <johntobin@johntobin.ie>

* Improve how trailing slash is added.

Co-Authored-By: tobinjt <johntobin@johntobin.ie>

* Add John Tobin.
2018-11-20 16:19:10 -02:00
Martin Kiesel e33d2ec88a Accept boolean as well as string (#119)
* Accept boolean as well as string

* Update math.html

Tidy it up

* Update CONTRIBUTORS.md

Add myself to contributors
2018-11-20 09:39:08 -02:00
Khosrow Moossavi fd3ec89897 Taxonomy initial commit, tags and categories (#90)
* Taxonomy initial commit, tags and categories

* WIP: Show in footer for comparison

* Fix post meta
2018-10-27 09:43:26 -03:00
Dale Noe 2a9b72d2ac Adding the ability to have git commit hash in the footer (#78)
* Adding the ability to have git commit hash in the footer

* making changes as discussed in GH-78

* last changes before merge

* removed lines that are not needed

* fixing duplicate

* Last changes hopefully
2018-10-13 15:56:45 -03:00
Khosrow Moossavi 4426c889fd Post refactor to hold everything its own (#88) 2018-10-03 15:06:20 -03:00
Luiz de Prá a094f8fe7b Fix assets permalinks 2018-09-15 09:45:29 -03:00
Luiz de Prá b79cb616ea Add dateformat config 2018-09-14 10:11:27 -03:00
Luiz de Prá 333e6358c8 Add social icons 2018-08-22 08:54:56 -03:00