Add GitHub integration

This commit is contained in:
flokoe 2023-07-04 14:15:26 +02:00
parent 094a96e575
commit b6ed2c5d8f
3 changed files with 13 additions and 2 deletions

View File

@ -21,5 +21,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force

1
.gitignore vendored
View File

@ -1 +1,2 @@
site
env

View File

@ -1,13 +1,23 @@
site_name: The Bash Hackers Wiki
repo_url: https://github.com/flokoe/bash-hackers-wiki
repo_name: flokoe/bash-hackers-wiki
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.tabs
- content.action.view
- content.action.edit
icon:
repo: fontawesome/brands/github
plugins:
- tags:
tags_file: tags.md
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- admonition