2018-05-08 14:11:40 +00:00
|
|
|
# Site settings
|
2018-05-12 09:52:29 +00:00
|
|
|
title: Comunic
|
2018-05-08 14:24:28 +00:00
|
|
|
email: contact@communiquons.org
|
|
|
|
description: Website about Comunic.
|
2018-05-08 14:11:40 +00:00
|
|
|
|
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
|
2018-05-12 10:02:15 +00:00
|
|
|
url: "http://127.0.0.1:4000" # the base hostname & protocol for your site
|
2018-05-08 14:11:40 +00:00
|
|
|
|
2018-05-08 14:36:48 +00:00
|
|
|
#Comunic application URL
|
|
|
|
app_url: "http://devweb.local/comunic/v2/"
|
2018-05-08 14:11:40 +00:00
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
|
|
|
highlighter: rouge
|
|
|
|
permalink: pretty
|
|
|
|
paginate: 5
|
|
|
|
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
|
|
|
|
|
|
|
|
gems: [jekyll-paginate, jekyll-feed]
|
|
|
|
# Build settings
|