aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-11feat(mathjax): upgrade to 3.0.5 (#270)panda-z
2020-09-11fix(layouts): add missing space for minify (#250)panda-z
* fix(layouts): add missing space for minify * chore(*): update resources file
2020-09-10feat(taxonomy): custom order (#159)sarva
Closes #157
2020-09-10i18n(ru): Add russian translation (#296)Egor Lynko
2020-09-10feat(i18n): add Traditional Chinese translation (#230)Chun Yu
2020-08-06docs(README): update live demo urlolOwOlo
2020-08-06docs(exampleSite/config.toml): update default configolOwOlo
2020-08-06chore(Makefile): make for developmentolOwOlo
2020-08-06fix(exampleSite): insecure mixed contentolOwOlo
2020-08-06feat(scss): font-display: swap (#267)byronhe
2020-08-03chore(netlify.toml): init configuration fileolOwOlo
2020-05-12i18n(ja): fix file name & update translation (#269)TAC
* Fix jp to ja i18n file name * Change テーマ to Theme in ja.yaml
2020-05-12i18n(de): add German translation (#264)Florian La Roche
2020-05-12feat(scripts): only enable google analytics in production environment (#260)panda-z
Should set env to production, e.g.: `hugo serve -e production` Default environments are **development** with `hugo serve` and **production** with `hugo`.
2020-05-06feat(layout): minify script (#258)Florian La Roche
Patch taken from https://github.com/sdvcrx/hugo-theme-even/commit/60633a072ea1cf3b0cd268b986d27bc5dd6ca5d1
2020-05-05i18n(jp): init (#257)sudeni
2020-04-20docs(README): fix typo (#242)olOwOlo
2020-04-20refactor(resources): use relative links (#245)Florian La Roche
2020-04-20chore(.gitignore): remove .gitignore entries not needed anymore (#246)Florian La Roche
2020-04-18fix(js): infnity scrolling post on the Chrome and Safari (#225)Eugene Jeon
Closes #209, Closes 223
2020-04-18fix(js): add wrapper for all tables except highlighted code-blocks (#244)panda-z
Closes #232
2020-04-18Merge pull request #242 from panda-z/issue241olOwOlo
Fix broken theme demo on Hugo Themes website
2020-04-16chore(*): remove unused directoryWeiwen Zhao
2020-04-16chore(hugo): min version 0.60.0Weiwen Zhao
2020-04-16docs(README): updateWeiwen Zhao
2020-04-16chore(*): add missing resources fileWeiwen Zhao
2020-04-16chore(static/dist): remove unused filesolOwOlo
Closes #238
2020-04-13fix(js): code block title for hugo 0.60 or above (#229)panda-z
Closes #221
2020-04-13chore(.gitignore): ignore resources/_gen/ generated by hugo pipesolOwOlo
2020-04-13chore(build): drop webpack and use Hugo Pipes (#130)panda-z
2019-09-08chore(head.html): remove theme version in generator metaolOwOlo
2019-09-08refactor(*): deprecated warn, Pages .URL -> .RelPermalinkolOwOlo
2019-09-08chore(.gitignore): ignore idea iml fileolOwOlo
2019-09-08refactor(head.html): Page's .RSSLink is deprecatedolOwOlo
This closes #162, closes #187
2019-09-08fix(index.html): .Site.RegularPagesolOwOlo
This closes #188, closes #192
2019-09-03docs(config.toml): fix spelling of "your" (#173)Misha Brukman
2019-09-03i18n(*): make sure ellipsis after includes 3 periods (#172)Misha Brukman
Add third period after "Read more" (EN) and "Leer mas" (ES).
2019-09-03fix(layouts/partials/head.html): fix hugo 0.55 warning (#161)Steve Xu
Closes #158
2019-05-25fix(comment): gitment object progressEvent error (#165)Hank
2019-05-25feat(scss): support diff highlight (#163)scarletsky
2019-05-25i18n(es): minor update (#160)Darío Hereñú
2019-05-25feat(comment): add utterances support (#156)被欺负的大白
Closes #117
2019-05-25feat(comment): Valine Support (#155)alicewish
Closes #95
2019-03-31feat(comment): added sid for Changyan comments (#133)Trent Zhou
Closes #121
2019-03-31fix(uglyurls): uglyurls with tag and categories terms (#129)Creaink
Closes #89
2019-02-14fix(*): code font size and extra mathjax scoll bar (#125)panda-z
* style(font): use em for responsive code font size * style(mathjax): avoid extra horizontal scrollbar
2019-02-14feat(lastmod): use git commit to generate lastmod info (#124)Gimo
2019-01-05feat(scripts): disable google analytics on localhost (#123)panda-z
2019-01-05style(font): change code-font-family (#120)panda-z
2018-12-31feat(flowchart): support keyword `flow`olOwOlo
Closes #113