Commit Graph

33 Commits

Author SHA1 Message Date
Yihui Xie f8510d84b0 also ignore .knit.md and .utf8.md (the intermediate md files when knitting .Rmd files) 2020-10-07 23:10:45 -05:00
Yihui Xie 7edfd02d12 update copyright year 2020-10-05 10:29:34 -05:00
Yihui Xie 2ad5f22b14 yihui.name -> yihui.org 2020-10-05 10:29:00 -05:00
Yihui Xie aeaa9637cb run `find` only within the example site, and not in the site that users 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 d0209f7604
2020-10-05 10:27:54 -05:00
Thomas M Ward 38d4939eec
Allow inline html in _index.Rmarkdown (#42)
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.
2020-07-24 14:45:45 -05:00
Yihui Xie 982dfb320e rebuild site 2019-08-16 13:09:01 -05:00
Yihui Xie 91d31b38fb close #37: remove the deprecated preserveTaxonomyNames = true, and use .Page.Title to get the taxonomy names instead 2019-04-18 13:54:08 -05:00
Yihui Xie 985e481c27 update copyright year 2019-03-19 21:56:40 -05:00
Justin Clift df70ce30b6 Trivial typo fix (#32) 2019-01-31 09:22:25 -06:00
Yihui Xie 31231a681a change mathjax cdn 2018-10-01 09:00:27 -05:00
Yihui Xie 9c9c90e5ab remove R/build.R from the repo 2018-08-30 09:12:47 -05:00
Yihui Xie 04a720a54b rebuild site 2018-01-27 19:41:55 -06:00
Yihui Xie dc1cbc6409 update copyright year 2018-01-27 19:41:46 -06:00
Yihui Xie 6d12cfc380 close #20: only create README.md for myself 2018-01-27 14:03:15 -06:00
Yihui Xie d0209f7604 close #19: disable the bash chunk on the operating system that is only _this_ tall (even after trying to incorporating a really tall system as its subsystem) 2018-01-26 23:30:36 -06:00
Yihui Xie c14ca049d0 update wc output 2017-10-26 21:56:35 -05:00
Yihui Xie ffa1147b46 bash and sed may not be available on Windows 2017-10-08 09:23:40 -05:00
Yihui Xie 0a869e2e76 rename .Rmd to .Rmarkdown and add the build script 2017-08-09 11:40:31 -05:00
Yihui Xie 85309648e9 no longer need to configure MathJax due to 2838faa426 2017-07-13 02:07:56 -05:00
Yihui Xie b9953b82cd preserve taxonomy names 2017-07-09 12:45:07 -05:00
Daijiang Li 93555b8eda correct github source url (#8) 2017-06-29 21:11:54 -05:00
Yihui Xie bc1f70e3e6 one more PR 2017-06-22 23:27:14 -05:00
Yihui Xie 9ddf2d2011 mention hugo-xmin pull requests to implement other features 2017-06-21 22:41:09 -05:00
Yihui Xie fd1800795e add a link to the custom foot_custom.html 2017-06-19 23:00:10 -05:00
Yihui Xie 307a0a9153 rename copyright to footer, since the variable copyright is used in the RSS feed 2017-06-16 22:54:36 -05:00
Yihui Xie d023e3b560 add language code 2017-06-16 22:50:19 -05:00
Yihui Xie 2b5a86a26b use float and add the alt attribute to <img> 2017-06-16 22:45:54 -05:00
Yihui Xie feeaee163c an alternative way to add a page to menu 2017-06-16 12:26:51 -05:00
Yihui Xie f7755a0a0c protocol-free 2017-06-16 12:20:24 -05:00
Yihui Xie 798672d0ce tweak about 2017-06-16 12:20:03 -05:00
Yihui Xie a9f25bbe87 add author 2017-06-15 23:36:01 -05:00
Yihui Xie fc88aa63e1 add categories and tags 2017-06-15 23:20:55 -05:00
Yihui Xie ec81eb1d4a add example site 2017-06-15 23:07:44 -05:00