1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

Adding local config file for testing purposes

This commit is contained in:
Guido Cossu
2016-10-31 10:01:30 +00:00
parent 416bd9a874
commit a170855d84
5 changed files with 285 additions and 43 deletions

View File

@ -11,8 +11,8 @@ title : "GRID"
title_separator : "|"
name : "Our team"
description : "Data parallel C++ mathematical object library."
url : "https://paboyle.github.io/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
url : 'https://paboyle.github.io' # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : '/Grid' # the subpath of your site, e.g. "/blog"
repository : "paboyle/Grid"
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
# breadcrumbs : false # true, false (default)
@ -144,7 +144,7 @@ markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Conversion
markdown: kramdown
highlighter: rouge
highlighter: pygments
lsi: false
excerpt_separator: "\n\n"
incremental: false