# The directory where Hugo finds archetype files (content templates). #archetypeDir = “archetypes” # Hostname (and path) to the root, e.g. http://bep.is/ #baseURL = "http://example.org/" baseURL = "https://skeptiker-nord.de" # See Configure Blackfriday (https://gohugo.io/getting-started/configuration/#configure-blackfriday) #blackfriday # Include drafts when building. #buildDrafts = false # Include content already expired. #buildExpired = false # Include content with publishdate in the future. #buildFuture = false # Enable to turn relative URLs into absolute. #canonifyURLs = false # The directory from where Hugo reads content files. #contentDir = “content” # The directory from where Hugo reads data files. #dataDir = “data” # Content without language indicator will default to this language. defaultContentLanguage = "de" # Render the default content language in subdir, e.g. content/en/. # The site root / will then redirect to /en/. #defaultContentLanguageInSubdir = false # Hugo will, by default, inject a generator meta tag in the HTML head on the home page only. # You can turn it off, but we would really appreciate if you don’t, # as this is a good way to watch Hugo’s popularity on the rise. #disableHugoGeneratorInject = false # Enable disabling of all pages of the specified Kinds. # Allowed values in this list: "page", "home", "section", "taxonomy", # "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404". #disableKinds = [] # Disable automatic live reloading of browser window. #disableLiveReload = false # Do not convert the url/path to lowercase. #disablePathToLower = false # Enable Emoji emoticons support for page content; see the Emoji Cheat Sheet. #enableEmoji = false # Enable .GitInfo object for each page (if the Hugo site is versioned by Git). # This will then update the Lastmod parameter for each page using the last git commit date for that content file. #enableGitInfo = false # Show a placeholder instead of the default value or an empty string if a translation is missing. #enableMissingTranslationPlaceholders = false # Enable generation of robots.txt file. #enableRobotsTXT = false # See Front matter Configuration. #frontmatter # Prefix for footnote anchors. #footnoteAnchorPrefix = “” # Text to display for footnote return links. #footnoteReturnLinkContents = “” # Google Analytics tracking ID. #googleAnalytics = “” # If true, auto-detect Chinese/Japanese/Korean Languages in the content. # This will make .Summary and .WordCount behave correctly for CJK languages. #hasCJKLanguage = false # See Image Processing Config. #imaging # See Configure Languages. #languages # The site’s language code. #languageCode = “” languageCode = "de-de" # See Disable a Language # disableLanguages # The directory from where Hugo reads layouts (templates). #layoutDir = “layouts” # Enable logging. #log = false # Log File path (if set, logging enabled automatically). #logFile = “” # See Add Non-content Entries to a Menu. #menu # Front matter meta-data format. Valid values: "toml", "yaml", or "json". #metaDataFormat = “toml” # The editor to use when creating new content. #newContentEditor = “” # Don’t sync permission mode of files. #noChmod = false # Don’t sync modification time of files. #noTimes = false # Default number of pages per page in pagination. #paginate = 10 # The path element used during pagination (https://example.com/page/2). #paginatePath = “page” # See Content Management. #permalinks # Pluralize titles in lists. #pluralizeListTitles = true # Preserve special characters in taxonomy names (“Gérard Depardieu” vs “Gerard Depardieu”). #preserveTaxonomyNames = false # The directory to where Hugo will write the final static site (the HTML files etc.). #publishDir = “public” # Enable syntax guessing for code fences without specified language. #pygmentsCodeFencesGuessSyntax = false # Color-theme or style for syntax highlighting. See Pygments Color Themes. #pygmentsStyle = “monokai” # Enable using external CSS for syntax highlighting. #pygmentsUseClasses = false # See Related Content. #related # Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs. #relativeURLs = false # Maximum number of items in the RSS feed. #rssLimit = unlimited # See “Section Menu for Lazy Bloggers”. #sectionPagesMenu = “” # Default sitemap configuration. #sitemap # Relative directory from where Hugo reads static files. #staticDir = “static” # Display memory and timing of different steps of the program. #stepAnalysis = false # The length of text to show in a .Summary. #summaryLength = 70 # See Configure Taxonomies. #taxonomies # Theme to use (located by default in /themes/THEMENAME/). #theme = “” theme = "mainroad" # The directory where Hugo reads the themes from. #themesDir = “themes” # Timeout for generating page contents, in milliseconds (defaults to 10 seconds). Note: this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit. #timeout = 10000 # Site title. #title = “” title = "Skeptiker Nord" # When enabled, creates URL of the form /filename.html instead of /filename/. #uglyURLs = false # Enable verbose output. #verbose = false # Enable verbose logging. #verboseLog = false # Watch filesystem for changes and recreate as needed. #watch = false # Privacy settings [privacy] [privacy.disqus] disable = true [privacy.googleAnalytics] disable = true anonymizeIP = false respectDoNotTrack = false useSessionStorage = false [privacy.instagram] disable = false simple = false [privacy.twitter] disable = false enableDNT = true simple = false [privacy.vimeo] disable = true simple = false [privacy.youtube] disable = false privacyEnhanced = true # Parameters for the Theme [Params] # Subtitle of your site subtitle = "GWUP Regionalgruppe" # Description of your site description = "Skeptiker Nord - GWUP Regionalgruppe" opengraph = false twitter_cards = false # Show "Read more" button in list if true readmore = true # Move sidebar to the left side if true leftsidebar = false authorbox = false post_navigation = true postSections = ["post"] # Sidebar Widgets [Params.widgets] # Enable "Events" widget events = true # Enable "Search" widget search = false # Enable "Recent arcticles" widget recent_articles = true # Enable "Categories" widget categories = true # Enable "Tags" widget tags = true # Enable counter for each tag in "Tags" widget (disabled by default) tags_counter = true # Enable "Social" widget, if any of "social_*" set a value social_facebook = "SkeptikerNord" social_twitter = "SkeptikerNord" # Menu Entries [[menu.main]] name = "News" url = "/" weight = 1 [[menu.main]] name = "Über uns" url = "/about" weight = 50 # [[menu.main]] # name = "Impressum" # url = "/impressum" # weight = 98 # [[menu.main]] # name = "Datenschutz" # url = "/datenschutz" # weight = 99