Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | docs(exampleSite/config.toml): update default config | olOwOlo | |
2019-09-03 | docs(config.toml): fix spelling of "your" (#173) | Misha Brukman | |
2019-05-25 | feat(comment): add utterances support (#156) | 被欺负的大白 | |
Closes #117 | |||
2019-05-25 | feat(comment): Valine Support (#155) | alicewish | |
Closes #95 | |||
2019-03-31 | fix(uglyurls): uglyurls with tag and categories terms (#129) | Creaink | |
Closes #89 | |||
2019-02-14 | feat(lastmod): use git commit to generate lastmod info (#124) | Gimo | |
2018-11-06 | chore(*): release 4.0.0 | olOwOlo | |
2018-11-05 | refactor(comment): remove local js and css files | olOwOlo | |
BREAKING CHANGE: Remove local comment js/css files. | |||
2018-11-05 | chore(gitalk): upgrade | zhaozhiyuan | |
Closes #87 | |||
2018-11-05 | feat(*): init admonition & refactor iconfont | olOwOlo | |
2018-10-30 | fix(config): MediaType's Suffix deprecated warning (#103) | binarization | |
`MediaType.Suffix` has now been deprecated. | |||
2018-07-10 | feat(highlight): add support for chroma | olOwOlo | |
BREAKING CHANGE: You need add params to enable `chroma` or `highlight.js` since they are disabled by default. | |||
2018-07-09 | docs(config): GDPR settings for GA and youtube | olOwOlo | |
2018-07-06 | docs(config): enable public CDN | olOwOlo | |
2018-07-06 | refactor(param): camelcase for parameter names | olOwOlo | |
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-06 | feat(mathjax): configure to let mathjax use local files | olOwOlo | |
Close #63 | |||
2018-07-06 | feat(scripts): configure to use local files for flowchart and sequence diagram | morya | |
Close #76, #77 | |||
2018-06-01 | feat(config): configure to show archive count | olOwOlo | |
Close #46 | |||
2018-06-01 | feat(post): add out-of-date content warning (#68) | Keith Mo | |
2018-04-15 | docs(config): preserve taxonomy names (#54) | ghraecakter | |
see #27 | |||
2018-04-15 | feat: add auto number for mathjax (#53) | panda-z | |
2018-04-05 | feat: add gitalk (#51) | 赵志远 | |
2018-03-12 | docs: update exampleSite | olOwOlo | |
* change default paginate * remove some `<!--more-->` * remove excess comments | |||
2018-03-12 | feat: generate sequence diagrams from code blocks (#35) | olOwOlo | |
Close #35 | |||
2018-03-12 | feat: generate flowchart diagrams from code blocks (#35) | olOwOlo | |
2018-03-11 | feat: add gitment module (#36) | sslyxhz | |
2018-02-03 | feat: support custom css and js (#29) | Dongdong Tian | |
2018-02-01 | docs: init CHANGELOG, use `errorf` give friendlier error | olOwOlo | |
This relates to #23 | |||
2018-02-01 | docs: update README | olOwOlo | |
2018-01-31 | feat: add `postMetaInFooter` param | olOwOlo | |
add `postMetaInFooter` param to control the `contentCopyright` container, and now you can show the author and lastMod information without displaying the license. | |||
2018-01-31 | refactor: `archive-paginate` rename to `archivePaginate` | olOwOlo | |
2018-01-31 | refactor: remove deprecated `bootcdn` param | olOwOlo | |
2018-01-15 | feat: config mathjax to use $...$ for in-line math mode (#22) | Chun-Hung Tseng | |
* Update cdn mathjax version to 2.7.2 | |||
2017-12-20 | feat: add LiveRe and busuanzi (#17) | alicewish | |
* LiveRe: commenting system * busuanzi: count web traffic | |||
2017-12-06 | feat: allow set something for a single content | olOwOlo | |
* 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-05 | docs: update example site | olOwOlo | |
release 2.7.0 | |||
2017-12-05 | feat: auto expand and collapse toc | olOwOlo | |
2017-10-13 | feat: load console for mobile browsers in debug mode | olOwOlo | |
2017-09-25 | feat: provide the facility to customize date format (#10) | Sanjay T. Sharma | |
2017-09-17 | docs: change default content license to "CC BY-NC-ND 4.0" | olOwOlo | |
2017-09-16 | feat: config logo title | olOwOlo | |
2017-09-14 | fix: allow all url protocols in social and menu links (#4) | Simon Wörner | |
Adding "| safeURL" allows the usage of "unsafe" url protocols such as irc:// or xmpp:// | |||
2017-09-12 | feat: config public cdn | olOwOlo | |
deprecated bootcdn param | |||
2017-09-11 | feat: config to show more post meta | olOwOlo | |
word count and read time | |||
2017-09-11 | feat: add instagram icon | olOwOlo | |
merge from original theme ahonn/hexo-theme-even@c91e68825dbf624e3398509c6856f644955a3129 | |||
2017-09-06 | refactor: move theme version param to template | olOwOlo | |
delete version param in config.toml even.[version].css => even.min.css?v=[version] even.[version].js => even.min.js?v=[version] It's more convenient for users to update this theme. | |||
2017-09-03 | fix: config.toml file format error | olOwOlo | |
2017-09-02 | docs: change example site baseURL | olOwOlo | |
2017-08-31 | docs: create an example site | olOwOlo | |