23 lines
755 B
YAML
23 lines
755 B
YAML
# 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: "thelinux.pro"
|
|
email: "thiswillnotwork@thelinux.pro"
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://thelinux.pro" # the base hostname & protocol for your site
|
|
twitter_username: kameronkenny
|
|
github_username: kkenny
|
|
linkedin_username: kameronkenny
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
|
|
theme: jekyll-theme-midnight
|