diff --git a/.gitmodules b/.gitmodules index 1d43285..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "themes/hugo-dpsg"] - path = themes/hugo-dpsg - url = https://github.com/pfadfinder-konstanz/hugo-dpsg.git diff --git a/README.md b/README.md deleted file mode 100644 index ab4daf8..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# hugo-test - diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/config.toml b/config.toml deleted file mode 100644 index 084a72c..0000000 --- a/config.toml +++ /dev/null @@ -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 - diff --git a/content/posts/my-2nd-post.md b/content/posts/my-2nd-post.md deleted file mode 100644 index 434e845..0000000 --- a/content/posts/my-2nd-post.md +++ /dev/null @@ -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 - diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md deleted file mode 100644 index 8a64ad7..0000000 --- a/content/posts/my-first-post.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "My First Post" -date: 2021-06-01T12:54:18+02:00 ---- - -Lorem ipsum \ No newline at end of file diff --git a/themes/hugo-dpsg b/themes/hugo-dpsg deleted file mode 160000 index 6c632cb..0000000 --- a/themes/hugo-dpsg +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6c632cb513f40104f68fff76bb0732083c3195fc