diff options
author | Yihui Xie | 2017-06-15 23:20:55 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-15 23:20:55 -0500 |
commit | fc88aa63e1e76df2f445bf591ee60b5c72f7cec5 (patch) | |
tree | 8be4ebec83a1bfcaabfa92b00cbf0b8dca470de9 | |
parent | 13901ba8b462d06e81d76f503c57be6ccde3ab80 (diff) | |
download | hugo-xmin-fc88aa63e1e76df2f445bf591ee60b5c72f7cec5.tar.lz hugo-xmin-fc88aa63e1e76df2f445bf591ee60b5c72f7cec5.tar.zst hugo-xmin-fc88aa63e1e76df2f445bf591ee60b5c72f7cec5.zip |
add categories and tags
-rw-r--r-- | exampleSite/content/note/2017-06-13-a-quick-note.md | 2 | ||||
-rw-r--r-- | exampleSite/content/note/2017-06-14-another-note.md | 4 |
2 files changed, 6 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 index 759a444..9d855a4 100644 --- a/exampleSite/content/note/2017-06-13-a-quick-note.md +++ b/exampleSite/content/note/2017-06-13-a-quick-note.md @@ -2,6 +2,8 @@ title: A Quick Note on Two Beautiful Websites author: Yihui Xie date: '2017-06-13' +categories: + - Example slug: a-quick-note --- diff --git a/exampleSite/content/note/2017-06-14-another-note.md b/exampleSite/content/note/2017-06-14-another-note.md index fef3aee..16f41de 100644 --- a/exampleSite/content/note/2017-06-14-another-note.md +++ b/exampleSite/content/note/2017-06-14-another-note.md @@ -2,6 +2,10 @@ title: Another Note on A blogdown Tutorial author: Yihui Xie date: '2017-06-14' +categories: + - Example +tags: + - Tutorial slug: another-note --- |