brevno-suite/themes/xmin
3 years agoMake line-height unitless (#56) master
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).

3 years agodisplay current year in footer (#54)
Alexander Fallenstedt [Fri, 31 Dec 2021 03:10:33 +0000 (19:10 -0800)]
display current year in footer (#54)

3 years agofix #53: correct the broken links
Yihui Xie [Wed, 1 Dec 2021 05:42:51 +0000 (23:42 -0600)]
fix #53: correct the broken links

3 years agodon't use hugo's syntax highlighting by default
Yihui Xie [Tue, 16 Nov 2021 15:48:32 +0000 (09:48 -0600)]
don't use hugo's syntax highlighting by default

3 years agoclose #47: the example site has switched to config.yaml
Yihui Xie [Fri, 12 Nov 2021 05:24:37 +0000 (23:24 -0600)]
close #47: the example site has switched to config.yaml

3 years agoupdate copyright year
Yihui Xie [Fri, 12 Nov 2021 05:19:55 +0000 (23:19 -0600)]
update copyright year

3 years agouse defer instead of async
Yihui Xie [Fri, 12 Nov 2021 05:14:09 +0000 (23:14 -0600)]
use defer instead of async

3 years agoupdate license year
Yihui Xie [Fri, 12 Nov 2021 05:13:01 +0000 (23:13 -0600)]
update license year

4 years agoupdate license year
Yihui Xie [Thu, 5 Nov 2020 14:29:28 +0000 (08:29 -0600)]
update license year

4 years agodon't echo the shell script when executing it
Yihui Xie [Fri, 16 Oct 2020 02:04:46 +0000 (21:04 -0500)]
don't echo the shell script when executing it

4 years agoFix paths in navigation bar (#36)
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>
4 years agoreplace the dead link
Yihui Xie [Sun, 11 Oct 2020 21:05:03 +0000 (16:05 -0500)]
replace the dead link

4 years agochange config.toml to config.yaml
Yihui Xie [Sun, 11 Oct 2020 20:23:34 +0000 (15:23 -0500)]
change config.toml to config.yaml

4 years agodon't ignore the *_files/ folders
Yihui Xie [Sat, 10 Oct 2020 03:27:11 +0000 (22:27 -0500)]
don't ignore the *_files/ folders

4 years agoalso ignore .knit.md and .utf8.md (the intermediate md files when knitting .Rmd files)
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)

4 years agoupdate copyright year
Yihui Xie [Mon, 5 Oct 2020 15:29:34 +0000 (10:29 -0500)]
update copyright year

4 years agoyihui.name -> yihui.org
Yihui Xie [Mon, 5 Oct 2020 15:29:00 +0000 (10:29 -0500)]
yihui.name -> yihui.org

4 years agorun `find` only within the example site, and not in the site that users created with...
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

4 years agoAllow inline html in _index.Rmarkdown (#42)
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.

5 years agorebuild site
Yihui Xie [Fri, 16 Aug 2019 18:09:01 +0000 (13:09 -0500)]
rebuild site

5 years agofix https://github.com/gohugoio/hugoThemes/issues/682 for the XMin theme
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

5 years agoactually use .RelPermalink instead of .Permalink
Yihui Xie [Thu, 18 Apr 2019 18:57:06 +0000 (13:57 -0500)]
actually use .RelPermalink instead of .Permalink

5 years agoclose #37: remove the deprecated preserveTaxonomyNames = true, and use .Page.Title...
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

5 years ago.URL has been deprecated in a recent version of Hugo
Yihui Xie [Thu, 18 Apr 2019 18:44:29 +0000 (13:44 -0500)]
.URL has been deprecated in a recent version of Hugo

6 years agoupdate copyright year
Yihui Xie [Wed, 20 Mar 2019 02:56:40 +0000 (21:56 -0500)]
update copyright year

6 years agoTrivial typo fix (#32)
Justin Clift [Thu, 31 Jan 2019 15:22:25 +0000 (02:22 +1100)]
Trivial typo fix (#32)

6 years agoa missing ;
Yihui Xie [Fri, 14 Dec 2018 05:14:37 +0000 (23:14 -0600)]
a missing ;

6 years agochange mathjax cdn
Yihui Xie [Mon, 1 Oct 2018 13:59:26 +0000 (08:59 -0500)]
change mathjax cdn

6 years agomarkdownify post titles since some people use backticks in post titles, and MathJax...
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/

6 years agoremove R/build.R from the repo
Yihui Xie [Thu, 30 Aug 2018 14:12:47 +0000 (09:12 -0500)]
remove R/build.R from the repo

7 years agoCorrect date check in single.html. (#25)
Shimmy Xu [Mon, 19 Feb 2018 04:10:16 +0000 (20:10 -0800)]
Correct date check in single.html. (#25)

7 years agorebuild site
Yihui Xie [Sun, 28 Jan 2018 01:41:55 +0000 (19:41 -0600)]
rebuild site

7 years agoupdate copyright year
Yihui Xie [Sun, 28 Jan 2018 01:41:46 +0000 (19:41 -0600)]
update copyright year

7 years agoclose #20: only create README.md for myself
Yihui Xie [Sat, 27 Jan 2018 20:03:15 +0000 (14:03 -0600)]
close #20: only create README.md for myself

7 years agoclose #19: disable the bash chunk on the operating system that is only _this_ tall...
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)

7 years agoupdate wc output
Yihui Xie [Fri, 27 Oct 2017 02:56:35 +0000 (21:56 -0500)]
update wc output

7 years agobash and sed may not be available on Windows
Yihui Xie [Sun, 8 Oct 2017 14:23:40 +0000 (09:23 -0500)]
bash and sed may not be available on Windows

7 years agoFix centering on menu in header (style.css change) (#12)
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

7 years agogray background for table header/footer
Yihui Xie [Wed, 9 Aug 2017 16:40:47 +0000 (11:40 -0500)]
gray background for table header/footer

7 years agorename .Rmd to .Rmarkdown and add the build script
Yihui Xie [Wed, 9 Aug 2017 16:37:42 +0000 (11:37 -0500)]
rename .Rmd to .Rmarkdown and add the build script

7 years agofix #10: urlize the terms
Yihui Xie [Wed, 26 Jul 2017 17:44:40 +0000 (12:44 -0500)]
fix #10: urlize the terms

7 years agono longer need to configure MathJax due to https://github.com/yihui/hugo-lithium...
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

7 years agomake it mobile friendly
Yihui Xie [Tue, 11 Jul 2017 06:59:15 +0000 (01:59 -0500)]
make it mobile friendly

7 years agopreserve taxonomy names
Yihui Xie [Sun, 9 Jul 2017 17:45:07 +0000 (12:45 -0500)]
preserve taxonomy names

7 years agouse sans-serif fonts instead
Yihui Xie [Mon, 3 Jul 2017 16:07:27 +0000 (11:07 -0500)]
use sans-serif fonts instead

7 years agotweak description
Yihui Xie [Fri, 30 Jun 2017 22:12:30 +0000 (17:12 -0500)]
tweak description

7 years agocorrect github source url (#8)
Daijiang Li [Fri, 30 Jun 2017 02:11:54 +0000 (22:11 -0400)]
correct github source url (#8)

7 years agoone more PR
Yihui Xie [Fri, 23 Jun 2017 04:27:14 +0000 (23:27 -0500)]
one more PR

7 years agoHugo 0.24 requires title and date in archtypes for some reason
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

7 years agomention hugo-xmin pull requests to implement other features
Yihui Xie [Thu, 22 Jun 2017 03:41:09 +0000 (22:41 -0500)]
mention hugo-xmin pull requests to implement other features

7 years agoadd a link to the custom foot_custom.html
Yihui Xie [Tue, 20 Jun 2017 04:00:10 +0000 (23:00 -0500)]
add a link to the custom foot_custom.html

7 years agono need to be global here
Yihui Xie [Mon, 19 Jun 2017 19:51:07 +0000 (14:51 -0500)]
no need to be global here

7 years agoI guess it is unnecessary (perhaps even wrong) to urlize terms
Yihui Xie [Mon, 19 Jun 2017 19:19:12 +0000 (14:19 -0500)]
I guess it is unnecessary (perhaps even wrong) to urlize terms

7 years agorename copyright to footer, since the variable copyright is used in the RSS feed
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

7 years agoadd language code
Yihui Xie [Sat, 17 Jun 2017 03:50:19 +0000 (22:50 -0500)]
add language code

7 years agouse float and add the alt attribute to <img>
Yihui Xie [Sat, 17 Jun 2017 03:45:54 +0000 (22:45 -0500)]
use float and add the alt attribute to <img>

7 years agoan alternative way to add a page to menu
Yihui Xie [Fri, 16 Jun 2017 17:26:11 +0000 (12:26 -0500)]
an alternative way to add a page to menu

7 years agoprotocol-free
Yihui Xie [Fri, 16 Jun 2017 17:20:24 +0000 (12:20 -0500)]
protocol-free

7 years agotweak about
Yihui Xie [Fri, 16 Jun 2017 17:20:03 +0000 (12:20 -0500)]
tweak about

7 years agofull absolute link to screenshot
Yihui Xie [Fri, 16 Jun 2017 17:11:25 +0000 (12:11 -0500)]
full absolute link to screenshot

7 years agolink screenshot to documentation
Yihui Xie [Fri, 16 Jun 2017 04:39:20 +0000 (23:39 -0500)]
link screenshot to documentation

7 years agoadd author
Yihui Xie [Fri, 16 Jun 2017 04:36:01 +0000 (23:36 -0500)]
add author

7 years agoadd categories and tags
Yihui Xie [Fri, 16 Jun 2017 04:20:55 +0000 (23:20 -0500)]
add categories and tags

7 years agoadd readme and screenshots
Yihui Xie [Fri, 16 Jun 2017 04:08:08 +0000 (23:08 -0500)]
add readme and screenshots

7 years agoadd example site
Yihui Xie [Fri, 16 Jun 2017 04:07:44 +0000 (23:07 -0500)]
add example site

7 years agoadd theme.toml, archetypes, layouts, and css
Yihui Xie [Fri, 16 Jun 2017 04:06:16 +0000 (23:06 -0500)]
add theme.toml, archetypes, layouts, and css

7 years agostart the project in RStudio
Yihui Xie [Fri, 16 Jun 2017 04:02:16 +0000 (23:02 -0500)]
start the project in RStudio