From ec81eb1d4a8294349a26a9d54dbe7148cec3cdf2 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 15 Jun 2017 23:07:44 -0500 Subject: add example site --- exampleSite/content/note/2017-06-13-a-quick-note.md | 13 +++++++++++++ exampleSite/content/note/2017-06-14-another-note.md | 10 ++++++++++ 2 files changed, 23 insertions(+) create mode 100644 exampleSite/content/note/2017-06-13-a-quick-note.md create mode 100644 exampleSite/content/note/2017-06-14-another-note.md (limited to 'exampleSite/content/note') 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) -- cgit 1.4.1