You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
1.8 KiB
YAML
93 lines
1.8 KiB
YAML
# Site
|
|
title: "Social Networking Reimagined"
|
|
name: "fedi.foundation"
|
|
fullname: "Federated Diversity Foundation"
|
|
description: "Paving the Path of Federated Diversity Towards Social Networking Reimagined"
|
|
slogan: "United in Diversity"
|
|
logo: "/assets/images/android-icon-512x512.png"
|
|
image: "/assets/images/fedi-foundation-logo-black.png"
|
|
favicon: "/favicon.ico"
|
|
favicon_svg: "/assets/images/fedi-foundation-favicon.svg"
|
|
url: https://fedi.foundation
|
|
baseurl: ""
|
|
|
|
# Site Author
|
|
author:
|
|
name: "Fedi Foundation"
|
|
avatar: "avatar1.jpg"
|
|
bio: "We build with you."
|
|
location: "Fediverse"
|
|
links:
|
|
- label: "Mastodon"
|
|
icon: "fab fa-fw fa-mastodon"
|
|
url: https://mastodon.social/@humanetech
|
|
- label: "Codeberg"
|
|
icon: "fab fa-fw fa-codeberg"
|
|
url: "https://codeberg.org/fediverse"
|
|
|
|
# Licensing default, and licenses for specific page types.
|
|
licensing:
|
|
default: "CC0"
|
|
people: "CC BY-NC-SA"
|
|
|
|
# Settings
|
|
include: ["_pages"]
|
|
permalink: /:title/
|
|
|
|
# Collections
|
|
collections:
|
|
profile:
|
|
output: true
|
|
permalink: /people/:path/
|
|
|
|
# Defaults
|
|
defaults:
|
|
# _posts
|
|
- scope:
|
|
path: ""
|
|
type: posts
|
|
values:
|
|
layout: post
|
|
permalink: /:year/:month/:slug/
|
|
avatar: /assets/images/avatar1.jpg
|
|
# _pages
|
|
- scope:
|
|
path: "_pages"
|
|
values:
|
|
layout: page
|
|
# _profile
|
|
- scope:
|
|
path: "_profile"
|
|
values:
|
|
layout: page
|
|
type: people
|
|
|
|
# Syntax
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
|
|
# Paginate
|
|
paginate: 10
|
|
|
|
# Plugins
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-sitemap
|
|
- jekyll-paginate
|
|
- jekyll-postcss
|
|
- jemoji
|
|
|
|
|
|
# Exclude development time dependencies
|
|
exclude: [
|
|
README.md,
|
|
Gemfile,
|
|
Gemfile.lock,
|
|
CONTRIBUTING.md,
|
|
CONTRIBUTORS.md,
|
|
package.json,
|
|
package-lock.json,
|
|
postcss.config.js,
|
|
tailwind.config.js,
|
|
assets/css/syntax.css
|
|
] |