diff options
author | Yihui Xie | 2017-06-15 23:07:44 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-15 23:07:44 -0500 |
commit | ec81eb1d4a8294349a26a9d54dbe7148cec3cdf2 (patch) | |
tree | 22811ac6d135d30b32b2eaf22083cacc2444237b /exampleSite/content/note | |
parent | 111767700619c5184943b1cb3dff3f7e195c2e85 (diff) | |
download | hugo-xmin-ec81eb1d4a8294349a26a9d54dbe7148cec3cdf2.tar.lz hugo-xmin-ec81eb1d4a8294349a26a9d54dbe7148cec3cdf2.tar.zst hugo-xmin-ec81eb1d4a8294349a26a9d54dbe7148cec3cdf2.zip |
add example site
Diffstat (limited to 'exampleSite/content/note')
-rw-r--r-- | exampleSite/content/note/2017-06-13-a-quick-note.md | 13 | ||||
-rw-r--r-- | exampleSite/content/note/2017-06-14-another-note.md | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/exampleSite/content/note/2017-06-13-a-quick-note.md b/exampleSite/content/note/2017-06-13-a-quick-note.md new file mode 100644 index 0000000..759a444 --- /dev/null +++ b/exampleSite/content/note/2017-06-13-a-quick-note.md @@ -0,0 +1,13 @@ +--- +title: A Quick Note on Two Beautiful Websites +author: Yihui Xie +date: '2017-06-13' +slug: a-quick-note +--- + +To me, the two most impressive websites based on **blogdown** are: + +1. [Rob J Hyndman](https://robjhyndman.com)'s personal website. +1. [Live Free or Dichotomize](http://livefreeordichotomize.com) by Lucy and Nick _et al_. + +I'm sure there will be more. diff --git a/exampleSite/content/note/2017-06-14-another-note.md b/exampleSite/content/note/2017-06-14-another-note.md new file mode 100644 index 0000000..fef3aee --- /dev/null +++ b/exampleSite/content/note/2017-06-14-another-note.md @@ -0,0 +1,10 @@ +--- +title: Another Note on A blogdown Tutorial +author: Yihui Xie +date: '2017-06-14' +slug: another-note +--- + +I just discovered [an awesome tutorial](https://apreshill.rbind.io/post/up-and-running-with-blogdown/) on **blogdown** written by Alison. I have to admit this is _the_ best **blogdown** tutorial I have seen so far. + +![](https://apreshill.rbind.io/img/posts/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-4.png) |