Getting Started
-
Installation
#Getting Started You can find the latest version on GitHub Releases. Requires git command is required for features. cargo ❯ cargo install scraps mac OS ❯ brew install boykush/tap/scraps
-
Overview
-
Configuration
#Getting Started Configuration is managed by Config.toml in the Scraps project. Only the title and base_url variables are required. Everything else is optional. All configuration variables used by Scraps and their default values are listed below. # The site base url base_url = "https://username.github.io/repository-name/" # The site title title = "" # The site description (optional) description = "" # The site favicon in the form of png file URL (optional) favicon = "" # The site timezone (optional, default=UTC) timezone = "UTC" # Scraps sort key choice on index page (optional, default=committed_date, choices=committed_date or linked_count) sort_key = "committed_date" # Scraps pagination on index page(optional) paginate_by = 20