39 lines
917 B
YAML
39 lines
917 B
YAML
# Dependencies
|
|
markdown: redcarpet
|
|
redcarpet:
|
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
|
|
|
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
|
|
#- 'jekyll-related-posts'
|
|
- jekyll-feed
|
|
|
|
|
|
|