36 lines
756 B
YAML
36 lines
756 B
YAML
# Site settings
|
|
title: The Luon Network;
|
|
email: webmaster@luon.net
|
|
description: >-
|
|
Provides internet services such as email, cloud storage,
|
|
instant messaging, etc. using a private, trusted setup
|
|
for family and friends.
|
|
baseurl: ""
|
|
url: "http://luon.net"
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
theme: jekyll-theme-hydeout
|
|
plugins:
|
|
- jekyll-admin
|
|
- jekyll-feed
|
|
|
|
# Theme/content settings
|
|
paginate: 5
|
|
show_excerpts: true
|
|
|
|
# Kramdown settings
|
|
kramdown:
|
|
auto_ids: true
|
|
|
|
# Exclude from processing.
|
|
# The following items will not be processed, by default. Create a custom list
|
|
# to override the default setting.
|
|
# exclude:
|
|
# - Gemfile
|
|
# - Gemfile.lock
|
|
# - node_modules
|
|
# - vendor/bundle/
|
|
# - vendor/cache/
|
|
# - vendor/gems/
|
|
# - vendor/ruby/
|