Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove useless main tag | Alan Pearce | 2020-01-06 | -4/+2 |
| | ||||
* | Show tags as article metadata | Alan Pearce | 2020-01-06 | -0/+7 |
| | ||||
* | Add support for alternative output formats (e.g. RSS) | Alan Pearce | 2020-01-06 | -0/+3 |
| | ||||
* | Remove non-semantic hr tags from layout | Alan Pearce | 2020-01-06 | -3/+4 |
| | ||||
* | Make 404 page less shouty | Alan Pearce | 2020-01-06 | -1/+1 |
| | ||||
* | Convert to block-based templates | Alan Pearce | 2020-01-06 | -7/+36 |
| | ||||
* | Use ISO8601 date format | Alan Pearce | 2020-01-06 | -3/+3 |
| | ||||
* | Remove custom fonts | Alan Pearce | 2020-01-06 | -1/+0 |
| | ||||
* | fix https://github.com/gohugoio/hugoThemes/issues/682 for the XMin theme | Yihui Xie | 2019-08-16 | -1/+3 |
| | ||||
* | actually use .RelPermalink instead of .Permalink | Yihui Xie | 2019-04-18 | -1/+1 |
| | ||||
* | close #37: remove the deprecated preserveTaxonomyNames = true, and use ↵ | Yihui Xie | 2019-04-18 | -5/+2 |
| | | | | .Page.Title to get the taxonomy names instead | |||
* | .URL has been deprecated in a recent version of Hugo | Yihui Xie | 2019-04-18 | -1/+1 |
| | ||||
* | markdownify post titles since some people use backticks in post titles, and ↵ | Yihui Xie | 2018-08-30 | -3/+3 |
| | | | | | | | | | | MathJax will treat content in backticks as inline math e.g. @jystatistics: https://jystatistics.rbind.io/post/2018/06/28/study-ggplot2/ @tcgriffith: https://tc.rbind.io/post/2018/01/25/apply-and-do-call/ | |||
* | Correct date check in single.html. (#25) | Shimmy Xu | 2018-02-18 | -1/+1 |
| | ||||
* | fix #10: urlize the terms | Yihui Xie | 2017-07-26 | -1/+1 |
| | ||||
* | make it mobile friendly | Yihui Xie | 2017-07-11 | -0/+1 |
| | ||||
* | no need to be global here | Yihui Xie | 2017-06-19 | -1/+1 |
| | ||||
* | I guess it is unnecessary (perhaps even wrong) to urlize terms | Yihui Xie | 2017-06-19 | -1/+1 |
| | ||||
* | rename copyright to footer, since the variable copyright is used in the RSS feed | Yihui Xie | 2017-06-16 | -1/+1 |
| | ||||
* | add language code | Yihui Xie | 2017-06-16 | -1/+1 |
| | ||||
* | add theme.toml, archetypes, layouts, and css | Yihui Xie | 2017-06-15 | -0/+79 |