Skip to content

Commit

Permalink
Gunakan Bahasa Indonesia, tambahkan mode gelap, dsb
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed May 23, 2021
1 parent fb4d62c commit f91b5b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-Hans5958-HKBP-Guidebook-1
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material
run: pip install mkdocs mkdocs-material
- name: Build site
run: mkdocs build
- name: Deploy site
Expand Down
14 changes: 12 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
theme:
name: 'material'
language: id
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Beralih ke mode gelap
- scheme: slate
toggle:
icon: material/toggle-switch
name: Beralih ke mode terang
site_name: 'HKBP Guidebook'
site_description: 'Kumpulan teks yang berhubungan dengan HKBP.'
site_author: 'Hans5958'
Expand All @@ -24,5 +34,5 @@ nav:
- 'Konfesi HKBP': 'konfesi-hkbp.md'

google_analytics: ['UA-49890594-3', 'auto']
# repo_name: 'Hans5958/HKBP-Guidebook'
# repo_url: 'https://github.com/Hans5958/HKBP-Guidebook'
repo_name: 'Hans5958/HKBP-Guidebook'
repo_url: 'https://github.com/Hans5958/HKBP-Guidebook'

0 comments on commit f91b5b1

Please sign in to comment.