sofie 0.0.3

🌟 The elegant full-stack web framework that makes Rust web development effortless
Documentation
title: Sofie
baseurl: "/sofie" # the subpath of your site, e.g. /blog
url: "https://ararog.github.io" # the base hostname & protocol for your site

theme: jekyll-theme-cayman

markdown: kramdown

plugins:
  - jekyll-seo-tag
  - jekyll-sitemap
  - jekyll-feed

defaults:
  - scope:
      path: ""
    values:
      layout: "default"
      toc: true
      toc_sticky: true
      sidebar:
        nav: "navigation"