Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yihui/yihui.org
Personal website and discussion board of Yihui Xie | 谢益辉
https://github.com/yihui/yihui.org
blog hugo website
Last synced: 15 days ago
JSON representation
Personal website and discussion board of Yihui Xie | 谢益辉
- Host: GitHub
- URL: https://github.com/yihui/yihui.org
- Owner: yihui
- License: mit
- Created: 2017-02-02T22:27:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T16:30:01.000Z (7 months ago)
- Last Synced: 2024-05-02T00:05:33.307Z (7 months ago)
- Topics: blog, hugo, website
- Language: HTML
- Homepage: https://yihui.org
- Size: 6.87 MB
- Stars: 208
- Watchers: 17
- Forks: 241
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
This is a repo to host the (Markdown) source files of [my personal website](https://yihui.org), including my Chinese and English blogs, as well as several project websites (such as [**knitr**](https://github.com/yihui/knitr).) The content of all pages is licensed under [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/).
You are welcome to post comments on my site. To do so, you need to log in using your GitHub account at the bottom of a page. If you have any other feedback, comments, or questions, please post them to [my GitHub discussion board](https://github.com/yihui/yihui.org/discussions).
## A technical note
To build the website locally, you must clone this repo with its submodule (use the `--recursive` argument), e.g.,
```bash
git clone --recursive [email protected]:yihui/yihui.org.git
```The website is built via the R package [**blogdown**](https://github.com/rstudio/blogdown). Please read its documentation for how to use it.
I don't recommend you to study how my website is built, because it is complicated. In particular, the way I manage images is fairly complicated.