~ updated css

This commit is contained in:
nicobo 2016-11-12 17:01:04 +01:00
parent ab811c698f
commit 9fa7b1fedc
3 changed files with 7 additions and 8 deletions

View file

@ -1,14 +1,12 @@
# Site settings
title: nicolabs
email: https://nicolabs.net/contact
#email: https://nicolabs.net/contact
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
From personal notes to technical articles, in the hope it will be useful to somebody one day.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://yourdomain.com" # the base hostname & protocol for your site
url: "https://nicolabs.net" # the base hostname & protocol for your site
twitter_username: nic0b0
github_username: nicobo
github_username: nicolabs
# Build settings
markdown: kramdown

View file

@ -2,7 +2,7 @@
<div class="wrapper">
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
<a class="site-title" href="{{ site.baseurl }}/"><span class="part1">nico</span><span class="part2">labs<span></a>
<nav class="site-nav">
<a href="#" class="menu-icon">

View file

@ -45,5 +45,6 @@ $on-laptop: 800px;
@import
"base",
"layout",
"syntax-highlighting"
"syntax-highlighting",
"nicolabs"
;