Skip to content

Commit bc734d3

Browse files
committed
Icons, tasks, Conf
1 parent 7f66cc5 commit bc734d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+335
-174
lines changed

Pipfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
invoke = "*"
8+
9+
[dev-packages]
10+
11+
[requires]
12+
python_version = "3.11"

README.md

100755100644
File mode changed.

blog/ho-pelicon.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

blog/hu-pulucun.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

blog/images/icons/android-chrome-144x144.png

100755100644
File mode changed.

blog/images/icons/android-chrome-192x192.png

100755100644
File mode changed.

blog/images/icons/android-chrome-256x256.png

100755100644
File mode changed.

blog/images/icons/android-chrome-36x36.png

100755100644
File mode changed.

blog/images/icons/android-chrome-384x384.png

100755100644
File mode changed.

blog/images/icons/android-chrome-48x48.png

100755100644
File mode changed.

blog/images/icons/android-chrome-512x512.png

100755100644
File mode changed.

blog/images/icons/android-chrome-72x72.png

100755100644
File mode changed.

blog/images/icons/android-chrome-96x96.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-114x114.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-120x120.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-144x144.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-152x152.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-180x180.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-57x57.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-60x60.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-72x72.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon-76x76.png

100755100644
File mode changed.

blog/images/icons/apple-touch-icon.png

100755100644
File mode changed.

blog/images/icons2/android-chrome-192x192.png

100755100644
File mode changed.

blog/images/icons2/android-chrome-384x384.png

100755100644
File mode changed.

blog/images/icons2/android-chrome-512x512.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-114x114.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-120x120.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-144x144.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-152x152.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-180x180.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-57x57.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-72x72.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon-76x76.png

100755100644
File mode changed.

blog/images/icons2/apple-touch-icon.png

100755100644
File mode changed.

blog/images/icons2/safari-pinned-tab.svg

100755100644
File mode changed.

pelicanconf.py

100755100644
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
'plugins.assets.assets',
9292
'plugins.neighbors.neighbors',
9393
'plugins.sitemap.sitemap',
94-
'plugins.render_math',
94+
'plugins.render_math',
95+
'pelican_youtube'
9596
]
9697

9798
MATH_JAX = {

0 commit comments

Comments
 (0)