this repo has no description
at main 63 lines 1.4 kB view raw
1title = "0xda157" 2base_url = "https://da157.id" 3description = "da157's website" 4 5default_language = "en" 6 7compile_sass = true 8minify_html = true 9generate_feeds = true 10build_search_index = true 11feed_filenames = ["rss.xml", "atom.xml"] 12 13taxonomies = [{ name = "tags", feed = true }] 14 15[markdown] 16smart_punctuation = false 17bottom_footnotes = true 18insert_anchor_links = "left" 19github_alerts = true 20 21[markdown.highlighting] 22theme = "min-dark" 23 24[search] 25index_format = "elasticlunr_json" 26 27[extra] 28author = "0xda157" 29favicon = "favicon.png" 30 31source_url = "https://codeberg.org/da157/website" 32issues_url = "https://codeberg.org/da157/website/issues/new" 33 34show_reading_time = true 35copy_button = true 36 37list_pages = false 38twitter_card = false 39enable_search = true 40 41timezone = "America/Los_Angeles" 42 43nav = [ 44 { url = "/", name = "home" }, 45 { url = "/blog", name = "blog" }, 46 { url = "/this-one", name = "this-one" }, 47 { url = "/this-site", name = "this-site" }, 48 { url = "/links", name = "links" }, 49 { url = "/projects", name = "projects" }, 50 { url = "/tools", name = "tools" }, 51 { url = "/bookmarks", name = "bookmarks" }, 52 { url = "/music", name = "music" }, 53] 54 55[extra.fediverse] 56host = "mastodon.catgirl.cloud" 57user = "da157" 58 59[[extra.webrings]] 60name = "roboring" 61home = "https://stellophiliac.github.io/roboring" 62prev = "https://stellophiliac.github.io/roboring/0xda157/previous" 63next = "https://stellophiliac.github.io/roboring/0xda157/next"