Browse Source

Rebranding from Infecté to Gildas - Bières & co

Gogs 8 years ago
parent
commit
264e9b6d07

+ 3 - 3
config.toml

@@ -1,9 +1,9 @@
1 1
 baseurl = "http://gildas.ch/beer/"
2 2
 languageCode = "en-us"
3
-title = "Infecté!"
3
+title = "Gildas - Bières & co"
4 4
 theme = "gildasbeer"
5 5
 canonifyurls = true
6 6
 
7 7
 [params]
8
-  description = "Une page sur la fermentation"
9
-  author = "GildasCh"
8
+  description = "Une page sur la bière et la fermentation"
9
+  author = "GildasCh"

+ 1 - 1
themes/gildasbeer/layouts/partials/header.html

@@ -6,5 +6,5 @@
6 6
         <link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css" />
7 7
 	</head>
8 8
 	<body>
9
-      <h1 id='header'><a href='/' class='noDec'><img src='/infecte-blanc-shadow.png' /></a> <span style='font-size:0.3em;'>Une page sur la fermentation</span></h1>
9
+      <h1 id='header'><a href='/' class='noDec'><img src='/cantillon.jpg' /></a> <span style='font-size:0.3em;'>Gildas - Bières & co</span></h1>
10 10
       <p style='text-align:center;'><a href='/biere/'>Bière</a>, <a href='/kefirs/'>Kéfirs</a>, <a href='/legumes/'>Fermentation de légumes</a></p>

BIN
themes/gildasbeer/static/cantillon.jpg


+ 1 - 1
themes/gildasbeer/static/css/main.css

@@ -50,7 +50,7 @@ purple #b39ddb
50 50
 
51 51
 #header span {
52 52
     position:relative;
53
-    top:-50px;
53
+    top:-40px;
54 54
 }
55 55
 
56 56
 #header a.noDec {