mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-01 06:53:05 +01:00
Add GitHub integration
This commit is contained in:
parent
094a96e575
commit
b6ed2c5d8f
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
site
|
site
|
||||||
|
env
|
10
mkdocs.yml
10
mkdocs.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user