Initial config

This commit is contained in:
Edgar P. Burkhart 2022-08-22 18:43:21 +02:00
parent b64e47de38
commit c519755ae9
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 42 additions and 3 deletions

View file

@ -1,4 +1,11 @@
baseURL = 'http://example.org/' baseURL = 'https://doc.edgarpierre.fr/'
languageCode = 'en-us' languageCode = 'fr-fr'
title = 'My New Hugo Site' title = 'Edoceo'
theme = 'hugo-book' theme = 'hugo-book'
enableGitInfo = true
[params]
BookLogo = 'logo.svg'
BookRepo = 'https://git.edgarpierre.fr/edpibu/blog'
BookDateFormat = 2006-01-02
BookComments = false

32
static/logo.svg Normal file
View file

@ -0,0 +1,32 @@
<svg version="1.1"
width="100"
height="100"
xmlns="http://www.w3.org/2000/svg">
<defs>
<rect id="basemask" x="0" y="0" width="100" height="100" />
<path id="goa" d="M 60 40
Q 80 45 75 55
Q 75 50 55 50" transform="translate(8 0)" />
<path id="gob" d="M 10,100
v -50
a 25 25 0 0 1 25 -25
c 10 0 20 12 25 15
l -5 10
C 30 50 40 55 45 100" transform="translate(8 0)" />
</defs>
<mask id="mask">
<use href="#basemask" fill="black" />
<circle cx="50" cy="50" r="50" fill="white" />
</mask>
<mask id="mask-go">
<use href="#basemask" fill="white" />
<use href="#goa" fill="black" />
<use href="#gob" fill="black" />
</mask>
<circle cx="50" cy="50" r="50" fill="black" mask="url(#mask-go)" />
<use href="#goa" fill="#8ac149" mask="url(#mask)" />
<use href="#gob" fill="white" mask="url(#mask)" />
</svg>

After

Width:  |  Height:  |  Size: 847 B