Skip to content

Commit

Permalink
Features fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXero-dev committed Sep 4, 2024
1 parent 3ccfdae commit 914d8aa
Show file tree
Hide file tree
Showing 20 changed files with 1,690 additions and 737 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 11 additions & 10 deletions docs/documentation/mkdocs-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,20 @@ site_name: Sitename

theme:
name: material
logo: assets/Tux.gif
favicon: assets/favicon.ico
palette:
scheme: slate
primary: deep purple
features:
- navigation.top
- navigation.footer
- navigation.indexes
- content.code.copy
- search.suggest
- search.highlight
- search.share
- navigation.expand
```
This will make it use the **Slate Material** Theme with **Deep Purple** accents. To know more about the theme check the [**MKDocs Material Wiki**](https://squidfunk.github.io/mkdocs-material/getting-started/){:target="_blank"}. That's it go from there.
Expand All @@ -60,16 +71,6 @@ plugins:
There are some cool features we can enable too. Only gotta figure out why some are not working. Besides that, this is how we add them :
```YAML
features:
- navigation.top
- navigation.footer
- navigation.indexes
- content.code.copy
- search.suggest
- search.highlight
- search.share
- navigation.expand

markdown_extensions:

# Python Markdown
Expand Down
File renamed without changes.
47 changes: 36 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,55 @@ site_name: DarkXero's Journal
site_description: Personal Thoughts, Documentation, and more...
site_url: https://blog.xerolinux.xyz

nav:
- Home: index.md
- Documentation:
- MKDocs Install: documentation/mkdocs-install.md
# - Setup:
# - Using MkDocs:
# - Qtile:
# - Geany:
- Fundraising:
- FOSS Fundraising: fundraising/foss-fundraising.md
- System Upgrade Fund : fundraising/new-gpu-cpu-fund.md
- Thoughts:
- Be Thankful: personal/be-thankful.md
- Developing Is Fun: personal/developing-is-fun-but.md
- FOSS Struggles: personal/real-foss-struggles.md
# - Kernel: personal/
# - Rolling Release: personal/
# - Whoogle: personal/
- Projects:
- My Channel: projects/what-s-up-with-my-channel.md
- Reviving XeroLinux: projects/why-is-distro-back.md
- Technology:
- Docker Containers: technology/docker-containers-a-love-story.md
# - About: about.md
# - Contact: contact.md

theme:
name: material
logo: assets/Tux.gif
favicon: assets/favicon.ico
palette:
scheme: slate
primary: deep purple
features:
- navigation.top
- navigation.footer
- navigation.indexes
- content.code.copy
- search.suggest
- search.highlight
- search.share
- navigation.expand

plugins:
- search
- autorefs
- social
- glightbox
# - section-index
- section-index
# - rss:
# categories:
# - tags
Expand Down Expand Up @@ -45,16 +80,6 @@ plugins:
# use_git: true
# use_material_social_cards: true

features:
- navigation.top
- navigation.footer
- navigation.indexes
- content.code.copy
- search.suggest
- search.highlight
- search.share
- navigation.expand

markdown_extensions:

# Python Markdown
Expand Down
Loading

0 comments on commit 914d8aa

Please sign in to comment.