reorganized folder structure

This commit is contained in:
2026-03-25 12:28:35 -04:00
parent 0d4833f940
commit 1f0f0fd8fe
1426 changed files with 348 additions and 9678 deletions

View File

@@ -0,0 +1,75 @@
+++
date = "2016-11-18T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "article example one"
description = "Short description of the article."
[amp]
elements = []
[structured]
type = "Article"
[author]
name = "John Doe"
[image]
src = "https://gohugo-amp.gohugohq.com/example-image.jpg"
width = 1600
height = 900
title = "Example Article image"
author = "gohugohq"
link = "https://gohugohq.com"
license = "CC BY 2.0"
license_link = "https://creativecommons.org/licenses/by/2.0/"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
+++
# This is an article example
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, 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.
To have a valid article you can simply follow the TOML-structure below:
```toml
date = "2016-11-18T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "article example one"
description = "Short description of the article."
[amp]
elements = []
[structured]
type = "Article"
[author]
name = "John Doe"
[image]
src = "https://gohugo-amp.gohugohq.com/example-image.jpg"
width = 1600
height = 900
title = "Example Article image"
author = "gohugohq"
link = "https://gohugohq.com"
license = "CC BY 2.0"
license_link = "https://creativecommons.org/licenses/by/2.0/"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
```
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

View File

@@ -0,0 +1,77 @@
+++
date = "2016-11-26T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "Disable amp on specific article."
description = "Short description of the article."
[amp]
enable = false
elements = []
[structured]
type = "Article"
[author]
name = "John Doe"
[image]
src = "https://gohugo-amp.gohugohq.com/example-image.jpg"
width = 1600
height = 900
title = "Example Article image"
author = "gohugohq"
link = "https://gohugohq.com"
license = "CC BY 2.0"
license_link = "https://creativecommons.org/licenses/by/2.0/"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
+++
# This is an article where amp is disabled
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, 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.
To have a valid article you can simply follow the TOML-structure below:
```toml
date = "2016-11-18T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "article example one"
description = "Short description of the article."
[amp]
enable = false
elements = []
[structured]
type = "Article"
[author]
name = "John Doe"
[image]
src = "https://gohugo-amp.gohugohq.com/example-image.jpg"
width = 1600
height = 900
title = "Example Article image"
author = "gohugohq"
link = "https://gohugohq.com"
license = "CC BY 2.0"
license_link = "https://creativecommons.org/licenses/by/2.0/"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
```
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

View File

@@ -0,0 +1,57 @@
+++
date = "2016-11-18T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "course example one"
description = "Short description of the course."
[amp]
elements = []
[structured]
type = "Course"
[provider]
name = "University of Example"
url = "https://gohugohq.com"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
+++
# This is a course example
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, 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.
To have a valid course example you can simply follow the TOML-structure below:
```toml
date = "2016-11-18T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "course example one"
description = "Short description of the course."
[amp]
elements = []
[structured]
type = "Course"
[provider]
name = "University of Example"
url = "https://gohugohq.com"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
```
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

View File

