diff --git a/.github/workflows/check_config.yaml b/.github/workflows/check_config.yaml index f889409..9c97b39 100644 --- a/.github/workflows/check_config.yaml +++ b/.github/workflows/check_config.yaml @@ -10,7 +10,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.9 - name: install dependencies run: pip3 install pyyaml diff --git a/.gitignore b/.gitignore index 03fd388..1707d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ Thumbs.db _/images/Thumbs.db settings.ini .vscode/settings.json +new_blog/ +.kiro/ \ No newline at end of file diff --git a/_includes/custom-head.html b/_includes/custom-head.html index 1842575..7909011 100644 --- a/_includes/custom-head.html +++ b/_includes/custom-head.html @@ -61,3 +61,68 @@ elem.forEach(e => (e.innerHTML = '')); }); + + + + diff --git a/_layouts/post.html b/_layouts/post.html index 9d924a0..f3c6cc8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,7 +18,7 @@