Skip to content

Commit

Permalink
Added caching and social cards
Browse files Browse the repository at this point in the history
  • Loading branch information
aceat64 committed Sep 14, 2022
1 parent 08dbb2a commit 075fe25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Pages
on:
push:
branches:
Expand All @@ -15,6 +15,10 @@ jobs:
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
key: ${{ github.ref }}
path: .cache
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down
14 changes: 2 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ plugins:
- blog
- glightbox
- search
- social
- privacy
markdown_extensions:
# Python Markdown
Expand All @@ -44,31 +45,20 @@ markdown_extensions:
permalink: true

# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
theme:
name: material
icon:
Expand Down

0 comments on commit 075fe25

Please sign in to comment.