mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 06:08:19 -05:00
Add initial information on the blog
This commit is contained in:
parent
e2f62f8762
commit
a60170091d
22
_config.yml
22
_config.yml
@ -1,15 +1,15 @@
|
||||
title: Site Title
|
||||
description: Describe your website here.
|
||||
title: MinimalBible
|
||||
description: The site and blog of the MinimalBible project
|
||||
disqus_shortname:
|
||||
#Your site's domain goes here. Leave localhost server or blank when working locally.
|
||||
url: http://localhost:4000
|
||||
|
||||
# Owner/author information
|
||||
owner:
|
||||
name: Your Name
|
||||
name: Bradlee Speice
|
||||
avatar: avatar.jpg
|
||||
bio: "Your bio goes here. It shouldn't be super long but a good two sentences or two should suffice."
|
||||
email: you@email.com
|
||||
email: bspeice.nc@gmail.com
|
||||
# Social networking links used in footer. Update and remove as you like.
|
||||
twitter:
|
||||
facebook:
|
||||
@ -34,11 +34,13 @@ bing_verify:
|
||||
# Links to include in top navigation
|
||||
# For external links add external: true
|
||||
links:
|
||||
- title: Theme Setup
|
||||
url: /theme-setup
|
||||
- title: External Link
|
||||
url: http://mademistakes.com
|
||||
external: true
|
||||
- title: Welcome
|
||||
url: /welcome
|
||||
# - title: Theme Setup
|
||||
# url: /theme-setup
|
||||
# - title: External Link
|
||||
# url: http://mademistakes.com
|
||||
# external: true
|
||||
|
||||
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
timezone: America/New_York
|
||||
@ -67,4 +69,4 @@ kramdown:
|
||||
coderay_css: class
|
||||
|
||||
include: [".htaccess"]
|
||||
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
|
||||
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
|
||||
|
15
demo-page.md
Normal file
15
demo-page.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /demo-page/
|
||||
title: "Demo Page"
|
||||
modified: 2014-04-23 23:38
|
||||
tags: [demonstration]
|
||||
image:
|
||||
feature:
|
||||
credit:
|
||||
creditlink:
|
||||
share:
|
||||
---
|
||||
|
||||
It's alive!
|
||||
===========
|
17
welcome.md
Normal file
17
welcome.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /welcome/
|
||||
title: "Welcome"
|
||||
modified: 2014-04-29 17:21
|
||||
tags: [introduction]
|
||||
image:
|
||||
feature:
|
||||
credit:
|
||||
creditlink:
|
||||
share:
|
||||
---
|
||||
|
||||
Welcome!
|
||||
========
|
||||
|
||||
There's not too much here right now, but check back in a bit once I can get everything up and running!
|
Loading…
Reference in New Issue
Block a user