mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-07 16:27:21 +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
|
||||
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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -45,5 +45,6 @@ $on-laptop: 800px;
|
|||
@import
|
||||
"base",
|
||||
"layout",
|
||||
"syntax-highlighting"
|
||||
"syntax-highlighting",
|
||||
"nicolabs"
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue