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 path: .cache
restore-keys: | restore-keys: |
mkdocs-material- mkdocs-material-
- run: pip install mkdocs-material - run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force

3
.gitignore vendored
View File

@ -1 +1,2 @@
site site
env

View File

@ -1,13 +1,23 @@
site_name: The Bash Hackers Wiki 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: theme:
name: material name: material
features: features:
- navigation.tabs - navigation.tabs
- content.action.view
- content.action.edit
icon:
repo: fontawesome/brands/github
plugins: plugins:
- tags: - tags:
tags_file: tags.md tags_file: tags.md
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions: markdown_extensions:
- admonition - admonition