# The URL the site will be built for base_url = "https://tilde.team/~zinricky" # The site title and description; used in feeds by default. title = "~zinricky" description = "Yet another average user." # The default language; used in feeds. default_language = "en" # For overriding the default output directory `public`, set it to another value (e.g.: "docs") output_dir = "public_html" # Whether to automatically compile all Sass files in the sass directory compile_sass = false # When set to "true", a feed is automatically generated. generate_feed = true # The filename to use for the feed. Used as the template filename, too. # Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed. # There is also a built-in template "rss.xml" that renders an RSS 2.0 feed. feed_filename = "atom.xml" taxonomies = [ { name = "categories", feed = true }, { name = "tags", feed = true} ] # Whether to build a search index to be used later on by a JavaScript library build_search_index = false [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = false [translations] description = "Yet another average user." home = "Home" category = "Category" categorie = "Categories" tags = "Tags" blog = "Blog" links = "Links" about = "About" entries = "entries" previous = "Previous" next = "Next" published = "Published" last_updated = "Last update" latest_articles = "Latest articles" reading_time = "Reading time" other_languages = "Other languages" [languages.it] taxonomies = [ { name = "categories", feed = true }, { name = "tags", feed = true} ] generate_feed = true feed_filename = "atom.xml" title = "~zinricky" description = "Un altro utente nella media." [languages.it.translations] description = "Un altro utente nella media." home = "Inizio" category = "Categoria" categorie = "Categorie" tags = "Tag" blog = "Appunti" links = "Collegamenti" about = "Informazioni" entries = "articoli" previous = "Precedente" next = "Successiva" published = "Pubblicato" last_updated = "Ultimo aggiornamento" latest_articles = "Ultimi articoli" reading_time = "Tempo di lettura" other_languages = "Altre lingue" [extra] # Put all your custom variables here author = "ZinRicky"