41 lines
826 B
YAML
41 lines
826 B
YAML
# Site settings
|
|
title: Ang Tagalog diary ni Marvin 🇵🇭
|
|
description: "My diary regarding my learning of Tagalog."
|
|
url: "https://tagalog.marvinjohanning.de"
|
|
|
|
# Google Analytics
|
|
google_analytics: UA—XXXXXXXX-X
|
|
|
|
# Author
|
|
author:
|
|
name: Marvin Johanning
|
|
url: https://marvinjohanning.de
|
|
email: info@marvinjohanning.de
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
include:
|
|
- _pages
|
|
|
|
# Assets
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed
|
|
|
|
# Gems
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-paginate
|
|
- jekyll-seo-tag
|
|
# - jemoji #Uncomment this to allow emoji in your post
|
|
|
|
# Permalinks
|
|
permalink: /:year-:month-:day/:title
|
|
paginate: 10
|
|
|
|
# Excludes
|
|
exclude: [ Gemfile, Gemfile.lock, tale.gemspec ]
|
|
|
|
# Disqus (Set to your disqus id)
|
|
disqus: jekyll-tale
|