mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 22:28:17 -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
|
title: MinimalBible
|
||||||
description: Describe your website here.
|
description: The site and blog of the MinimalBible project
|
||||||
disqus_shortname:
|
disqus_shortname:
|
||||||
#Your site's domain goes here. Leave localhost server or blank when working locally.
|
#Your site's domain goes here. Leave localhost server or blank when working locally.
|
||||||
url: http://localhost:4000
|
url: http://localhost:4000
|
||||||
|
|
||||||
# Owner/author information
|
# Owner/author information
|
||||||
owner:
|
owner:
|
||||||
name: Your Name
|
name: Bradlee Speice
|
||||||
avatar: avatar.jpg
|
avatar: avatar.jpg
|
||||||
bio: "Your bio goes here. It shouldn't be super long but a good two sentences or two should suffice."
|
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.
|
# Social networking links used in footer. Update and remove as you like.
|
||||||
twitter:
|
twitter:
|
||||||
facebook:
|
facebook:
|
||||||
@ -34,11 +34,13 @@ bing_verify:
|
|||||||
# Links to include in top navigation
|
# Links to include in top navigation
|
||||||
# For external links add external: true
|
# For external links add external: true
|
||||||
links:
|
links:
|
||||||
- title: Theme Setup
|
- title: Welcome
|
||||||
url: /theme-setup
|
url: /welcome
|
||||||
- title: External Link
|
# - title: Theme Setup
|
||||||
url: http://mademistakes.com
|
# url: /theme-setup
|
||||||
external: true
|
# - title: External Link
|
||||||
|
# url: http://mademistakes.com
|
||||||
|
# external: true
|
||||||
|
|
||||||
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
timezone: America/New_York
|
timezone: America/New_York
|
||||||
@ -67,4 +69,4 @@ kramdown:
|
|||||||
coderay_css: class
|
coderay_css: class
|
||||||
|
|
||||||
include: [".htaccess"]
|
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