# Base URL of the site, the only required config argument - also used for sitemap and rss base_url = "https://alphara.art" # Used in RSS by default title = "Alphara's Blog" description = "Neural Art at its finest :))" # Neural Art at its finest :)) Blog dedicated to my stuff # The default language, used in RSS and as a fallback value default_language = "en" # Theme name to use # theme = "" # Whether to generate a RSS feed automatically generate_feed = true feed_filename = "atom.xml" # The number of articles to include in the RSS feed. Will include all items if # not set (the default). # rss_limit = 20 # The taxonomies to be rendered for that site and their configuration # Example: # taxonomies = [ # {name = "tags", rss = true}, # each tag will have its own RSS feed # {name = "categories", paginate_by = 5}, # 5 items per page for a term # {name = "authors"}, # Basic definition: no RSS or pagination # ] # taxonomies = [ {name = "tags", rss = true} ] # Whether to automatically compile all sass files found in the `sass` directory compile_sass = true # When set to "true", the generated HTML files are minified. minify_html = true # This does the whole example.com/image.jpg url hardlinking thing # When set to "true", files in the `static` directory are hard-linked. Useful for large # static files. Note that for this to work, both `static` and the # output directory need to be on the same filesystem. Note that the theme's `static` # files are always copied, regardless of this setting. hard_link_static = true # Whether to build a search index out of the pages and section content for the `default_language` # or whether to build a search index to be used later on by a JavaScript library build_search_index = false # A list of glob patterns specifying asset files to ignore when processing the content directory. # Defaults to none, which means all asset files are copied over to the public folder. # Example: # ignored_content = ["*.{graphml,xlsx}", "temp.*"] ignored_content = [] # A list of directories to search for additional `.sublime-syntax` files in. extra_syntaxes = [] [markdown] # Highlight code blocks highlight_code = true highlight_theme = "base16-ocean-dark" # Emojis like :smile: and :shrug: render_emoji = true [translations] # You can put any kind of data in there and it will be accessible in all templates [extra] home_subtitle = "Neural Art at its finest :))" footer_copyright = ' · CC BY-NC 4.0' hermit_menu = [ { link = "/posts", name = "Posts" }, { link = "/about", name = "About" } ] hermit_social = [ { name = "github", link = "https://github.com/xAlpharax" }, { name = "linkedin", link = "https://www.linkedin.com/in/iustin-raznic" }, { name = "youtube", link = "https://www.youtube.com/@alphara2643" }, { name = "twitter", link = "https://twitter.com/IustinRaznic" }, { name = "email", link = "mailto:iustin@alphara.art" } ] [extra.author] name = "Iustin Râznic" email = "iustin@alphara.art" [extra.meta] website_type = "blog" # either "blog" or "article" - I haven't seen any difference yet keywords = "blog, technology, science, philosophy, mathematics, artificial intelligence, AI research, machine learning, data science, deep learning, neural networks, Linux, Void Linux, OpenBSD, system administration, open source, FOSS, developer tools, programming, coding, tutorials, programming languages, software development, software engineering, computer science, algorithms, cybersecurity" preview_image_src = "https://alphara.art/Alphara.png" preview_image_alt = "Alphara" twitter_card = "summary_large_image" # either "summary" or "summary_large_image" (for big preview image) twitter_creator = "@IustinRaznic" # your twitter handle [extra.disqus] # enable = false # Take this from your Disqus account # shortname = "my-supa-dupa-blog" # Make sure to include this on posts that you want comments on: # [extra] # permalink = "link of the page" # # in the posts front-matter # in order to have the correct URL for the comment section # Comments can be disabled per page by setting: # [extra] # disable_comments = true # # in the posts front-matter # this will skip disqus components from rendering on the page all together # Similarily, but unrelated, # Table of Contents button-functionality can be enabled per-page by adding: # [extra] # toc=true # # in the page front-matter [extra.google_analytics] # enable = false # id = "UA-4XXXXXXX-X"