mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-21 00:32:01 +02:00
~ updated css
This commit is contained in:
parent
ab811c698f
commit
9fa7b1fedc
10
_config.yml
10
_config.yml
|
@ -1,14 +1,12 @@
|
||||||
# Site settings
|
# Site settings
|
||||||
title: nicolabs
|
title: nicolabs
|
||||||
email: https://nicolabs.net/contact
|
#email: https://nicolabs.net/contact
|
||||||
description: > # this means to ignore newlines until "baseurl:"
|
description: > # this means to ignore newlines until "baseurl:"
|
||||||
Write an awesome description for your new site here. You can edit this
|
From personal notes to technical articles, in the hope it will be useful to somebody one day.
|
||||||
line in _config.yml. It will appear in your document head meta (for
|
|
||||||
Google search results) and in your feed.xml site description.
|
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog/
|
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
|
twitter_username: nic0b0
|
||||||
github_username: nicobo
|
github_username: nicolabs
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<div class="wrapper">
|
<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">
|
<nav class="site-nav">
|
||||||
<a href="#" class="menu-icon">
|
<a href="#" class="menu-icon">
|
||||||
|
|
|
@ -45,5 +45,6 @@ $on-laptop: 800px;
|
||||||
@import
|
@import
|
||||||
"base",
|
"base",
|
||||||
"layout",
|
"layout",
|
||||||
"syntax-highlighting"
|
"syntax-highlighting",
|
||||||
|
"nicolabs"
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue