scraps 0.27.2

Scraps is a portable CLI knowledge hub for managing interconnected Markdown documentation with Wiki-link notation.
1
2
3
4
5
6
7
8
9
base_url = "https://boykush.github.io/scraps/"
title = "Scraps Doc"
lang_code = "en"
description = "A static site generator that makes it easy to write internal links (Wiki links) in 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 = 10