Skip to content

Commit

Permalink
Temp Customization
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick committed Sep 13, 2024
1 parent 1aaea62 commit a6d7b90
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 29 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ Questo è un repository creato per contenere gli STANAG Bagigi, una collezione d
Queste procedure (anche denominate "STANAG") coprono vari aspetti della simulazione militare, per esempio tattiche di fanteria, procedure di comunicazione e modi di pianificare operazioni ad armi combinate.

Ogni STANAG è raccolto in una pagina formattata in formato `.md`, mediante l'utilizzo dei framework [MkDocs](https://www.mkdocs.org/) e [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).

## Come contribuire

I membri del Network Bagigi sono invitati a contribuire alla costruzione degli STANAG, previa discussione sul "minimo comune standard" utile al network, su un analogo thread nel nostro Discord.
Binary file modified docs/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
--md-primary-fg-color: #be652f;
}
1 change: 1 addition & 0 deletions includes/abbreviations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*[TACP]: Tactical Air Control Party
68 changes: 39 additions & 29 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,23 @@
# IN THE SOFTWARE.

# Project information
site_name: Material for MkDocs
site_url: https://squidfunk.github.io/mkdocs-material/
site_author: Martin Donath
site_name: STANAG BAGIGI
site_url: https://stanag.bagigi.ovh/
site_author: Comunità Bagigi
site_description: >-
Write your documentation in Markdown and create a professional static site in
minutes – searchable, customizable, in 60+ languages, for all devices
# Repository
repo_name: squidfunk/mkdocs-material
repo_url: https://github.com/squidfunk/mkdocs-material
repo_name: bagigi-arma/STANAG
repo_url: https://github.com/bagigi-arma/STANAG

# Copyright
copyright: Copyright © 2016 - 2024 Martin Donath
copyright: Copyright © 2024 Comunità Bagigi

# Configuration
theme:
language: it
name: material
custom_dir: material/overrides
features:
Expand All @@ -51,9 +52,9 @@ theme:
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
Expand All @@ -68,28 +69,36 @@ theme:
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
primary: custom
accent: orange
toggle:
icon: material/toggle-switch
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
primary: custom
accent: orange
toggle:
icon: material/toggle-switch-off
icon: material/weather-night
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
logo: assets/logo.png
icon:
logo: logo
repo: fontawesome/brands/github

# Custom colors
extra_css:
- stylesheets/extra.css

watch:
- includes

# Plugins
plugins:
Expand All @@ -98,6 +107,9 @@ plugins:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- git-revision-date-localized:
enable_creation_date: true
type: date

# Hooks
hooks:
Expand All @@ -109,20 +121,15 @@ extra:
status:
new: Recently added
deprecated: Deprecated
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/squidfunk
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/squidfunk/mkdocs-material/
- icon: fontawesome/brands/python
link: https://pypi.org/project/mkdocs-material/
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@squidfunk
- icon: fontawesome/brands/x-twitter
link: https://x.com/squidfunk
link: https://github.com/bagigi-arma
- icon: fontawesome/brands/discord
link: https://discord.gg/vzJGTCaJxb
consent:
title: Informativa Cookie
description: >-
Noi e terze parti selezionate utilizziamo cookie per finalità tecniche.
# Extensions
markdown_extensions:
Expand All @@ -132,8 +139,10 @@ markdown_extensions:
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
permalink_title: Link a questa sezione
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
Expand All @@ -159,6 +168,7 @@ markdown_extensions:
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- includes/abbreviations.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
Expand Down

0 comments on commit a6d7b90

Please sign in to comment.