146 lines
4.1 KiB
YAML
146 lines
4.1 KiB
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 edit after that. If you find
|
|
# yourself editing this file very often, consider using Jekyll's data files
|
|
# feature for the data you need to update frequently.
|
|
#
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
# 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: 'Momangen'
|
|
email: info@momangen.se
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://www.momangen.se" # the base hostname & protocol for your site, e.g. http://example.com
|
|
# instagram_username: 'sethybwoy'
|
|
|
|
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
|
|
logo: /siteicon.png
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
Södermalms bäst bevarade hemlighet
|
|
author:
|
|
name: Föreningen Momangen
|
|
email: info@momangen.se
|
|
twitter: # twitter username without the @ symbol
|
|
#social:
|
|
# name: Momangen
|
|
# links:
|
|
# - https://www.instagram.com/sethybwoy/
|
|
# - http://www.twitter.com/heptazoid
|
|
# - https://www.linkedin.com/in/set-hallstrom/
|
|
lang: sv_SE
|
|
|
|
# Build settings
|
|
plugins:
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|
|
- jekyll-feed
|
|
|
|
# Plugin settings:
|
|
|
|
# Site Variables:
|
|
|
|
# # collection
|
|
# collections:
|
|
# tjanster:
|
|
# output: "true"
|
|
# permalink: "/tjaenster/:name/"
|
|
# cuttlefishes:
|
|
# output: "false"
|
|
# _hide_content: "true"
|
|
# _singular_name: "vi"
|
|
# _plural_name: "vi"
|
|
|
|
# # defaults
|
|
|
|
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "color_chart.txt", Gemfile, Gemfile.lock]
|
|
permalink: /:categories/:year/:month/:day/:title/
|
|
|
|
timezone: Europe/Stockholm
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: "*.pdf"
|
|
values:
|
|
sitemap: false
|
|
# - scope:
|
|
# path: ""
|
|
# type: "pages"
|
|
# values:
|
|
# layout: "default"
|
|
# _options:
|
|
# image:
|
|
# uploads_dir: "images"
|
|
# width: "1280"
|
|
# height: "720"
|
|
# mime_type: "image/jpeg"
|
|
# resize_style: "contain"
|
|
# hero_image:
|
|
# uplaods_dir: "images"
|
|
# width: 1280
|
|
# height: 720
|
|
# mime_type: "image/jpeg"
|
|
# resize_style: "cover"
|
|
# content:
|
|
# width: "1280"
|
|
# height: "720"
|
|
# uploads_dir: "images"
|
|
# mime_type: "image/jpeg"
|
|
# resize_style: "contain"
|
|
# - scope:
|
|
# path: ""
|
|
# type: "tjanster"
|
|
# values:
|
|
# layout: "tjaenster"
|
|
# image:
|
|
# uploads_dir: "images/tjaenster"
|
|
# width: "1024"
|
|
# height: "340"
|
|
# resize_style: "cover"
|
|
# mime_type: "image/jpeg"
|
|
# content:
|
|
# uploads_dir: "images/tjaenster"
|
|
# width: "1024"
|
|
# height: "340"
|
|
# resize_style: "cover"
|
|
# mime_type: "image/jpeg"
|
|
# - scope:
|
|
# path: ""
|
|
# type: "posts"
|
|
# values:
|
|
# layout: "tjaenster"
|
|
# permalink: /:year/:month/:day/:title/
|
|
# _options:
|
|
# image:
|
|
# uploads_dir: "images/tjaenster"
|
|
# width: "1280"
|
|
# height: "550"
|
|
# resize_style: "cover"
|
|
# mime_type: "image/jpeg"
|
|
# content:
|
|
# uploads_dir: "images/tjaenster"
|
|
# width: "1280"
|
|
# height: "550"
|
|
# resize_style: "cover"
|
|
# mime_type: "image/jpeg"
|
|
# - scope:
|
|
# path: ""
|
|
# type: "cuttlefishes"
|
|
# values:
|
|
# _options:
|
|
# image:
|
|
# uploads_dir: "images"
|
|
# width: "120"
|
|
# height: "120"
|
|
# resize_style: "cover"
|
|
# content:
|
|
# uploads_dir: "images"
|
|
# width: "120"
|
|
# height: "120"
|
|
# resize_style: "cover"
|