@@ -0,0 +1,27 @@
+++
date = "2016-11-20T14:28:41+02:00"
draft = false
title = "gohugo-amp"
index = true
[sitemap]
changefreq = "daily"
priority = 1.0
filename = "sitemap.xml"
+++
# gohugo-amp
This Hugo theme is supposed to be a starter theme to make it easy to adapt to [Google's AMP-Project](https://www.ampproject.org/). Included in the theme are [**40+ shortcodes and partials**](https://gohugo-amp.gohugohq.com/shortcodes/) and [automatic Structured Data](https://gohugo-amp.gohugohq.com/schema/) making it a pleasure to embed AMP-Elements within your content files or your template.
Have a look at the [documentation](https://gohugo-amp.gohugohq.com) including the following starter-Guides:
### [1. Installation Guide](https://gohugo-amp.gohugohq.com/install/)
### [2. Configuration Guide](https://gohugo-amp.gohugohq.com/config/)
### [3. Styling Guide](https://gohugo-amp.gohugohq.com/styling/)
### [4. Structured Data Guide](https://gohugo-amp.gohugohq.com/schema/)
### [5. Shortcodes & Partials Guide](https://gohugo-amp.gohugohq.com/shortcodes/)
### [**Last but not least! The Kitchen-Sink with all available AMP-Elements**](https://gohugo-amp.gohugohq.com/kitchen-sink/)
Further this Project is on [Github](https://github.com/wildhaber/gohugo-amp/) where you are very welcome to support the project.

View File

@@ -0,0 +1,130 @@
+++
date = "2016-11-18T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "course example one"
description = "Short description of the course."
[amp]
elements = []
[structured]
type = "Recipe"
[author]
name = "John Doe"
[recipe]
category = "appetizer"
prepTime = "PT30M"
totalTime = "PT3H"
recipeYield = "8"
ingredients = ["1 box Pillsbury™ refrigerated pie crusts, softened as directed on box","6 cups thinly sliced, peeled apples (6 medium)","3/4 cup sugar","2 tablespoons all-purpose flour","3/4 teaspoon ground cinnamon","1/4 teaspoon salt","1/8 teaspoon ground nutmeg","1 tablespoon lemon juice"]
instructions = ["1 Heat oven to 425°F. Place 1 pie crust in ungreased 9-inch glass pie plate. Press firmly against side and bottom.","2 In large bowl, gently mix filling ingredients; spoon into crust-lined pie plate. Top with second crust. Wrap excess top crust under bottom crust edge, pressing edges together to seal; flute. Cut slits or shapes in several places in top crust.","3 Bake 40 to 45 minutes or until apples are tender and crust is golden brown. Cover edge of crust with 2- to 3-inch wide strips of foil after first 15 to 20 minutes of baking to prevent excessive browning. Cool on cooling rack at least 2 hours before serving."]
[rating]
value = "4.0"
reviewCount = "12"
best = "4.5"
worst = "2.5"
[nutrition]
"servingSize" = "1 medium slice"
"calories" = "230 calories"
"fatContent" = "1 g"
"carbohydrateContent" = "43 g"
"cholesterolContent" = "0 mg"
"fiberContent" = "1 g"
"proteinContent" = "1 g"
"saturatedFatContent" = "2 ½ g"
"sodiumContent" = "200 mg"
"sugarContent" = "27 g"
"transFatContent" = "0 g"
[image]
src = "https://gohugo-amp.gohugohq.com/example-square.jpg"
width = 900
height = 900
title = "Example Square image"
author = "gohugohq"
link = "https://gohugohq.com"
license = "CC BY 2.0"
license_link = "https://creativecommons.org/licenses/by/2.0/"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
+++
# This is a recipe example
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, 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.
To have a valid course example you can simply follow the TOML-structure below:
```toml
date = "2016-11-18T19:28:41+02:00"
publishdate = "2016-11-18T19:28:41+02:00"
draft = false
title = "course example one"
description = "Short description of the course."
[amp]
elements = []
[structured]
type = "Recipe"
[author]
name = "John Doe"
[recipe]
category = "appetizer"
prepTime = "PT30M"
totalTime = "PT3H"
recipeYield = "8"
ingredients = ["1 box Pillsbury™ refrigerated pie crusts, softened as directed on box","6 cups thinly sliced, peeled apples (6 medium)","3/4 cup sugar","2 tablespoons all-purpose flour","3/4 teaspoon ground cinnamon","1/4 teaspoon salt","1/8 teaspoon ground nutmeg","1 tablespoon lemon juice"]
instructions = ["1 Heat oven to 425°F. Place 1 pie crust in ungreased 9-inch glass pie plate. Press firmly against side and bottom.","2 In large bowl, gently mix filling ingredients; spoon into crust-lined pie plate. Top with second crust. Wrap excess top crust under bottom crust edge, pressing edges together to seal; flute. Cut slits or shapes in several places in top crust.","3 Bake 40 to 45 minutes or until apples are tender and crust is golden brown. Cover edge of crust with 2- to 3-inch wide strips of foil after first 15 to 20 minutes of baking to prevent excessive browning. Cool on cooling rack at least 2 hours before serving."]
[rating]
value = "4.0"
reviewCount = "12"
best = "4.5"
worst = "2.5"
[nutrition]
"servingSize" = "1 medium slice"
"calories" = "230 calories"
"fatContent" = "1 g"
"carbohydrateContent" = "43 g"
"cholesterolContent" = "0 mg"
"fiberContent" = "1 g"
"proteinContent" = "1 g"
"saturatedFatContent" = "2 ½ g"
"sodiumContent" = "200 mg"
"sugarContent" = "27 g"
"transFatContent" = "0 g"
[image]
src = "https://gohugo-amp.gohugohq.com/example-square.jpg"
width = 900
height = 900
title = "Example Square image"
author = "gohugohq"
link = "https://gohugohq.com"
license = "CC BY 2.0"
license_link = "https://creativecommons.org/licenses/by/2.0/"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
```
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.