All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m21s
34 lines
813 B
YAML
34 lines
813 B
YAML
# Welcome to Jekyll!
|
|
#
|
|
# Site settings
|
|
# These are used to personalize your new site. If you look in the HTML files,
|
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
# You can create any custom variable you would like, and they will be accessible
|
|
# in the templates via {{ site.myvariable }}.
|
|
|
|
title: ThePhoenixDivision
|
|
email: contact@morlana.net
|
|
description: >-
|
|
We will share our adventures in Cyberpunk Red here.
|
|
baseurl: "/cpred"
|
|
url: "https://phoenixdivision.morlana.space"
|
|
twitter_username: abc
|
|
github_username: abc
|
|
|
|
# Build settings
|
|
theme: jekyll-theme-cyberpunk
|
|
plugins:
|
|
- jekyll-feed
|
|
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
|
|
collections:
|
|
pages:
|
|
output: true
|
|
permalink: /:name/
|
|
|
|
footer_links:
|
|
- title: "Impressum"
|
|
url: "https://legal.thephoenixdi.vision"
|