14956bc947
edit readme
2024-08-14 13:06:16 +03:00
b5d6a8af1a
init
2024-08-14 12:52:31 +03:00
Yihui Xie
7d49f2c4d7
close #64 : stop using inline footnotes
2023-08-08 17:47:08 +08:00
Yihui Xie
67f2ed048d
no need to ignore these files now
2023-01-25 22:07:35 -06:00
Masao Uebayashi
9c7c5bf984
Pass relative .css path to relURL ( #59 )
2022-08-08 09:40:20 -05:00
Yihui Xie
17b5095d5a
document {Year} in footer
2022-06-14 23:06:12 -05:00
Yihui Xie
288e57b3d2
replace bootcss with rstudio's mathjax
2022-06-14 23:03:55 -05:00
Yihui Xie
ae0bdbeb10
update license year
2022-06-14 22:31:18 -05:00
Kenneth C. Arnold
50fc665d2a
Make line-height unitless ( #56 )
...
With fixed units, the line height is too small for headings that wrap (e.g., long post titles).
2022-01-19 13:28:25 -06:00
Alexander Fallenstedt
a8ae2c5743
display current year in footer ( #54 )
2021-12-30 21:10:33 -06:00
Yihui Xie
6d4b5dcfbf
fix #53 : correct the broken links
2021-11-30 23:42:51 -06:00
Yihui Xie
0b3e81d063
don't use hugo's syntax highlighting by default
2021-11-16 09:48:32 -06:00
Yihui Xie
c073ce865a
close #47 : the example site has switched to config.yaml
2021-11-11 23:24:37 -06:00
Yihui Xie
181e25cdef
update copyright year
2021-11-11 23:19:55 -06:00
Yihui Xie
c996cc735a
use defer instead of async
2021-11-11 23:14:09 -06:00
Yihui Xie
c5236cf022
update license year
2021-11-11 23:13:01 -06:00
Yihui Xie
8079ad2d63
update license year
2020-11-05 08:29:28 -06:00
Yihui Xie
4100270f6f
don't echo the shell script when executing it
2020-10-15 21:05:20 -05:00
Andrea
5dc6edc633
Fix paths in navigation bar ( #36 )
...
Co-authored-by: Yihui Xie <xie@yihui.name>
2020-10-12 16:08:49 -05:00
Yihui Xie
428a441c55
replace the dead link
2020-10-11 16:05:03 -05:00
Yihui Xie
64cd50c06f
change config.toml to config.yaml
2020-10-11 15:23:34 -05:00
Yihui Xie
a375ee671f
don't ignore the *_files/ folders
2020-10-09 22:27:11 -05:00
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
6123be24bf
fix https://github.com/gohugoio/hugoThemes/issues/682 for the XMin theme
2019-08-16 13:08:49 -05:00
Yihui Xie
da0192c7a7
actually use .RelPermalink instead of .Permalink
2019-04-18 13:57:06 -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
d7e19b268c
.URL has been deprecated in a recent version of Hugo
2019-04-18 13:44:29 -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
736206d326
a missing ;
2018-12-13 23:14:37 -06:00
Yihui Xie
31231a681a
change mathjax cdn
2018-10-01 09:00:27 -05:00
Yihui Xie
e658235991
markdownify post titles since some people use backticks in post titles, and 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-30 09:24:07 -05:00
Yihui Xie
9c9c90e5ab
remove R/build.R from the repo
2018-08-30 09:12:47 -05:00
Shimmy Xu
6b05e21804
Correct date check in single.html. ( #25 )
2018-02-18 22:10:16 -06: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
oneleaftea
11ad2599ed
Fix centering on menu in header (style.css change) ( #12 )
...
* 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-26 09:05:11 -05:00
Yihui Xie
6272e671f9
gray background for table header/footer
2017-08-09 11:40:47 -05:00
Yihui Xie
0a869e2e76
rename .Rmd to .Rmarkdown and add the build script
2017-08-09 11:40:31 -05:00
Yihui Xie
4888812fd8
fix #10 : urlize the terms
2017-07-26 12:48:46 -05:00
Yihui Xie
85309648e9
no longer need to configure MathJax due to 2838faa426
2017-07-13 02:07:56 -05:00