scraps 0.18.2

A static site generator that builds a wiki from a set of markdown files.
1
2
3
4
5
6
7
8
base_url = "https://boykush.github.io/scraps/"
title = "Scraps Doc"
description = "A static site generator that builds a wiki from a set of markdown files."
favicon = "https://github.com/boykush/scraps/blob/main/assets/logo.png?raw=true"
timezone = "Asia/Tokyo"
build_search_index = true
sort_key = "committed_date"
paginate_by = 5