Commit Graph

108 Commits

Author SHA1 Message Date
Yudi 43408807a5 update normalize version (#175)
* update normalize version

* update CONTRIBUTORS.md
2019-04-27 14:39:19 -03:00
Wataru Mizukami ee65eab9fa updated fontawesome version (#174)
* updated fontawesome version

* Update CONTRIBUTORS.md
2019-04-26 09:25:08 -03:00
John Tobin 87879a726a Replace deprecated .Hugo with hugo. (#171)
* 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.

* Replace deprecated .Hugo with hugo.

Hugo 0.55 deprecates .Hugo and produces this warning:
"Page's .Hugo is deprecated and will be removed in a future release.
 Use the global hugo function."

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Bump version to brute-force figure out when "hugo" function was introduced because it is not documented.

* Update minimum required version.
2019-04-23 10:17:29 -03:00
d-dandrew b535058204 Fix HTML lang attribute (#169)
* Fix #165

* use .Site.Language.Lang instead of .Site.LanguageCode according to hugo documentation

* add contributor D_DAndrew
2019-04-22 10:27:07 -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
Caspar Krieger 903cfa0443 Fix empty hrefs in 404 page (#162)
* Fix empty hrefs in 404 page

* Added self to contributors list per PR template
2019-03-20 10:33:46 -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
Sascha Brendel da6f9e1389 Fix links (#154) 2019-03-08 16:08:41 -03:00
Joseph Ting 4c2cd91048 Fix external link on pages list (#153) 2019-03-08 11:46:35 -03:00
Thomas Vochten e94774cf5d Fix HTML5 validation for Google Fonts (#151)
* Replaced "|" with encoded value "%7C" for HTML5 compatibility

* Appended to contributers file
2019-03-07 14:25:06 -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
Paul Lettington a642817803 Fix <link/> tag for RSS feeds (#149) 2019-03-07 10:44:08 -03:00
Jeffrey C 944092c225 Add OpenGraph to each page (#147)
OpenGraph Protocol is used by sites like Facebook to display a rich object in a social graph.

* Add OpenGraph Protocol to each page

Hugo has an internal template for [Open Graph](https://gohugo.io/templates/internal/#open-graph). It takes necessary information from either site's or post's config thus it makes sense to add it to each page.

* Add 'series' to posts archetype
This taxonomy is used to specify related “see also” pages by placing them in the same series.

* Add series taxonomy to exampleSite config.

* Add example of series to exampleSite

* Add spaz926 to Contributors
2019-03-04 11:43:54 -03:00
Luiz F. A. de Prá e66c174061
Remove hugow (#146) 2019-02-10 21:05:34 -02:00
Luiz de Prá f2e0a1a6c4 Add missing built css files 2019-02-10 21:01:06 -02:00
Luiz F. A. de Prá 54f0975aa9
Fix pagination style (#145) 2019-02-10 20:56:07 -02: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
Salvatore Giordano 7528f5bf5e Add external link feature for posts (#141)
* Add external link feature for posts

* Add post example using external link
2019-01-17 11:50:14 -02:00
Luiz F. A. de Prá ced910a886
Fix hidden nav button on inverted (#140) 2019-01-16 15:54:29 -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
Piotr Januszewski 12b4246e29 Add simple figure style for content class (#130)
* Add figure style

* Add figure to exampleSite

* Apply suggested changes from code-review
2019-01-07 13:30:09 -02:00
Artem Khvastunov 3d4335a787 Add Twitter Cards to each page (#133)
* Add Twitter Cards to each page

Hugo has an internal template for [Twitter Cards](https://gohugo.io/templates/internal/#twitter-cards). It takes necessary information from either site's or post's config thus it makes sense to add it to each page.

* Add 'description' to posts archetype

This optional field is used by Twitter Cards.

* Add example usage of Twitter Cards

* Add artspb to contributors
2019-01-07 13:26:43 -02:00
Joseph Ting 07687c49c0 Fix multilingual home page avatar (#134) 2019-01-07 11:16:38 -02:00
Joseph Ting fc576925eb Fix homepage main content section vertical align (#118) 2019-01-04 09:09:52 -02:00
Luiz F. A. de Prá 09e704b6cb Add missing pages 2019-01-02 17:07:27 -02:00
Luiz F. A. de Prá e10448c4b3 Add HUGO_BIN into Makefile 2019-01-02 17:06:58 -02:00
Joseph Ting 5f052f9301 bug(base-url): change from site url to page url (#131) 2018-12-31 09:05:18 -02:00
Luiz F. A. de Prá 1647f2f112
Improve icons accessibility (#127) 2018-12-20 14:21:11 -02:00
Khosrow Moossavi b9a232b582 Upgrade Hugo to v0.52/extended (#124) 2018-11-29 09:40:07 -02:00
Khosrow Moossavi 1219798b9c Update PR template (#125) 2018-11-29 09:39:52 -02:00
Thomas Nys 9f034349f6 Fix code indent (#123)
* Fix code indent

* Add myself to the contributors

* Regenerate css
2018-11-26 13:56:31 -02:00
Luiz de Prá c0708c491e Revert flex on body 2018-11-25 20:40:34 -02:00
Joseph Ting b4688a765e Change copyright year to be current (#121) 2018-11-21 09:38:36 -02:00
Joseph Ting bab77656bb Update deprecated device-width media queries (#120) 2018-11-21 09:37:10 -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
Abner Campanha 720f7518a6 Add inverted variables option (#110)
* add inverted variables option

* create inverted styles

* add missed styles

* add myself as contributor
2018-11-12 09:42:52 -02:00
Joseph Ting 55c424f4d1 Add pull request template (#115) 2018-11-09 13:23:48 -02:00
Joseph Ting 8d3c1a2f8e Remove flexbox on body (#114) 2018-11-09 11:03:00 -02:00
NutGuru 04b4bca945 Correct instructions in README.md (#111) 2018-11-02 17:16:37 -03:00
Khosrow Moossavi a6315788a2 Add CONTRIBUTORS file (#101) 2018-11-01 19:13:00 -03: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
Philipp Rintz 764b9ffef3 Fixed reference to old variable name (#103)
Using RTL would fail due to _colors no longer being available. Changed to import _variables instead.
2018-10-16 10:43:35 -03:00
Khosrow Moossavi 11c0108323 Enhance post header (#100)
- show calendar icon for 'posted date'
- show 'reading time'
2018-10-14 22:24:13 -03:00
Khosrow Moossavi 24c0c2fcc1 Upgrade Hugo to v0.49.2 (#102) 2018-10-14 22:19:57 -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
Padraic Renaghan 9dc5dc0fd0 Crossorigin=Anonymous on theme css (#97)
* crossorigin on the theme stylesheet

* needed on custom stylesheet

* on the theme css link
2018-10-13 09:36:01 -03:00
Jacob Wood 40a780265c Added link to Hugo project website (#92) 2018-10-05 08:47:58 -03:00
Luiz de Prá 9a8cd08b92 Fix missing Netlify configuration 2018-10-04 13:27:33 -03:00