summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kenneth C. Arnold [Wed, 19 Jan 2022 19:28:25 +0000 (14:28 -0500)]
Make line-height unitless (#56)
With fixed units, the line height is too small for headings that wrap (e.g., long post titles).
Alexander Fallenstedt [Fri, 31 Dec 2021 03:10:33 +0000 (19:10 -0800)]
display current year in footer (#54)
Yihui Xie [Wed, 1 Dec 2021 05:42:51 +0000 (23:42 -0600)]
fix #53: correct the broken links
Yihui Xie [Tue, 16 Nov 2021 15:48:32 +0000 (09:48 -0600)]
don't use hugo's syntax highlighting by default
Yihui Xie [Fri, 12 Nov 2021 05:24:37 +0000 (23:24 -0600)]
close #47: the example site has switched to config.yaml
Yihui Xie [Fri, 12 Nov 2021 05:19:55 +0000 (23:19 -0600)]
update copyright year
Yihui Xie [Fri, 12 Nov 2021 05:14:09 +0000 (23:14 -0600)]
use defer instead of async
Yihui Xie [Fri, 12 Nov 2021 05:13:01 +0000 (23:13 -0600)]
update license year
Yihui Xie [Thu, 5 Nov 2020 14:29:28 +0000 (08:29 -0600)]
update license year
Yihui Xie [Fri, 16 Oct 2020 02:04:46 +0000 (21:04 -0500)]
don't echo the shell script when executing it
Andrea [Mon, 12 Oct 2020 21:08:49 +0000 (23:08 +0200)]
Fix paths in navigation bar (#36)
Co-authored-by: Yihui Xie <xie@yihui.name>
Yihui Xie [Sun, 11 Oct 2020 21:05:03 +0000 (16:05 -0500)]
replace the dead link
Yihui Xie [Sun, 11 Oct 2020 20:23:34 +0000 (15:23 -0500)]
change config.toml to config.yaml
Yihui Xie [Sat, 10 Oct 2020 03:27:11 +0000 (22:27 -0500)]
don't ignore the *_files/ folders
Yihui Xie [Thu, 8 Oct 2020 04:10:45 +0000 (23:10 -0500)]
also ignore .knit.md and .utf8.md (the intermediate md files when knitting .Rmd files)
Yihui Xie [Mon, 5 Oct 2020 15:29:34 +0000 (10:29 -0500)]
update copyright year
Yihui Xie [Mon, 5 Oct 2020 15:29:00 +0000 (10:29 -0500)]
yihui.name -> yihui.org
Yihui Xie [Mon, 5 Oct 2020 15:27:54 +0000 (10:27 -0500)]
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
d0209f76044d51582923daad96827777dbd0f002
Thomas M Ward [Fri, 24 Jul 2020 19:45:45 +0000 (15:45 -0400)]
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.
Yihui Xie [Fri, 16 Aug 2019 18:09:01 +0000 (13:09 -0500)]
rebuild site
Yihui Xie [Fri, 16 Aug 2019 18:08:49 +0000 (13:08 -0500)]
fix https://github.com/gohugoio/hugoThemes/issues/682 for the XMin theme
Yihui Xie [Thu, 18 Apr 2019 18:57:06 +0000 (13:57 -0500)]
actually use .RelPermalink instead of .Permalink
Yihui Xie [Thu, 18 Apr 2019 18:54:08 +0000 (13:54 -0500)]
close #37: remove the deprecated preserveTaxonomyNames = true, and use .Page.Title to get the taxonomy names instead
Yihui Xie [Thu, 18 Apr 2019 18:44:29 +0000 (13:44 -0500)]
.URL has been deprecated in a recent version of Hugo
Yihui Xie [Wed, 20 Mar 2019 02:56:40 +0000 (21:56 -0500)]
update copyright year
Justin Clift [Thu, 31 Jan 2019 15:22:25 +0000 (02:22 +1100)]
Trivial typo fix (#32)
Yihui Xie [Fri, 14 Dec 2018 05:14:37 +0000 (23:14 -0600)]
a missing ;
Yihui Xie [Mon, 1 Oct 2018 13:59:26 +0000 (08:59 -0500)]
change mathjax cdn
Yihui Xie [Thu, 30 Aug 2018 14:24:07 +0000 (09:24 -0500)]
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/
Yihui Xie [Thu, 30 Aug 2018 14:12:47 +0000 (09:12 -0500)]
remove R/build.R from the repo
Shimmy Xu [Mon, 19 Feb 2018 04:10:16 +0000 (20:10 -0800)]
Correct date check in single.html. (#25)
Yihui Xie [Sun, 28 Jan 2018 01:41:55 +0000 (19:41 -0600)]
rebuild site
Yihui Xie [Sun, 28 Jan 2018 01:41:46 +0000 (19:41 -0600)]
update copyright year
Yihui Xie [Sat, 27 Jan 2018 20:03:15 +0000 (14:03 -0600)]
close #20: only create README.md for myself
Yihui Xie [Sat, 27 Jan 2018 05:30:36 +0000 (23:30 -0600)]
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)
Yihui Xie [Fri, 27 Oct 2017 02:56:35 +0000 (21:56 -0500)]
update wc output
Yihui Xie [Sun, 8 Oct 2017 14:23:40 +0000 (09:23 -0500)]
bash and sed may not be available on Windows
oneleaftea [Sat, 26 Aug 2017 14:05:11 +0000 (07:05 -0700)]
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
Yihui Xie [Wed, 9 Aug 2017 16:40:47 +0000 (11:40 -0500)]
gray background for table header/footer
Yihui Xie [Wed, 9 Aug 2017 16:37:42 +0000 (11:37 -0500)]
rename .Rmd to .Rmarkdown and add the build script
Yihui Xie [Wed, 26 Jul 2017 17:44:40 +0000 (12:44 -0500)]
fix #10: urlize the terms
Yihui Xie [Thu, 13 Jul 2017 07:04:40 +0000 (02:04 -0500)]
no longer need to configure MathJax due to https://github.com/yihui/hugo-lithium-theme/commit/
2838faa426f9060dd98b0b7c3aa7a4106863cca5
Yihui Xie [Tue, 11 Jul 2017 06:59:15 +0000 (01:59 -0500)]
make it mobile friendly
Yihui Xie [Sun, 9 Jul 2017 17:45:07 +0000 (12:45 -0500)]
preserve taxonomy names
Yihui Xie [Mon, 3 Jul 2017 16:07:27 +0000 (11:07 -0500)]
use sans-serif fonts instead
Yihui Xie [Fri, 30 Jun 2017 22:12:30 +0000 (17:12 -0500)]
tweak description
Daijiang Li [Fri, 30 Jun 2017 02:11:54 +0000 (22:11 -0400)]
correct github source url (#8)
Yihui Xie [Fri, 23 Jun 2017 04:27:14 +0000 (23:27 -0500)]
one more PR
Yihui Xie [Thu, 22 Jun 2017 19:38:34 +0000 (14:38 -0500)]
Hugo 0.24 requires title and date in archtypes for some reason
Yihui Xie [Thu, 22 Jun 2017 03:41:09 +0000 (22:41 -0500)]
mention hugo-xmin pull requests to implement other features
Yihui Xie [Tue, 20 Jun 2017 04:00:10 +0000 (23:00 -0500)]
add a link to the custom foot_custom.html
Yihui Xie [Mon, 19 Jun 2017 19:51:07 +0000 (14:51 -0500)]
no need to be global here
Yihui Xie [Mon, 19 Jun 2017 19:19:12 +0000 (14:19 -0500)]
I guess it is unnecessary (perhaps even wrong) to urlize terms
Yihui Xie [Sat, 17 Jun 2017 03:54:36 +0000 (22:54 -0500)]
rename copyright to footer, since the variable copyright is used in the RSS feed
Yihui Xie [Sat, 17 Jun 2017 03:50:19 +0000 (22:50 -0500)]
add language code
Yihui Xie [Sat, 17 Jun 2017 03:45:54 +0000 (22:45 -0500)]
use float and add the alt attribute to <img>
Yihui Xie [Fri, 16 Jun 2017 17:26:11 +0000 (12:26 -0500)]
an alternative way to add a page to menu
Yihui Xie [Fri, 16 Jun 2017 17:20:24 +0000 (12:20 -0500)]
protocol-free
Yihui Xie [Fri, 16 Jun 2017 17:20:03 +0000 (12:20 -0500)]
tweak about
Yihui Xie [Fri, 16 Jun 2017 17:11:25 +0000 (12:11 -0500)]
full absolute link to screenshot
Yihui Xie [Fri, 16 Jun 2017 04:39:20 +0000 (23:39 -0500)]
link screenshot to documentation
Yihui Xie [Fri, 16 Jun 2017 04:36:01 +0000 (23:36 -0500)]
add author
Yihui Xie [Fri, 16 Jun 2017 04:20:55 +0000 (23:20 -0500)]
add categories and tags
Yihui Xie [Fri, 16 Jun 2017 04:08:08 +0000 (23:08 -0500)]
add readme and screenshots
Yihui Xie [Fri, 16 Jun 2017 04:07:44 +0000 (23:07 -0500)]
add example site
Yihui Xie [Fri, 16 Jun 2017 04:06:16 +0000 (23:06 -0500)]
add theme.toml, archetypes, layouts, and css
Yihui Xie [Fri, 16 Jun 2017 04:02:16 +0000 (23:02 -0500)]
start the project in RStudio