# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # SPDX-License-Identifier: MPL-2.0 base_url = "https://averywinters.org/" title = "Avery Winters" description = "Avery Winters' personal site and blog." default_language = "en" theme = "terminimal" compile_sass = true minify_html = false generate_feeds = true feed_filenames = ["atom.xml"] feed_limit = 20 author = "Avery Winters" taxonomies = [{ name = "tags" }] build_search_index = false generate_sitemap = true generate_robots_txt = true [markdown] highlight_code = true highlight_theme = "nord" external_links_no_follow = true external_links_no_referrer = true smart_punctuation = false [extra] accent_color = "blue" background_color = "blue" logo_text = "Avery Winters" author = "Avery Winters" copyright_html = ''' CC0 1.0 :: Theme: Terminimal by pawroman ''' menu_items = [ { name = "about", url = "/about/" }, { name = "tags", url = "/tags/" }, { name = "rss", url = "/atom.xml" }, { name = "mastodon", url = "https://floss.social/@averywinters", external = true }, { name = "git", url = "https://git.averywinters.org/avery", external = true }, { name = "codeberg", url = "https://codeberg.org/averywinters", external = true }, { name = "github", url = "https://github.com/averywinters", external = true }, { name = "blogroll", url = "/blogroll.xml" }, { name = "podroll", url = "/podroll.xml" } ] enable_post_view_navigation = true favicon = "/img/favicon.ico" favicon_mimetype = "image/x-icon" page_titles = "combined"