aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix colours and spacingHEADmainYann Herklotz2023-05-122-20/+97
|
* no need to ignore these files nowYihui Xie2023-01-251-1/+1
|
* Pass relative .css path to relURL (#59)Masao Uebayashi2022-08-081-2/+2
|
* document {Year} in footerYihui Xie2022-06-141-1/+3
|
* replace bootcss with rstudio's mathjaxYihui Xie2022-06-141-1/+1
|
* update license yearYihui Xie2022-06-141-1/+1
|
* Make line-height unitless (#56)Kenneth C. Arnold2022-01-191-1/+1
| | | With fixed units, the line height is too small for headings that wrap (e.g., long post titles).
* display current year in footer (#54)Alexander Fallenstedt2021-12-302-2/+2
|
* fix #53: correct the broken linksYihui Xie2021-11-301-2/+2
|
* don't use hugo's syntax highlighting by defaultYihui Xie2021-11-161-0/+2
|
* close #47: the example site has switched to config.yamlYihui Xie2021-11-111-30/+27
|
* update copyright yearYihui Xie2021-11-111-1/+1
|
* use defer instead of asyncYihui Xie2021-11-111-3/+3
|
* update license yearYihui Xie2021-11-111-1/+1
|
* update license yearYihui Xie2020-11-051-1/+1
|
* don't echo the shell script when executing itYihui Xie2020-10-151-1/+1
|
* Fix paths in navigation bar (#36)Andrea2020-10-121-5/+5
| | | Co-authored-by: Yihui Xie <xie@yihui.name>
* replace the dead linkYihui Xie2020-10-111-1/+1
|
* change config.toml to config.yamlYihui Xie2020-10-112-41/+38
|
* don't ignore the *_files/ foldersYihui Xie2020-10-091-1/+1
|
* also ignore .knit.md and .utf8.md (the intermediate md files when knitting ↵Yihui Xie2020-10-071-1/+1
| | | | .Rmd files)
* update copyright yearYihui Xie2020-10-051-1/+1
|
* yihui.name -> yihui.orgYihui Xie2020-10-058-14/+14
|
* run `find` only within the example site, and not in the site that users ↵Yihui Xie2020-10-051-1/+2
| | | | | | created with this theme, because this code chunk only makes sense to this theme repository this is the actual fix for #19, and I guess I was unfair to Windows in d0209f76044d51582923daad96827777dbd0f002
* Allow inline html in _index.Rmarkdown (#42)Thomas M Ward2020-07-241-0/+5
| | | | | | | | | | | | | | Starting with hugo 0.60, the default markdown renderer changed from blackdown to goldmark. By default, goldmark does not render raw HTML so specifying raw html in _index.Rmarkdown (in this instance to customize an image's display) created an html file with <!-- raw HTML omitted --> rather than the correct html to display the image. You can make goldmark include raw html by switching it to `unsafe` mode in the `config.toml` which this commit does. As an FYI, An alternative is to mv `_index.Rmarkdown` to `_index.Rmd` which will switch the markdown engine from goldmark to pandoc which still renders raw html.
* rebuild siteYihui Xie2019-08-162-6/+6
|
* fix https://github.com/gohugoio/hugoThemes/issues/682 for the XMin themeYihui Xie2019-08-161-1/+3
|
* actually use .RelPermalink instead of .PermalinkYihui Xie2019-04-181-1/+1
|
* close #37: remove the deprecated preserveTaxonomyNames = true, and use ↵Yihui Xie2019-04-182-6/+2
| | | | .Page.Title to get the taxonomy names instead
* .URL has been deprecated in a recent version of HugoYihui Xie2019-04-181-1/+1
|
* update copyright yearYihui Xie2019-03-191-1/+1
|
* Trivial typo fix (#32)Justin Clift2019-01-313-3/+3
|
* a missing ;Yihui Xie2018-12-131-1/+1
|
* change mathjax cdnYihui Xie2018-10-011-1/+1
|
* markdownify post titles since some people use backticks in post titles, and ↵Yihui Xie2018-08-302-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/
* remove R/build.R from the repoYihui Xie2018-08-301-12/+0
|
* Correct date check in single.html. (#25)Shimmy Xu2018-02-181-1/+1
|
* rebuild siteYihui Xie2018-01-272-6/+6
|
* update copyright yearYihui Xie2018-01-271-1/+1
|
* close #20: only create README.md for myselfYihui Xie2018-01-271-0/+6
|
* close #19: disable the bash chunk on the operating system that is only ↵Yihui Xie2018-01-261-1/+1
| | | | _this_ tall (even after trying to incorporating a really tall system as its subsystem)
* update wc outputYihui Xie2017-10-262-4/+4
|
* bash and sed may not be available on WindowsYihui Xie2017-10-082-2/+2
|
* Fix centering on menu in header (style.css change) (#12)oneleaftea2017-08-261-0/+1
| | | | | | | | * Update style.css to change .menu padding to 0px Since menu li items normally add padding, it off-centers the menu. Changing padding to 0px fixes this. * split the two CSS rules
* gray background for table header/footerYihui Xie2017-08-091-1/+1
|
* rename .Rmd to .Rmarkdown and add the build scriptYihui Xie2017-08-095-5/+35
|
* fix #10: urlize the termsYihui Xie2017-07-261-1/+1
|
* no longer need to configure MathJax due to ↵Yihui Xie2017-07-133-17/+1
| | | | https://github.com/yihui/hugo-lithium-theme/commit/2838faa426f9060dd98b0b7c3aa7a4106863cca5
* make it mobile friendlyYihui Xie2017-07-111-0/+1
|
* preserve taxonomy namesYihui Xie2017-07-091-0/+1
|