2022-09-15 14:53:41 +00:00
|
|
|
# General
|
|
|
|
site_name: Dream Script Docs
|
|
|
|
site_url: https://lstein.github.io/stable-diffusion/
|
2022-09-18 09:12:45 +00:00
|
|
|
site_author: mauwii
|
|
|
|
dev_addr: "127.0.0.1:8080"
|
2022-09-15 14:53:41 +00:00
|
|
|
|
|
|
|
# Repository
|
|
|
|
repo_name: lstein/stable-diffusion
|
|
|
|
repo_url: https://github.com/lstein/stable-diffusion
|
|
|
|
edit_uri: edit/main/docs/
|
|
|
|
|
|
|
|
# Copyright
|
|
|
|
copyright: Copyright © 2022 Lincoln D. Stein <lincoln.stein@gmail.com>
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
theme:
|
|
|
|
name: material
|
2022-09-18 09:12:45 +00:00
|
|
|
icon:
|
|
|
|
repo: fontawesome/brands/github
|
|
|
|
edit: material/file-document-edit-outline
|
2022-09-15 14:53:41 +00:00
|
|
|
palette:
|
|
|
|
- media: '(prefers-color-scheme: light)'
|
|
|
|
scheme: default
|
|
|
|
toggle:
|
|
|
|
icon: material/lightbulb
|
|
|
|
name: Switch to dark mode
|
|
|
|
- media: '(prefers-color-scheme: dark)'
|
|
|
|
scheme: slate
|
|
|
|
toggle:
|
|
|
|
icon: material/lightbulb-outline
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
# Extensions
|
|
|
|
markdown_extensions:
|
|
|
|
- abbr
|
|
|
|
- admonition
|
|
|
|
- attr_list
|
|
|
|
- def_list
|
|
|
|
- footnotes
|
|
|
|
- md_in_html
|
|
|
|
- toc:
|
|
|
|
permalink: '#'
|
|
|
|
- pymdownx.arithmatex:
|
|
|
|
generic: true
|
|
|
|
- pymdownx.betterem:
|
|
|
|
smart_enable: all
|
|
|
|
- pymdownx.caret
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.keys
|
|
|
|
- pymdownx.magiclink:
|
|
|
|
repo_url_shorthand: true
|
2022-09-18 04:43:50 +00:00
|
|
|
user: 'lstein'
|
2022-09-15 14:53:41 +00:00
|
|
|
repo: 'stable-diffusion'
|
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.smartsymbols
|
|
|
|
- pymdownx.superfences:
|
|
|
|
custom_fences:
|
|
|
|
- name: mermaid
|
|
|
|
class: mermaid
|
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
|
|
|
- pymdownx.tilde
|
|
|
|
- tables
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- search
|
2022-09-18 09:12:45 +00:00
|
|
|
- git-revision-date-localized:
|
|
|
|
enable_creation_date: true
|