Initial commits and git hooks
Este cometimento está contido em:
43
landing.bryanroessler.com/_config.yml
Ficheiro normal
43
landing.bryanroessler.com/_config.yml
Ficheiro normal
@@ -0,0 +1,43 @@
|
||||
# Site settings
|
||||
title: Bryan Roessler's Homepage
|
||||
description: 'Landing site for all of my projects'
|
||||
url: 'https://bryanroessler.com'
|
||||
baseurl: '.'
|
||||
# google_analytics: 'UA-XXXXXX-X'
|
||||
# disqus_shortname: 'your-disqus-name'
|
||||
|
||||
author:
|
||||
name: 'Bryan Roessler'
|
||||
email: bryanroessler@gmail.com
|
||||
#twitter_username: joshgerdes
|
||||
#facebook_username: joshgerdes
|
||||
#github_username: joshgerdes
|
||||
linkedin_username: bryan-roessler-phd-47535a60
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ''
|
||||
type: 'posts'
|
||||
values:
|
||||
layout: 'post'
|
||||
|
||||
# Build settings
|
||||
destination: _site
|
||||
paginate: 10
|
||||
permalink: /:year/:title/
|
||||
markdown: kramdown
|
||||
highlighter: rouge
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
style: compressed
|
||||
|
||||
kramdown:
|
||||
# use Github Flavored Markdown
|
||||
input: GFM
|
||||
# do not replace newlines by <br>s
|
||||
hard_wrap: false
|
||||
|
||||
plugins: ['jekyll-paginate']
|
||||
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador