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

62 lines
1.2 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:
posts:
output: true
# 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/avatar.png
# Build settings
sass:
style: compressed
include:
- _redirects
- .htaccess
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- LICENSE
- CHANGELOG.md
- README.md
- node_modules
# Plugins
plugins:
- jekyll-feed
- jekyll-sass-converter
- jekyll-sitemap