aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-01-05style(font): change code-font-family (#120)panda-z
2018-12-31feat(flowchart): support keyword `flow`olOwOlo
Closes #113
2018-11-06refactor(terms): remove tags and categories classolOwOlo
2018-11-05feat(title): add anchorolOwOlo
2018-11-05feat(table): responsive tableolOwOlo
Merge from ahonn/hexo-theme-even@2c06f7bdfd4bad1e3fe33688014b3007b9b3a685 Closes #107
2018-11-05feat(*): init admonition & refactor iconfontolOwOlo
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-06feat(style): dashed hrolOwOlo
2018-07-06chore(release): release 3.2.0olOwOlo
2018-06-01feat(config): configure to show archive countolOwOlo
Close #46
2018-06-01feat(post): add out-of-date content warning (#68)Keith Mo
2018-05-24fix(gist): css conflict (#61)olOwOlo
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-02-22fix: mathjax overflow for displayed mathematics (#32)olOwOlo
release 3.0.1
2018-02-01chore(release): 3.0.0olOwOlo
Hugo min_version: 0.26 -> 0.35
2018-02-01feat: support 'right' and 'left' class value for the built-in `figure`olOwOlo
2018-02-01feat: add `center`, `right`, `left` shortcodesolOwOlo
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-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
2017-11-01feat: remove excess `ul` when the title is not starting from `h1`olOwOlo
release 2.6.5
2017-11-01style: images in figure will be centered when `{{figure src="center" ... }}` ↵olOwOlo
is used
2017-10-13fix: fallback for browsers which doesn't support for `calc()`olOwOlo
See #13 release 2.6.4
2017-10-12feat: only init toc when there are headingsolOwOlo
release 2.6.3
2017-10-12chore: add postcss-loader and autoprefixer (#13)olOwOlo
2017-10-01refactor: remove useless css codeolOwOlo
release 2.6.2
2017-10-01feat: add kotlin syntax highlighting (#11)olOwOlo
2017-09-17fix: compatibility in IE(9+) and Edge (#8)olOwOlo
- add classList shim for IE9 - refactor: for...of
2017-09-16style: add description for reward imagesolOwOlo
release 2.6.1
2017-09-13chore(release): 2.6.0olOwOlo
2017-09-12refactor: store iconfont file locallyolOwOlo
2017-09-11feat: config to show more post metaolOwOlo
word count and read time
2017-09-11fix: 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-11style: move margin-top from qr-code to qr-code-imageolOwOlo
It looks better on a small screen when there are two pictures
2017-09-11style: table head and table row hoverolOwOlo
merge from original theme ahonn/hexo-theme-even@4058d5ab3ecb9bc942749c1c6263c13455f85fd4 table head background tr:hover background-color: $deputy-color
2017-09-11style: change content copyright styleolOwOlo
delete link in content copyright change item-title style
2017-09-11feat: add instagram iconolOwOlo
merge from original theme ahonn/hexo-theme-even@c91e68825dbf624e3398509c6856f644955a3129
2017-09-10fix: margin of post summaryolOwOlo
2017-09-06feat: group images with fancyboxolOwOlo
2017-09-06refactor: move theme version param to templateolOwOlo
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-05fix: english typo (#1)olOwOlo
Closes #1
2017-08-27🎉 first commitolOwOlo