35 lines
760 B
YAML
35 lines
760 B
YAML
|
# Dependencies
|
||
|
markdown: redcarpet
|
||
|
highlighter: rouge
|
||
|
|
||
|
# Permalinks
|
||
|
permalink: pretty
|
||
|
|
||
|
# Setup
|
||
|
title: Caught in the Net
|
||
|
tagline: 'La rete ti cattura ma libera il pensiero'
|
||
|
#description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a prominent sidebar with uncomplicated content. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
|
||
|
url: francescomecca.eu
|
||
|
baseurl: /
|
||
|
|
||
|
author:
|
||
|
name: 'Francesco Mecca'
|
||
|
email: me@francescomecca.eu
|
||
|
|
||
|
paginate: 5
|
||
|
|
||
|
# Custom vars
|
||
|
#version: 2.1.0
|
||
|
|
||
|
github:
|
||
|
repo: https://github.com/poole/hyde
|
||
|
|
||
|
|
||
|
gems:
|
||
|
- jekyll-paginate
|
||
|
- jekyll-gist
|
||
|
- rouge
|
||
|
|
||
|
|
||
|
|