27 lines
515 B
YAML
27 lines
515 B
YAML
# Setup
|
|
title: The Neophyte
|
|
tagline: 'Blog'
|
|
description: 'Article subjects all over the place, for fellow neophytes!'
|
|
url: https://blog.neophyte.me
|
|
baseurl: ''
|
|
paginate: 5
|
|
permalink: pretty
|
|
|
|
# About/contact
|
|
author:
|
|
name: Surya
|
|
email: n.suryap@gmail.com
|
|
|
|
# Gems
|
|
plugins:
|
|
- jekyll-paginate
|
|
- jemoji
|
|
- jekyll-feed
|
|
|
|
# Serving
|
|
host: blog.neophyte.me
|
|
port: 4000
|
|
|
|
# Custom vars
|
|
version: 1.1.0
|