aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-12-31chore(ignore): ignore `.map` fileolOwOlo
2018-11-06chore(*): release 4.0.0olOwOlo
2018-11-06chore(hugo): min version 0.50olOwOlo
BREAKING CHANGE: Hugo minimum version required "0.50".
2018-11-06docs(README): updateolOwOlo
2018-11-06refactor(terms): remove tags and categories classolOwOlo
2018-11-05feat(title): add anchorolOwOlo
2018-11-05refactor(comment): remove local js and css filesolOwOlo
BREAKING CHANGE: Remove local comment js/css files.
2018-11-05feat(table): responsive tableolOwOlo
Merge from ahonn/hexo-theme-even@2c06f7bdfd4bad1e3fe33688014b3007b9b3a685 Closes #107
2018-11-05chore(build): upgrade build dependenciesolOwOlo
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-11-05feat(*): init admonition & refactor iconfontolOwOlo
2018-10-30fix(config): MediaType's Suffix deprecated warning (#103)binarization
`MediaType.Suffix` has now been deprecated.
2018-07-10style(*): google js style & trim whitespaceolOwOlo
2018-07-10docs(exampleSite): update for chromaolOwOlo
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-09docs(config): GDPR settings for GA and youtubeolOwOlo
2018-07-09chore(build): yarn & webpack 4 & path & assets.jsonolOwOlo
2018-07-06docs(config): enable public CDNolOwOlo
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(style): dashed hrolOwOlo
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-14docs(README): use `post` instead of `posts`olOwOlo
Relate issues: #9, #14