diff --git a/_config.yml b/_config.yml index 149f9e4..a161841 100644 --- a/_config.yml +++ b/_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"] \ No newline at end of file +exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] diff --git a/demo-page.md b/demo-page.md new file mode 100644 index 0000000..a0c6e94 --- /dev/null +++ b/demo-page.md @@ -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! +=========== diff --git a/welcome.md b/welcome.md new file mode 100644 index 0000000..704d956 --- /dev/null +++ b/welcome.md @@ -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!