Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-13 | refactor: configure mathjax using plain javascript | olOwOlo | |
If you use `x-mathjax-config` with CSP enabled, you will need to add 'unsafe-eval' to your CSP policy. | |||
2018-02-03 | feat: support custom css and js (#29) | Dongdong Tian | |
2018-02-01 | chore(release): 3.0.0 | olOwOlo | |
Hugo min_version: 0.26 -> 0.35 | |||
2018-02-01 | docs: init CHANGELOG, use `errorf` give friendlier error | olOwOlo | |
This relates to #23 | |||
2018-02-01 | docs: update README | olOwOlo | |
2018-02-01 | feat: support 'right' and 'left' class value for the built-in `figure` | olOwOlo | |
2018-02-01 | feat: add `center`, `right`, `left` shortcodes | 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-31 | refactor: i18n | olOwOlo | |
2018-01-31 | refactor: default favicon | olOwOlo | |
2018-01-30 | feat: support multilingual mode | olOwOlo | |
* 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-24 | docs: don't forget copy the `config.toml` | 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 | |||
2018-01-13 | fix: error when heading contains link (#20) | olOwOlo | |
release 2.7.2 | |||
2018-01-10 | fix: missing last line of code in blogdown (#19) | olOwOlo | |
release 2.7.1 | |||
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 | fix: compatible with config.toml file without the `autoCollapseToc` parameter | olOwOlo | |
2017-12-05 | docs: update example site | olOwOlo | |
release 2.7.0 | |||
2017-12-05 | feat: auto expand and collapse toc | olOwOlo | |
2017-11-14 | fix: separate categories (#15) | Lei Zhang | |
* Separate categories with whitespace * Modify the _header.scss file to add a '·' character release 2.6.6 | |||
2017-11-01 | feat: remove excess `ul` when the title is not starting from `h1` | olOwOlo | |
release 2.6.5 | |||
2017-11-01 | style: images in figure will be centered when `{{figure src="center" ... }}` ↵ | olOwOlo | |
is used | |||
2017-10-13 | fix: fallback for browsers which doesn't support for `calc()` | olOwOlo | |
See #13 release 2.6.4 | |||
2017-10-13 | feat: load console for mobile browsers in debug mode | olOwOlo | |
2017-10-12 | feat: only init toc when there are headings | olOwOlo | |
release 2.6.3 | |||
2017-10-12 | chore: add postcss-loader and autoprefixer (#13) | olOwOlo | |
2017-10-01 | refactor: remove useless css code | olOwOlo | |
release 2.6.2 | |||
2017-10-01 | feat: add kotlin syntax highlighting (#11) | 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-17 | fix: compatibility in IE(9+) and Edge (#8) | olOwOlo | |
- add classList shim for IE9 - refactor: for...of | |||
2017-09-17 | fix: make sitemap.xml agnostic of trailing slash in baseURL | olOwOlo | |
see #6 | |||
2017-09-17 | fix: use `absURL` to be agnostic of `baseURL` used in config.toml (#7) | Sanjay T. Sharma | |
Make robots.txt agnostic of trailing slash in baseURL Closes #6 | |||
2017-09-16 | feat: config logo title | olOwOlo | |
2017-09-16 | style: add description for reward images | olOwOlo | |
release 2.6.1 | |||
2017-09-15 | fix: remove no-break space (#5) | Simon Wörner | |
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-13 | chore(release): 2.6.0 | olOwOlo | |
2017-09-13 | docs: add showcase image, change default qrcode image | olOwOlo | |
2017-09-12 | feat: config public cdn | olOwOlo | |
deprecated bootcdn param | |||
2017-09-12 | refactor: store iconfont file locally | olOwOlo | |
2017-09-11 | feat: config to show more post meta | olOwOlo | |
word count and read time | |||
2017-09-11 | fix: only enable fancybox on post content (#3) | Simon Wörner | |
This fixes problems when the license contains images. These are opened with fancybox instead of open the license link. | |||
2017-09-11 | style: move margin-top from qr-code to qr-code-image | olOwOlo | |
It looks better on a small screen when there are two pictures | |||
2017-09-11 | style: table head and table row hover | olOwOlo | |
merge from original theme ahonn/hexo-theme-even@4058d5ab3ecb9bc942749c1c6263c13455f85fd4 table head background tr:hover background-color: $deputy-color | |||
2017-09-11 | style: change content copyright style | olOwOlo | |
delete link in content copyright change item-title style | |||
2017-09-11 | feat: add instagram icon | olOwOlo | |
merge from original theme ahonn/hexo-theme-even@c91e68825dbf624e3398509c6856f644955a3129 |