Yihui Xie

Results 130 issues of Yihui Xie

It depends on whether your post is R Markdown or plain Markdown. For R Markdown, it is easy -- just add this to YAML: ``` output: blogdown::html_page: toc: true ```...

feature

Loop through `.Params.categories` and `.Params.tags`, and generate a list of links. Example page: https://deploy-preview-2--hugo-xmin.netlify.com/post/2016/02/14/a-plain-markdown-post/

feature

Normally when you list posts, you use something like `range .Data.Pages`, which will show all posts in a single list. Sometimes when you have a large number of posts, you...

feature

Add `{{ template "_internal/google_analytics.html" . }}` to `foot_custom.html`, and configure `googleAnalytics` in `config.toml`.

feature

This PR contains two commits. The first commit is the implementation, and the second commit only contains two examples. You should read https://bookdown.org/yihui/blogdown/templates.html and replace the edit link (`GithubEdit`) `https://github.com/yihui/hugo-xmin/edit/feature/github-edit/exampleSite/content/`...

feature

Add `{{ template "_internal/disqus.html" . }}` to `foot_custom.html`, and configure the Disqus shortname in `config.toml`. Preview: https://deploy-preview-4--hugo-xmin.netlify.com/

feature

To make sure TinyTeX releases work well with rticles, so that issues like https://github.com/rstudio/rticles/issues/329 won't happen again in the future.

https://github.com/yihui/tinytex/tree/master/tests https://codecov.io/github/yihui/tinytex?branch=master https://yihui.name/en/2018/07/add-more-tests/

help wanted

Jiena's app was on a free plan, which couldn't be viewed by 60+ students simultaneously. We should deploy such apps with a professional plan by ourselves in the future.

It will be amazing if we could replicate this with **pagedown**: https://dash-gallery.plotly.host/dash-vanguard-report/full-view

feature
help wanted :heart: