27 lines
571 B
YAML
27 lines
571 B
YAML
# Setup
|
|
title: Bionic Beanie
|
|
tagline: 'Blog'
|
|
description: 'I would expect that I write about video games, music, chess and tech for the most part'
|
|
url: https://blog.bionicbeanie.me
|
|
baseurl: ''
|
|
paginate: 5
|
|
permalink: pretty
|
|
|
|
# About/contact
|
|
author:
|
|
name: Surya
|
|
email: n.suryap@gmail.com
|
|
|
|
# Gems
|
|
plugins:
|
|
- jekyll-paginate
|
|
- jemoji
|
|
|
|
# Serving
|
|
host: blog.bionicbeanie.me
|
|
port: 4000
|
|
|
|
# Custom vars
|
|
version: 1.1.0
|
|
google_analytics_id: G-P48SVB77Y0
|