# Main page title title = "eNBeWe.de" # Main base url baseURL = "https://blog.enbewe.de/" # Theme config theme = "mainroad" # Main language code languageCode = "en-us" # Generate html extension by default defaultExtension = "html" # Use blog post layout by default defaultLayout = "post" # Missing translations will default to this content language defaultContentLanguage = "en" # Build robots.txt file enableRobotsTXT = true # Allows you to disable all page types and will render nothing related to 'kind'; # values = "page", "home", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404" disableKinds = ["sitemap"] # Do not make the url/path to lowercase disablePathToLower = false # maximum number of items in the RSS feed rssLimit = 15 # Pagination paginate = 10 paginatePath = "page" # See "content-management/permalinks" # permalinks = # Enable default menu # sectionPagesMenu = "main" # Privacy Settings [privacy.disqus] disable = true [privacy.googleAnalytics] disable = true [privacy.instagram] disable = true [privacy.twitter] disable = false enableDNT = true simple = false [privacy.vimeo] disable = false simple = true [privacy.youtube] disable = false privacyEnhanced = true [Author] name = "eNBeWe" # bio = "John Doe's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it." # avatar = "img/avatar.png" [Params] description = "eNBeWe.de - Coding, Life and more ..." # Site description. Used in meta description #copyright = "John Doe" # Footer copyright holder, otherwise will use site title opengraph = false # Enable OpenGraph if true #schema = true # Enable Schema #twitter_cards = true # Enable Twitter Cards if true readmore = true # Show "Read more" button in list if true authorbox = false # 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 post_meta = ["author", "date", "categories", "translations"] # Order of post meta information mainSections = ["post"] # Specify section pages to show on home page and the "Recent articles" widget #dateformat = "2006-01-02" # Change the format of dates #mathjax = true # Enable MathJax #mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path #mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config #googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" # Load Google Fonts customCSS = ["css/custom.css"] # Include custom CSS files #customJS = ["js/custom.js"] # Include custom JS files [Params.logo] subtitle = "Coding, Life and more ..." # 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 # Enable widgets in given order widgets = ["search", "recent", "social", "categories", "taglist"] [Params.widgets] recent_num = 5 # Set the number of articles in the "Recent articles" widget categories_counter = false # Enable counter for each category in "Categories" widget tags_counter = false # Enable counter for each tag in "Tags" widget [Params.widgets.social] github = "eNBeWe" email = "enbewe+blog@enbewe.de" [[Params.widgets.social.custom]] title = "chaos.social/@eNBeWe" url = "https://chaos.social/@eNBeWe/" icon = "mastodon.svg"