summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml6
-rw-r--r--_layouts/static.html5
2 files changed, 7 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index 644021a..e87f254 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,12 +4,12 @@ port: 9001
baseurl: /
url: http://localhost:4000
-title: José Mota — Web craftsman
+title: José Mota — The blog
source: .
destination: ./_site
plugins: ./_plugins
-paginate: 10
+paginate: 15
future: true
lsi: false
@@ -33,7 +33,7 @@ kramdown:
entity_output: as_char
toc_levels: 1..6
use_coderay: false
-
+
coderay:
coderay_wrap: div
coderay_line_numbers: inline
diff --git a/_layouts/static.html b/_layouts/static.html
index 60e33a9..e98927d 100644
--- a/_layouts/static.html
+++ b/_layouts/static.html
@@ -24,7 +24,10 @@
alt="{{site.title}}"/>
</a>
</h1>
- <h1>{{page.title}}</h1>
+ <h1>
+ {{site.title}} <br/>
+ <small>{{page.title}}</small>
+ </h1>
</div>
</div>