Add page defaults

pull/2/head
parent c79f82fbb5
commit 1f197aec6f

@ -1,5 +1,4 @@
---
layout: default
title: 404 Error - Page Not Found
imageUrl: ../img/404.jpg
blurImageUrl: ../img/404_blur.jpg

@ -1,5 +1,4 @@
---
layout: default
title: Artificial Insemination Services
imageUrl: ../img/Ai-calf.jpg
blurImageUrl: ../img/Ai-calf_blur.jpg

@ -1,5 +1,4 @@
---
layout: default
title: Academic Achievements
imageUrl: ../img/library.jpg
blurImageUrl: ../img/library_blur.jpg

@ -1,5 +1,4 @@
---
layout: default
title: Contact Me
imageUrl: ../img/venice-mailbox.jpg
blurImageUrl: ../img/venice-mailbox_blur.jpg

@ -1,5 +1,4 @@
---
layout: default
title: Keep EPDs Real
imageUrl: ../img/cannulated-cows.jpg
blurImageUrl: ../img/cannulated-cows_blur.jpg

@ -1,5 +1,4 @@
---
layout: default
title: Videos
imageUrl: ../img/camera.jpg
blurImageUrl: ../img/camera_blur.jpg

@ -1,5 +1,4 @@
---
layout: default
title: My Websites
imageUrl: ../img/eclipse.jpg
blurImageUrl: ../img/eclipse_blur.jpg

@ -13,16 +13,16 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@example.com
title: Milliron X
email: ""
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
Thomas A. Christensen II's personal website and portfolio. It details
my work in academia as a Chemical Engineer, as a ranch kid in Wyoming,
and as filmmaker.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
url: "https://millironx.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: ""
github_username: millironx
# Build settings
markdown: kramdown
@ -41,3 +41,16 @@ plugins:
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
title: Milliron X
imageUrl: ../img/saddles.jpg
blurImageUrl: ../img/saddles_blur.jpg
motto: Milliron X
-

@ -1,18 +0,0 @@
---
layout: page
title: About
permalink: /about/
---
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
You can find the source code for Minima at GitHub:
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)
You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)
[jekyll-organization]: https://github.com/jekyll

@ -1,5 +1,4 @@
---
layout: default
title: Home
imageUrl: ../img/saddles.jpg
blurImageUrl: ../img/saddles_blur.jpg

Loading…
Cancel
Save