committing new version of jekyll doc theme -- 5.0, with some refinements to come with the documentation
This commit is contained in:
8
_posts/2015-04-12-test-post-last-year.md
Normal file
8
_posts/2015-04-12-test-post-last-year.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Test post from last year"
|
||||
categories: jekyll update
|
||||
permalink: /test-post-from-last-year/
|
||||
tags: [news]
|
||||
---
|
||||
|
||||
This is just a test post from the previous year.
|
17
_posts/2016-02-24-first-post.md
Normal file
17
_posts/2016-02-24-first-post.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Welcome to Jekyll!"
|
||||
categories: jekyll update
|
||||
permalink: /myupdate/
|
||||
tags: [news]
|
||||
---
|
||||
|
||||
|
||||
Theme updates:
|
||||
|
||||
- Permalinks
|
||||
- Kramdown
|
||||
- URL specified in config file
|
||||
- removed PDF output
|
||||
- removed some of the alternative layouts
|
||||
- added blog feature
|
||||
- sidebars configurable per page
|
16
_posts/2016-02-26-sample-post-jekyll.md
Normal file
16
_posts/2016-02-26-sample-post-jekyll.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Sample post"
|
||||
published: true
|
||||
permalink: /samplepost/
|
||||
summary: "This is some summary frontmatter for my sample post."
|
||||
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
|
||||
|
Reference in New Issue
Block a user