updates for 6.0 release start here. see the release notes for all the details in 6.0
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
---
|
||||
title: "Test post from last year"
|
||||
categories: jekyll update
|
||||
permalink: /test-post-from-last-year/
|
||||
permalink: test-post-from-last-year/
|
||||
tags: [news]
|
||||
---
|
||||
|
||||
This is just a test post from the previous year.
|
||||
This is just a test post from the previous year.
|
||||
|
||||
{% include links.html %}
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Welcome to Jekyll!"
|
||||
categories: jekyll update
|
||||
permalink: /myupdate/
|
||||
permalink: myupdate/
|
||||
tags: [news]
|
||||
---
|
||||
|
||||
@ -14,4 +14,6 @@ Theme updates:
|
||||
- removed PDF output
|
||||
- removed some of the alternative layouts
|
||||
- added blog feature
|
||||
- sidebars configurable per page
|
||||
- sidebars configurable per page
|
||||
|
||||
{% include links.html %}
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Sample post"
|
||||
published: true
|
||||
permalink: /samplepost/
|
||||
permalink: samplepost/
|
||||
summary: "This is some summary frontmatter for my sample post."
|
||||
tags: [news, getting_started]
|
||||
---
|
||||
@ -9,8 +9,9 @@ tags: [news, getting_started]
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
|
||||
|
||||
## Heading
|
||||
|
||||
|
||||
but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
|
||||
|
||||
{% include links.html %}
|
||||
|
Reference in New Issue
Block a user