150 lines
3.0 KiB
YAML
150 lines
3.0 KiB
YAML
site_name: No Fuss Computing
|
|
site_description: A wiki with random bits of information you may find useful.
|
|
site_url: https://nofusscomputing.com
|
|
|
|
site_author: No Fuss Computing
|
|
copyright: Copyright © No Fuss Computing 2021
|
|
|
|
#site_favicon: favicon.ico
|
|
# site_dir: 'docs/static/mkdocs_build'
|
|
|
|
docs_dir: 'pages'
|
|
site_dir: build
|
|
|
|
repo_name: Website
|
|
#repo_url: https://gitlab.com/nofusscomputing/infrastructure/website
|
|
repo_url: https://gitlab.com/nofusscomputing/infrastructure/website
|
|
#edit_uri: '-/blob/pages'
|
|
#edit_uri: '-/blob/master/pages/'
|
|
edit_uri: ''
|
|
|
|
theme:
|
|
name: material
|
|
logo: assets/logo.png
|
|
custom_dir: theme-overrides
|
|
icon:
|
|
repo: fontawesome/brands/gitlab # (1)!
|
|
locale: en
|
|
font: false
|
|
features:
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.expand
|
|
- navigation.indexes
|
|
- toc.integrate
|
|
- navigation.top
|
|
- header.autohide
|
|
- navigation.sections
|
|
|
|
palette:
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to light mode
|
|
|
|
|
|
plugins:
|
|
- tags:
|
|
filename: tags.md
|
|
folder: pages
|
|
css_name: ".tags"
|
|
- search:
|
|
lang: en
|
|
|
|
- git-revision-date-localized:
|
|
type: iso_date
|
|
enable_creation_date: true
|
|
exclude:
|
|
- index.md
|
|
- tags.md
|
|
|
|
extra:
|
|
homepage: https://nofusscomputing.com
|
|
version: 1.0
|
|
social:
|
|
- link: https://hub.docker.com/u/nofusscomputing
|
|
name: DockerHub
|
|
icon: fontawesome/brands/docker
|
|
|
|
- link: https://facebook.com/NoFussComputing
|
|
name: Facebook
|
|
icon: fontawesome/brands/facebook
|
|
|
|
- link: https://gitlab.com/nofusscomputing
|
|
name: Gitlab
|
|
icon: fontawesome/brands/gitlab
|
|
|
|
- link: https://github.com/NoFussComputing
|
|
name: Github
|
|
icon: fontawesome/brands/github
|
|
|
|
# - link: https://readthedocs.org/profiles/nofusscomputing/
|
|
# nane: ReadTheDocs
|
|
# icon: fontawesome/brands/readthedocs
|
|
# link: https://
|
|
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
|
|
markdown_extensions:
|
|
- def_list
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- meta
|
|
- attr_list
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
nav:
|
|
- Home: index.md
|
|
|
|
- Articles:
|
|
|
|
- articles/index.md
|
|
|
|
- 2015:
|
|
|
|
- articles/2015/choose_internet_service.md
|
|
|
|
- tags: tags.md
|
|
|
|
- Projects:
|
|
|
|
- projects/index.md
|
|
|
|
- Ansible Roles: projects/ansible-roles/README.md
|
|
|
|
- Gitlab CI Templates: projects/gitlab-ci/README.md
|
|
|
|
- Python Gitlab Management: projects/python-gitlab-management/README.md
|
|
|
|
- Operations:
|
|
|
|
- operations/index.md
|
|
|
|
- Development:
|
|
|
|
- operations/syntax.md
|
|
|
|
- Wiki:
|
|
|
|
- wiki/index.md
|
|
|
|
- Contact Us: contact.md
|
|
|