cpred/_config.yml
Florian 7e5dae0620
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m21s
Add PWA support: implement service worker, cache assets, and add offline functionality
2025-03-18 22:14:42 +01:00

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"