Files
siphalor.de/_config.yml
2019-03-24 18:07:36 +07:00

73 lines
1.3 KiB
YAML

# Site settings
title: Leah Rutherford
projects: true # false to hide my work
description: >-
Turpis egestas integer eget aliquet nibh praesent tristique magna sit amet
purus gravida quis blandit turpis cursus in hac habitasse platea <a href="#">dictumst</a> quisque sagittis.
lang: en-US
timezone: Asia/Jakarta
icon: /favicon.ico
# User settings
author:
name: Leah Rutherford
username: piharpi
email: justharpi@gmail.com
avatar: /assets/img/avatar.png
# Url settings
url: https://piharpi.github.io/bangsring
baseurl: ""
permalink: /:title
google_analytics: UA-105586262-2
fb_appid: 1806380839422028
collections_dir: _posts
collections:
blog:
output: true
permalink: /blog/:title
tips:
output: true
permalink: /tips/:title
# Markdown settings
markdown: kramdown
syntax_highlighter: rouge
# Default front matter
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: post
image: /assets/img/piharpi.png
# Build settings
sass:
style: compressed
include:
- _redirects
- .htaccess
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- LICENSE
- CHANGELOG.md
- README.md
- node_modules
# jekyll-feed plugin settings
feed:
collections:
- blog
- tips
# Plugins
plugins:
- jekyll-feed
- jekyll-sass-converter
- jekyll-sitemap