aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
AgeCommit message (Collapse)Author
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-04-20refactor(resources): use relative links (#245)Florian La Roche
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-08refactor(head.html): Page's .RSSLink is deprecatedolOwOlo
This closes #162, closes #187
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(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-02-14feat(lastmod): use git commit to generate lastmod info (#124)Gimo
2019-01-05feat(scripts): disable google analytics on localhost (#123)panda-z
2018-11-05refactor(comment): remove local js and css filesolOwOlo
BREAKING CHANGE: Remove local comment js/css files.
2018-11-05refactor(mathjax): cdn jsdelivrolOwOlo
Closes #82
2018-11-05fix(busuanzi): update busuanzi domainsslyxhz
Closes #104 Closes #108 Closes #109
2018-11-05chore(gitalk): upgradezhaozhiyuan
Closes #87
2018-07-10style(*): google js style & trim whitespaceolOwOlo
2018-07-10feat(highlight): add support for chromaolOwOlo
BREAKING CHANGE: You need add params to enable `chroma` or `highlight.js` since they are disabled by default.
2018-07-09chore(build): yarn & webpack 4 & path & assets.jsonolOwOlo
2018-07-06refactor(param): camelcase for parameter namesolOwOlo
BREAKING CHANGE: Rename parameter names. | origin | now | | :------: |:--------:| | fancyboxJ**s** | fancyboxJ**S** | | fancyboxC**ss**| fancyboxC**SS**| | baidu_push | baidu**P**ush | | baidu_analytics | baidu**A**nalytics | | baidu_verification | baidu**V**erification | | google_verification | google**V**erification |
2018-07-06feat(mathjax): configure to let mathjax use local filesolOwOlo
Close #63
2018-07-06feat(scripts): configure to use local files for flowchart and sequence diagrammorya
Close #76, #77
2018-07-06chore(release): release 3.2.0olOwOlo
2018-06-01feat(post): add out-of-date content warning (#68)Keith Mo
2018-04-15feat: add auto number for mathjax (#53)panda-z
2018-04-05feat: add gitalk (#51)赵志远
2018-03-12fix(release): version paramolOwOlo
2018-03-12feat: generate sequence diagrams from code blocks (#35)olOwOlo
Close #35
2018-03-12feat: generate flowchart diagrams from code blocks (#35)olOwOlo
2018-03-11feat: add gitment module (#36)sslyxhz
2018-02-22fix: mathjax overflow for displayed mathematics (#32)olOwOlo
release 3.0.1
2018-02-13refactor: configure mathjax using plain javascriptolOwOlo
If you use `x-mathjax-config` with CSP enabled, you will need to add 'unsafe-eval' to your CSP policy.
2018-02-03feat: support custom css and js (#29)Dongdong Tian
2018-02-01chore(release): 3.0.0olOwOlo
Hugo min_version: 0.26 -> 0.35
2018-01-31feat: add `postMetaInFooter` paramolOwOlo
add `postMetaInFooter` param to control the `contentCopyright` container, and now you can show the author and lastMod information without displaying the license.
2018-01-31refactor: remove deprecated `bootcdn` paramolOwOlo
2018-01-31refactor: i18nolOwOlo
2018-01-31refactor: default faviconolOwOlo
2018-01-30feat: support multilingual modeolOwOlo
* fix: wrong lang attribute in multilingual mode - baseof.html * fix: rss link in multilingual mode - footer.html * fix: wrong tags, categories, home link in multilingual mode - other files ... This relates to #25
2018-01-15feat: config mathjax to use $...$ for in-line math mode (#22)Chun-Hung Tseng
* Update cdn mathjax version to 2.7.2
2018-01-13fix: error when heading contains link (#20)olOwOlo
release 2.7.2
2018-01-10fix: missing last line of code in blogdown (#19)olOwOlo
release 2.7.1
2017-12-20feat: add LiveRe and busuanzi (#17)alicewish
* LiveRe: commenting system * busuanzi: count web traffic
2017-12-06feat: allow set something for a single contentolOwOlo
* Now, you can open or close toc, copyright, reward and mathjax for a single content. * Also change the default global settings: autoCollapseToc = true -> false; mathjax = true -> false
2017-12-05fix: compatible with config.toml file without the `autoCollapseToc` parameterolOwOlo
2017-12-05docs: update example siteolOwOlo
release 2.7.0
2017-12-05feat: auto expand and collapse tocolOwOlo
2017-11-14fix: separate categories (#15)Lei Zhang
* Separate categories with whitespace * Modify the _header.scss file to add a '·' character release 2.6.6