implement mkdocs, remove pandoc
This commit is contained in:
@@ -26,9 +26,8 @@ markdown_extensions:
|
||||
# - tables
|
||||
nav:
|
||||
- Home: index.md
|
||||
- 01-consitution.md
|
||||
- 02-bylaws.md
|
||||
- 03-playing-rules.md
|
||||
- 01-consitution-and-bylaws.md
|
||||
- 02-playing-rules.md
|
||||
|
||||
plugins:
|
||||
- search
|
||||
@@ -40,4 +39,4 @@ plugins:
|
||||
|
||||
validation:
|
||||
links:
|
||||
anchors: warn #this defaults to info, but it will cause broken links in anchor headers
|
||||
anchors: warn #this defaults to info, but it will cause broken links in anchor headers
|
||||
|
||||
10
mkdocs/styles/extra.css
Normal file
10
mkdocs/styles/extra.css
Normal file
@@ -0,0 +1,10 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
|
||||
|
||||
:root {
|
||||
--md-text-font: "Merriweather"
|
||||
}
|
||||
|
||||
.md-nav__title {
|
||||
font-family: "Nunito Sans";
|
||||
}
|
||||
Reference in New Issue
Block a user