remove example from main branch
parent
b838d4ac9c
commit
4556d005a8
@ -1,3 +0,0 @@
|
||||
[submodule "themes/hugo-dpsg"]
|
||||
path = themes/hugo-dpsg
|
||||
url = https://github.com/pfadfinder-konstanz/hugo-dpsg.git
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
@ -1,43 +0,0 @@
|
||||
baseURL = "https://seuh.k8s.sqa.ddnss.org/seuh2022/"
|
||||
# languageCode = "en-us"
|
||||
title = "SEUH 2022 Conference"
|
||||
theme = "hugo-dpsg"
|
||||
languageCode = "de"
|
||||
DefaultContentLanguage = "de"
|
||||
paginate = "10" # Number of posts per page
|
||||
|
||||
[Params]
|
||||
description = "Welcome to our scout group!" # Site description. Used in meta description
|
||||
copyright = "DGSP local group" # Footer copyright holder, otherwise will use site title
|
||||
opengraph = true # Enable OpenGraph if true
|
||||
schema = true # Enable Schema
|
||||
twitter_cards = true # Enable Twitter Cards if true
|
||||
readmore = false # Show "Read more" button in list if true
|
||||
authorbox = true # Show authorbox at bottom of pages if true
|
||||
toc = true # Enable Table of Contents
|
||||
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
|
||||
indexPager = false # Show pager navigation on index page
|
||||
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
|
||||
mainSections = ["post", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget
|
||||
# photosSections = ["photos"] # Specify section pages to show on home page and the "Recent photos" widget
|
||||
dateformat = "02.01.2006" # Change the format of dates
|
||||
# customCSS = ["css/custom.css"] # Include custom CSS files
|
||||
# customJS = ["js/custom.js"] # Include custom JS files
|
||||
# customPartial = "piwik.html" # Include custom partials, e.g. tracking codes
|
||||
|
||||
[Params.sidebar]
|
||||
home = "right" # Configure layout for home page
|
||||
list = "left" # Configure layout for list pages
|
||||
single = false # Configure layout for single pages
|
||||
# Enable widgets in given order
|
||||
widgets = ["search", "recent", "recent_photos", "categories", "taglist", "social", "languages"]
|
||||
# alternatively "ddg-search" can be used, to search via DuckDuckGo
|
||||
# widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]
|
||||
|
||||
[Params.footer]
|
||||
text = "[Imprint and Privacy](/imprint)" # Extra text in footer row, understands markdown
|
||||
|
||||
[Params.widgets]
|
||||
recent_num = 5 # Set the number of articles in the "Recent articles" widget
|
||||
tags_counter = false # Enable counter for each tag in "Tags" widget
|
||||
|
@ -1,29 +0,0 @@
|
||||
---
|
||||
# Common-Defined params
|
||||
title: "Example article title"
|
||||
date: "2017-08-21"
|
||||
description: "Example article description"
|
||||
categories:
|
||||
- "Category 1"
|
||||
- "Category 2"
|
||||
tags:
|
||||
- "Test"
|
||||
- "Another test"
|
||||
menu: main # Optional, add page to a menu. Options: main, side, footer
|
||||
|
||||
# Theme-Defined params
|
||||
thumbnail: "img/placeholder.jpg" # Thumbnail image
|
||||
thumbnail_hide_post: false # Hide thumbnail on single post view
|
||||
lead: "Example lead - highlighted near the title" # Lead text
|
||||
authorbox: true # Enable authorbox for specific page
|
||||
pager: true # Enable pager navigation (prev/next) for specific page
|
||||
toc: true # Enable Table of Contents for specific page
|
||||
sidebar: "right" # Enable sidebar (on the right side) per page
|
||||
widgets: # Enable sidebar widgets in given order per page
|
||||
- "search"
|
||||
- "recent"
|
||||
- "taglist"
|
||||
sitemap_hide: false # Do not add this page to the sitemap
|
||||
---
|
||||
In vino veritas
|
||||
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "My First Post"
|
||||
date: 2021-06-01T12:54:18+02:00
|
||||
---
|
||||
|
||||
Lorem ipsum
|
@ -1 +0,0 @@
|
||||
Subproject commit 6c632cb513f40104f68fff76bb0732083c3195fc
|
Loading…
Reference in New Issue