Update theme and content
This commit is contained in:
parent
76ed4205b9
commit
d4db9d25ed
126 changed files with 2131 additions and 4 deletions
11
themes/crab/exampleSite/content/blog/more-blog.md
Normal file
11
themes/crab/exampleSite/content/blog/more-blog.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
date = "2017-02-27T21:30:00+01:00"
|
||||
draft = false
|
||||
title = "More blogging"
|
||||
tags = ["this", "post", "also", "has", "some", "tags"]
|
||||
|
||||
+++
|
||||
|
||||
This is yet another blog post to demonstrate the blog feature. It's
|
||||
from a different month than other posts, to show you how the archive
|
||||
feature works.
|
19
themes/crab/exampleSite/content/blog/welcome-blog.md
Normal file
19
themes/crab/exampleSite/content/blog/welcome-blog.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
+++
|
||||
date = "2017-03-27T21:30:00+01:00"
|
||||
draft = false
|
||||
title = "Welcome to my blog"
|
||||
|
||||
+++
|
||||
|
||||
This page is intended to give you a feeling of what a blog post looks
|
||||
like. Crab supports both fixed (static) pages as well as blog posts.
|
||||
|
||||
In order to make blog pages work correctly, you need proper permalinks
|
||||
settings in your site's `config.toml`.
|
||||
|
||||
Hugo will then treat all files in the `blog` directory (for example)
|
||||
like blog posts.
|
||||
|
||||
Have a look at the `config.toml` provided with this example site, as
|
||||
well as [the page about Permalinks from the Hugo
|
||||
docs](https://gohugo.io/extras/permalinks/).
|
Loading…
Add table
Add a link
Reference in a new issue