Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-08Pass relative .css path to relURL (#59)HEADmasterMasao Uebayashi
2022-06-15document {Year} in footerYihui Xie
2022-06-15replace bootcss with rstudio's mathjaxYihui Xie
2022-06-15update license yearYihui Xie
2022-01-19Make line-height unitless (#56)Kenneth C. Arnold
With fixed units, the line height is too small for headings that wrap (e.g., long post titles).
2021-12-31display current year in footer (#54)Alexander Fallenstedt
2021-12-01fix #53: correct the broken linksYihui Xie
2021-11-16don't use hugo's syntax highlighting by defaultYihui Xie
2021-11-12close #47: the example site has switched to config.yamlYihui Xie
2021-11-12update copyright yearYihui Xie
2021-11-12use defer instead of asyncYihui Xie
2021-11-12update license yearYihui Xie
2020-11-05update license yearYihui Xie
2020-10-16don't echo the shell script when executing itYihui Xie
2020-10-13Fix paths in navigation bar (#36)Andrea
Co-authored-by: Yihui Xie <xie@yihui.name>
2020-10-12replace the dead linkYihui Xie
2020-10-11change config.toml to config.yamlYihui Xie
2020-10-10don't ignore the *_files/ foldersYihui Xie
2020-10-08also ignore .knit.md and .utf8.md (the intermediate md files when knitting ↵Yihui Xie
.Rmd files)
2020-10-05update copyright yearYihui Xie
2020-10-05yihui.name -> yihui.orgYihui Xie
2020-10-05run `find` only within the example site, and not in the site that users ↵Yihui Xie
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
2020-07-24Allow inline html in _index.Rmarkdown (#42)Thomas M Ward
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.
2019-08-16rebuild siteYihui Xie
2019-08-16fix https://github.com/gohugoio/hugoThemes/issues/682 for the XMin themeYihui Xie
2019-04-18actually use .RelPermalink instead of .PermalinkYihui Xie
2019-04-18close #37: remove the deprecated preserveTaxonomyNames = true, and use ↵Yihui Xie
.Page.Title to get the taxonomy names instead
2019-04-18.URL has been deprecated in a recent version of HugoYihui Xie
2019-03-20update copyright yearYihui Xie
2019-01-31Trivial typo fix (#32)Justin Clift
2018-12-14a missing ;Yihui Xie
2018-10-01change mathjax cdnYihui Xie
2018-08-30markdownify post titles since some people use backticks in post titles, and ↵Yihui Xie
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/
2018-08-30remove R/build.R from the repoYihui Xie
2018-02-19Correct date check in single.html. (#25)Shimmy Xu
2018-01-28rebuild siteYihui Xie
2018-01-28update copyright yearYihui Xie
2018-01-27close #20: only create README.md for myselfYihui Xie
2018-01-27close #19: disable the bash chunk on the operating system that is only ↵Yihui Xie
_this_ tall (even after trying to incorporating a really tall system as its subsystem)
2017-10-27update wc outputYihui Xie
2017-10-08bash and sed may not be available on WindowsYihui Xie
2017-08-26Fix centering on menu in header (style.css change) (#12)oneleaftea
* 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
2017-08-09gray background for table header/footerYihui Xie
2017-08-09rename .Rmd to .Rmarkdown and add the build scriptYihui Xie
2017-07-26fix #10: urlize the termsYihui Xie
2017-07-13no longer need to configure MathJax due to ↵Yihui Xie
https://github.com/yihui/hugo-lithium-theme/commit/2838faa426f9060dd98b0b7c3aa7a4106863cca5
2017-07-11make it mobile friendlyYihui Xie
2017-07-09preserve taxonomy namesYihui Xie
2017-07-03use sans-serif fonts insteadYihui Xie
2017-07-01tweak descriptionYihui Xie