mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-19 01:14:49 -05:00
15 lines
703 B
YAML
15 lines
703 B
YAML
# Site settings
|
|
title: Distrobox
|
|
baseurl: "/" # the subpath of your site, e.g. /blog/
|
|
# usually empty. necessary for building absolute URIs
|
|
# for metadata header
|
|
url: "https://distrobox.it" # the base hostname & protocol for your site
|
|
sourceurl: "https://github.com/89luca89/distrobox/tree/main/docs" # "edit this website" link in the footer
|
|
description: "Use any linux distribution inside your terminal."
|
|
issuesurl: "https://github.com/89luca89/distrobox/issues" # issue tracker for website
|
|
permalink: /:title/
|
|
primary-color: "#70594d" #used in ios theme. further color customization in style.css
|
|
|
|
# Build settings
|
|
markdown: kramdown
|