mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 08:29:19 +02:00
add categories and tags
This commit is contained in:
parent
13901ba8b4
commit
fc88aa63e1
|
@ -2,6 +2,8 @@
|
||||||
title: A Quick Note on Two Beautiful Websites
|
title: A Quick Note on Two Beautiful Websites
|
||||||
author: Yihui Xie
|
author: Yihui Xie
|
||||||
date: '2017-06-13'
|
date: '2017-06-13'
|
||||||
|
categories:
|
||||||
|
- Example
|
||||||
slug: a-quick-note
|
slug: a-quick-note
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
title: Another Note on A blogdown Tutorial
|
title: Another Note on A blogdown Tutorial
|
||||||
author: Yihui Xie
|
author: Yihui Xie
|
||||||
date: '2017-06-14'
|
date: '2017-06-14'
|
||||||
|
categories:
|
||||||
|
- Example
|
||||||
|
tags:
|
||||||
|
- Tutorial
|
||||||
slug: another-note
|
slug: another-note
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue