浏览代码

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

Gogs 8 年之前
父节点
当前提交
264e9b6d07

+ 3 - 3
config.toml

@@ -1,9 +1,9 @@
1
 baseurl = "http://gildas.ch/beer/"
1
 baseurl = "http://gildas.ch/beer/"
2
 languageCode = "en-us"
2
 languageCode = "en-us"
3
-title = "Infecté!"
3
+title = "Gildas - Bières & co"
4
 theme = "gildasbeer"
4
 theme = "gildasbeer"
5
 canonifyurls = true
5
 canonifyurls = true
6
 
6
 
7
 [params]
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
         <link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css" />
6
         <link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css" />
7
 	</head>
7
 	</head>
8
 	<body>
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
       <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>
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>

二进制
themes/gildasbeer/static/cantillon.jpg


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

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