This commit is contained in:
Adrian Amaglio 2023-06-02 03:03:02 +02:00
parent 3995b1bb67
commit 549322e33f
3 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from __future__ import unicode_literals
AUTHOR = 'Jean-Cloud' AUTHOR = 'Jean-Cloud'
SITENAME = 'Jean-Cloud' SITENAME = 'Jean-Cloud'
SITEURL = 'https://jean-cloud.net' SITEURL = 'https://jean-cloud.net'
FAVICON = "theme/images/favicon.png"
#PATH = '.' #PATH = '.'
STATIC_PATHS = ['static'] STATIC_PATHS = ['static']

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -41,6 +41,9 @@ format(slug=tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate"
{% endblock head %} {% endblock head %}
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-sourcesanspro.css" /> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-sourcesanspro.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/main.css" /> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/main.css" />
{% if FAVICON %}
<link rel="icon" href="{{ SITEURL }}/{{ FAVICON }}" type="image/x-icon" />
{% endif %}
</head> </head>
<body> <body>
<div class="background"></div> <div class="background"></div>