-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
151 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,50 @@ | ||
baseurl = "/" | ||
title = "Mainroad" | ||
languageCode = "en-us" | ||
baseurl = "https://example.com" | ||
title = "Hugo DPSG" | ||
languageCode = "de" | ||
DefaultContentLanguage = "de" | ||
paginate = "10" # Number of posts per page | ||
theme = "mainroad" | ||
disqusShortname = "" # Enable comments by entering your Disqus shortname | ||
googleAnalytics = "" # Enable Google Analytics by entering your tracking id | ||
theme = "hugo-dpsg" | ||
|
||
[Author] | ||
name = "John Doe" | ||
bio = "John Doe's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it." | ||
[Author] # Used in authorbox | ||
name = "Scout Master" | ||
bio = "The Scout Master is the leader of this local scout group" | ||
avatar = "img/avatar.png" | ||
|
||
[Params] | ||
description = "John Doe's Personal blog about everything" # Description of your site | ||
opengraph = true | ||
twitter_cards = false | ||
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 | ||
pager = true | ||
post_meta = ["date", "categories"] # Order of post meta information | ||
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 = true # 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 | ||
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 | ||
|
||
[Params.style.vars] | ||
highlightColor = "#003056" # Override main theme color | ||
|
||
[Params.logo] | ||
subtitle = "Just another site" # Logo subtitle | ||
image = "img/placeholder.png" # Logo image. Path relative to "static" | ||
header = "img/header.jpg" # Header image. Path relative to "static" | ||
title = "Hugo DPSG" # Logo title, otherwise will use site title | ||
subtitle = "Welcome to our group site" # Logo subtitle | ||
|
||
[Params.sidebar] | ||
home = "right" # Configure layout for home page | ||
list = "right" # Configure layout for list pages | ||
single = "right" # Configure layout for single pages | ||
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", "categories", "taglist"] | ||
widgets = ["search", "recent", "categories", "taglist", "social", "languages"] | ||
# alternatively "ddg-search" can be used, to search via DuckDuckGo | ||
# widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"] | ||
|
||
[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 (disabled by default) | ||
tags_counter = false # Enable counter for each tag in "Tags" widget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Start" | ||
page: true | ||
menu: | ||
main: | ||
name: "Start" | ||
weight: 1 | ||
--- | ||
|
||
# Our local scout group | ||
|
||
This is the index page. | ||
|
||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. | ||
|
||
In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. | ||
|
||
Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc. |
Oops, something went wrong.