mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-21 00:32:01 +02:00
19 lines
548 B
YAML
19 lines
548 B
YAML
# Site settings
|
|
title: Work in progress.
|
|
#email: https://nicolabs.net/contact
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
This article is under perpetual rewriting, take it carefully as it may have changed tomorrow !
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "https://nicolabs.net" # the base hostname & protocol for your site
|
|
twitter_username: nic0b0
|
|
github_username: nicolabs
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
gems:
|
|
- jekyll-sitemap
|
|
- jekyll-mentions
|
|
|
|
jekyll-mentions:
|
|
base_url: https://twitter.com
|