17 lines
293 B
YAML
17 lines
293 B
YAML
# Setup
|
|
title: Project or Site name
|
|
tagline: A responsive theme for your project on GitHub Pages
|
|
baseurl: ""
|
|
paginate: 1
|
|
|
|
# About/contact
|
|
author:
|
|
name: Author name
|
|
url: http://yourhomepage.com
|
|
|
|
# Gems
|
|
gems:
|
|
- jekyll-paginate
|
|
|
|
#Others
|
|
markdown: kramdown |