commit 1f0eaebf5ee2e3f3b9b89a0297dd7cf69e0bcf86 Author: Rico Ullmann Date: Sat Jan 25 20:15:15 2020 +0100 base hugo site and theme diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0f30664 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/ananke"] + path = themes/ananke + url = https://github.com/rullmann/gohugo-theme-ananke.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..43bb0ba --- /dev/null +++ b/config.toml @@ -0,0 +1,35 @@ +title = "Christopher Street Day Wiesbaden" +baseURL = "https://csd-wiesbaden.de" +languageCode = "de-de" +theme = "ananke" +themesDir = "themes" + +MetaDataFormat = "yaml" +DefaultContentLanguage = "de" +SectionPagesMenu = "main" +Paginate = 12 # this is set low for demonstrating with dummy content. Set to a higher number +googleAnalytics = "" +enableRobotsTXT = true + +[sitemap] + changefreq = "monthly" + priority = 0.5 + filename = "sitemap.xml" + +[params] + favicon = "" + description = "Website des Christopher Street Day in der hessischen Landeshauptstadt Wiesbaden" + facebook = "https://www.facebook.com/CSDWiesbaden" + twitter = "" + instagram = "https://www.instagram.com/csdwiesbaden/" + youtube = "" + github = "" + gitlab = "" + linkedin = "" + mastodon = "" + slack = "" + stackoverflow = "" + # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-" + background_color_class = "bg-black" + featured_image = "/images/csd_wi_default_header.jpg" + recent_posts_number = 2 diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..90e0888 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ +--- +title: "30. Mai 2020" +description: "Demo | Sommerfest | Party" +--- +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat ligula ante, non ornare arcu consectetur a. Aliquam erat volutpat. Aliquam massa ipsum, porttitor id pellentesque in, vulputate sed risus. Cras eget lorem suscipit, pellentesque ante et, aliquam felis. Fusce lacinia nunc vitae mi commodo, dignissim vestibulum elit accumsan. Duis nec molestie elit. Vivamus vitae aliquet lacus, et ultricies ligula. Maecenas erat lectus, faucibus nec dui lobortis, fermentum aliquet tortor. Morbi ornare dignissim efficitur. Nulla facilisi. Morbi facilisis non arcu in posuere. Vestibulum ac erat eu velit egestas vestibulum. Nam id placerat dolor. Donec dapibus auctor turpis. Donec facilisis bibendum. diff --git a/static/images/csd_wi_default_header.jpg b/static/images/csd_wi_default_header.jpg new file mode 100644 index 0000000..e4dea9d Binary files /dev/null and b/static/images/csd_wi_default_header.jpg differ diff --git a/themes/ananke b/themes/ananke new file mode 160000 index 0000000..505b255 --- /dev/null +++ b/themes/ananke @@ -0,0 +1 @@ +Subproject commit 505b2559238c84d57cd82f68f28cce426df2f992