We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512c75c commit aefd335Copy full SHA for aefd335
2 files changed
content/images/profile.jpg content/extra/profile.jpgcontent/images/profile.jpg renamed to content/extra/profile.jpg
pelicanconf.py
@@ -6,9 +6,9 @@
6
SITENAME = "Arisut's website"
7
SITETITLE = "Arisut's website"
8
SITESUBTITLE = 'オタクに理解のあるギャル、Linux エコシステムで活動するオープンソース低レイヤー開発者です。 Gentoo Kernel Project Leader, Gentoo Kernel Security, kci-dev and GKernelCI creator'
9
-SITEURL = 'https://aliceinwire.github.io/'
10
-SITELOGO = SITEURL + '/images/profile.jpg'
11
-FAVICON = SITEURL + '/images/favicon.ico'
+SITEURL = 'https://aliceinwire.github.io'
+SITELOGO = SITEURL + '/profile.jpg'
+FAVICON = SITEURL + '/favicon.ico'
12
13
PATH = 'content'
14
@@ -25,6 +25,7 @@
25
EXTRA_PATH_METADATA = {
26
'extra/robots.txt': {'path': 'robots.txt'},
27
'extra/favicon.ico': {'path': 'favicon.ico'},
28
+ 'extra/profile.jpg': {'path': 'profile.jpg'},
29
}
30
31
# Feed generation is usually not desired when developing
0 commit comments