alice.institute
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

alice ed2a3ca2 4cf30c5a

+35 -11
+34 -10
config.toml
··· 1 - # The URL the site will be built for 2 1 base_url = "https://alice.institute" 3 - 4 - # Whether to automatically compile all Sass files in the sass directory 5 - compile_sass = true 6 - 7 - # Whether to build a search index to be used later on by a JavaScript library 2 + description = "Alice's website" 3 + compile_sass = false 4 + minify_html = false 5 + generate_feed = true 6 + default_language = "en" 8 7 build_search_index = true 9 - 10 8 theme = "anemone" 11 9 10 + taxonomies = [ 11 + {name = "tags", feed = true}, 12 + ] 13 + 12 14 [markdown] 13 - # Whether to do syntax highlighting 14 - # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola 15 + render_emoji = true 16 + external_links_target_blank = true 17 + smart_punctuation = true 15 18 highlight_code = true 16 19 20 + [slugify] 21 + paths = "on" 22 + taxonomies = "on" 23 + anchors = "on" 24 + 25 + [link_checker] 26 + internal_level = "warn" 27 + 17 28 [extra] 18 - # Put all your custom variables here 29 + author = "Alice" 30 + display_author = false 31 + 32 + favicon = "favicon.ico" 33 + image = "" 34 + 19 35 default_theme = "light" 36 + list_pages = false 37 + twitter_card = true 38 + 39 + header_nav = [ 40 + { url = "/", name_en = "/home/"}, 41 + { url = "/about", name_en = "/about/" }, 42 + { url = "/blog", name_en = "/blog/" } 43 + ]
+1 -1
content/_index.md
··· 10 10 - Email: [aliceisjustplaying@gmail.com](mailto:aliceisjustplaying@gmail.com) 11 11 - GitHub: [aliceisjustplaying](https://github.com/aliceisjustplaying) 12 12 - Twitter: [@__justplaying](https://twitter.com/__justplaying) 13 - - Mastodon: [@aliceisjustplaying@chaos.social](https://chaos.social/@aliceisjustplaying) 13 + - Mastodon: [@alice@uwu.social](https://chaos.social/@aliceisjustplaying) 14 14 - Bluesky: [alice.bsky.sh](https://bsky.app/profile/alice.bsky.sh) 15 15 - Discord: @aliceisjustplaying