tweak example and template to be more robus and include ref shortcode use in particular
This commit is contained in:
parent
6556ac2f2d
commit
54ea3c7ca6
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
title: _Example
|
title: _ Example _
|
||||||
author: KemoNine
|
author: KemoNine
|
||||||
publishDate: 2023-03-16
|
publishDate: 2023-03-16
|
||||||
lastMod: 2023-03-18
|
lastMod: 2023-03-18
|
||||||
toc: true
|
toc: true
|
||||||
draft: true
|
draft: false
|
||||||
categories:
|
categories:
|
||||||
- blog
|
- blog
|
||||||
- tips
|
- tips
|
||||||
|
@ -23,6 +23,8 @@ tags:
|
||||||
|
|
||||||
{{< end_section >}}
|
{{< end_section >}}
|
||||||
|
|
||||||
|
Use <code>[bbb]({{< ref "[category]/[file].md" >}})</code> for cross references
|
||||||
|
|
||||||
This sample post is mainly for [**blogdown**](https://github.com/rstudio/blogdown) users. If you do not use **blogdown**, you can skip the first section.
|
This sample post is mainly for [**blogdown**](https://github.com/rstudio/blogdown) users. If you do not use **blogdown**, you can skip the first section.
|
||||||
|
|
||||||
## 1. Markdown or R Markdown
|
## 1. Markdown or R Markdown
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
---
|
---
|
||||||
title: _Tip Template_
|
title: _ Tip Template _
|
||||||
author: YourName
|
author: YourName
|
||||||
publishDate: 1900-12-30
|
publishDate: 1900-12-30
|
||||||
lastMod: 1900-12-31
|
lastMod: 1900-12-31
|
||||||
toc: true
|
toc: true
|
||||||
draft: true
|
draft: false
|
||||||
categories:
|
categories:
|
||||||
- tips
|
- tips
|
||||||
- faq
|
- a-main-category
|
||||||
tags:
|
tags:
|
||||||
- example
|
|
||||||
- template
|
- template
|
||||||
|
- example-tag
|
||||||
---
|
---
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
@ -40,6 +40,6 @@ This is where some useful content would go
|
||||||
## Conclusion
|
## Conclusion
|
||||||
{{< back_to_top >}}
|
{{< back_to_top >}}
|
||||||
|
|
||||||
In summary...
|
In summary... Use <code>[bbb]({{< ref "[category]/[file].md" >}})</code> for cross references
|
||||||
|
|
||||||
{{< end_section >}}
|
{{< end_section >}}
|
||||||
|
|
Loading…
Reference in a new issue