Skip to content

Commit

Permalink
feat: add last-update info
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Jul 17, 2024
1 parent c47b65a commit 2a16a49
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ beautifulsoup4 = "*"
requests = "*"
python-markdown-document-offsets-injection-extension = "==0.1.0"
markdown = "==3.6"
mkdocs-git-revision-date-localized-plugin = "*"

[dev-packages]

Expand Down
56 changes: 51 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ theme:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
primary: black
accent: blue
toggle:
icon: material/weather-night
Expand All @@ -60,7 +60,8 @@ theme:
text: "Fira Sans"
code: "Fira Mono"

plugins: []
plugins:
- git-revision-date-localized

# Customization
extra:
Expand Down

0 comments on commit 2a16a49

Please sign in to comment.