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/features/nested-menus.md
Normal file
11
themes/crab/exampleSite/content/features/nested-menus.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Nested menus"
|
||||
date = "2017-03-18T11:14:35+01:00"
|
||||
draft = false
|
||||
|
||||
+++
|
||||
|
||||
Crab supports nested menus up to three levels deep.
|
||||
|
||||
This is especially helpful for websites that focus on content with
|
||||
a fixed, pre-defined strucure.
|
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
date = "2017-02-05T07:51:49+01:00"
|
||||
title = "Third-level page #1"
|
||||
draft = false
|
||||
|
||||
+++
|
||||
|
||||
A third level page is rendered like this in the menu structure.
|
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
date = "2017-02-05T07:51:49+01:00"
|
||||
title = "Third-level page #2"
|
||||
draft = false
|
||||
|
||||
+++
|
||||
|
||||
A third level page is rendered like this in the menu structure.
|
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
date = "2017-02-05T07:51:49+01:00"
|
||||
title = "Third-level page #3"
|
||||
draft = false
|
||||
|
||||
+++
|
||||
|
||||
A third level page is rendered like this in the menu structure.
|
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
date = "2017-03-18T11:14:30+01:00"
|
||||
title = "Responsive design"
|
||||
draft = false
|
||||
|
||||
+++
|
||||
|
||||
Crab's design is responsive, it adapts to smaller screens of mobile
|
||||
devices.
|
||||
|
||||
Check out this example site on your smartphone or tablet (or on your
|
||||
desktop computer if you're currently on mobile).
|
14
themes/crab/exampleSite/content/features/tags.md
Normal file
14
themes/crab/exampleSite/content/features/tags.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
+++
|
||||
date = "2017-03-19T13:21:00+01:00"
|
||||
title = "Tags"
|
||||
draft = false
|
||||
tags = ["this", "page", "has", "some", "tags"]
|
||||
|
||||
+++
|
||||
|
||||
Crab also supports tags. This page has some tags, as you can see
|
||||
below, although tags are probably more common with blog posts.
|
||||
|
||||
If you click on a tag, you'll be redirected to a page that shows all
|
||||
pages and posts with that tag. (For some tags, there is only this one
|
||||
page.)
|
|
@ -0,0 +1,61 @@
|
|||
+++
|
||||
date = "2017-03-18T11:14:41+01:00"
|
||||
title = "Two-column layout"
|
||||
draft = false
|
||||
|
||||
+++
|
||||
|
||||
{{% summary %}}
|
||||
This is what sidebar content looks like.
|
||||
|
||||
Actually, this page has more info on:
|
||||
|
||||
- alpha
|
||||
- beta
|
||||
- gamma
|
||||
{{% /summary %}}
|
||||
|
||||
Crab allows you to put content in a second column on the right-hand
|
||||
side of the page.
|
||||
|
||||
You could use this space to provide the reader with a quick summary of
|
||||
what the current page is all about.
|
||||
|
||||
On mobile devices, the summary is rendered directly above the actual
|
||||
page content.
|
||||
|
||||
## Alpha
|
||||
|
||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
|
||||
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
||||
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
|
||||
rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
|
||||
ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
|
||||
sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
||||
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
|
||||
et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
|
||||
takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit
|
||||
amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
|
||||
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
||||
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita
|
||||
kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit
|
||||
amet.
|
||||
|
||||
## Beta
|
||||
|
||||
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse
|
||||
molestie consequat, vel illum dolore eu feugiat nulla facilisis at
|
||||
vero eros et accumsan et iusto odio dignissim qui blandit praesent
|
||||
luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
|
||||
nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
|
||||
volutpat.
|
||||
|
||||
## Gamma
|
||||
|
||||
Nam liber tempor cum soluta nobis eleifend option congue nihil
|
||||
imperdiet doming id quod mazim placerat facer possim assum. Lorem
|
||||
ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
|
||||
nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
|
||||
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper
|
||||
suscipit lobortis nisl ut aliquip ex ea commodo consequat.
|
Loading…
Add table
Add a link
Reference in a new issue