Add license and gitlab pages stuff
This commit is contained in:
parent
df358328df
commit
6fbbeb12d9
4 changed files with 735 additions and 0 deletions
18
_config.yml
Normal file
18
_config.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Welcome to Jekyll!
|
||||
#
|
||||
# This config file is meant for settings that affect your whole blog, values
|
||||
# which you are expected to set up once and rarely need to edit after that.
|
||||
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||
# 'jekyll serve'. If you change this file, please restart the server process.
|
||||
|
||||
# Site settings
|
||||
title: FluffyChat
|
||||
email: christian-pauly@posteo.de
|
||||
description: Chat with your friends.
|
||||
baseurl: "/fluffychat-flutter" # the subpath of your site, e.g. /blog
|
||||
url: "/" # the base hostname & protocol for your site
|
||||
gitlab_username: christianpauly
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
exclude: [ "README.md", "LICENSE"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue