-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Add an example links page to the gallery
- Loading branch information
TEParsons
committed
Dec 22, 2024
1 parent
7766e35
commit 3df3d56
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
site_name: Torillic | ||
|
||
docs_dir: src | ||
draft_docs: vault | ||
site_dir: ../../docs/gallery/torillic | ||
|
||
theme: | ||
name: landing | ||
|
||
favicon: "https://teparsons.github.io/torillic/logo.png" | ||
avatar: "https://teparsons.github.io/torillic/logo.png" | ||
tagline: | | ||
Magic is distilled laziness | ||
page_source: | ||
link: https://github.com/TEParsons/torillic | ||
header_layout: | ||
- avatar | ||
- title | ||
- | ||
- tagline | ||
# background | ||
background_gradient_colors: | ||
- color-mix(in srgb, var(--text) 20%, transparent) | ||
- transparent | ||
- color-mix(in srgb, var(--text) 10%, transparent) | ||
background_image: "https://teparsons.github.io/torillic/css/torillic/assets/torillic-bg.jpg" | ||
content_box_opacity: 100% | ||
content_box_padding: 6rem | ||
|
||
# colours | ||
primary_color: "#822000" | ||
secondary_color: "#c9ad6a" | ||
tertiary_color: "#822000" | ||
# shades | ||
base_color: "#fcf5e5" | ||
mantle_color: "#e0e5c1" | ||
crust_color: "#c9ad6a" | ||
overlay_color: "#822000" | ||
# text | ||
text_color: "#000000" | ||
# background-specific text | ||
primary_text_color: var(--hltext) | ||
secondary_text_color: var(--text) | ||
tertiary_text_color: var(--text) | ||
base_text_color: var(--text) | ||
mantle_text_color: var(--text) | ||
crust_text_color: var(--text) | ||
overlay_text_color: var(--hltext) | ||
|
||
# fonts | ||
heading_font: Crimson Text | ||
body_font: Alegreya | ||
mono_font: Source Code Pro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
template: links.html | ||
--- | ||
|
||
# [![](https://teparsons.github.io/torillic/logo.png) Base Style](https://github.com/TEParsons/torillic/blob/main/torillic/torillic.css) | ||
|
||
# [![](https://typora.io/img/favicon-64.png) Typora](https://github.com/TEParsons/typora-torillic) | ||
|
||
# [![](https://www.markdownguide.org/assets/images/tool-icons/mkdocs.png) MkDocs](https://github.com/TEParsons/mkdocs-torillic) | ||
|
||
# [![](https://www.sphinx-doc.org/en/master/_static/sphinx-logo.svg) Sphinx](https://github.com/TEParsons/sphinx-torillic) |