Skip to content

Commit aefd335

Browse files
committed
Update metadata url
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent 512c75c commit aefd335

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pelicanconf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
SITENAME = "Arisut's website"
77
SITETITLE = "Arisut's website"
88
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'
9+
SITEURL = 'https://aliceinwire.github.io'
10+
SITELOGO = SITEURL + '/profile.jpg'
11+
FAVICON = SITEURL + '/favicon.ico'
1212

1313
PATH = 'content'
1414

@@ -25,6 +25,7 @@
2525
EXTRA_PATH_METADATA = {
2626
'extra/robots.txt': {'path': 'robots.txt'},
2727
'extra/favicon.ico': {'path': 'favicon.ico'},
28+
'extra/profile.jpg': {'path': 'profile.jpg'},
2829
}
2930

3031
# Feed generation is usually not desired when developing

0 commit comments

Comments
 (0)