Add page defaults
This commit is contained in:
parent
c79f82fbb5
commit
1f197aec6f
10 changed files with 21 additions and 34 deletions
1
404.html
1
404.html
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: 404 Error - Page Not Found
|
title: 404 Error - Page Not Found
|
||||||
imageUrl: ../img/404.jpg
|
imageUrl: ../img/404.jpg
|
||||||
blurImageUrl: ../img/404_blur.jpg
|
blurImageUrl: ../img/404_blur.jpg
|
||||||
|
|
1
AI.html
1
AI.html
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Artificial Insemination Services
|
title: Artificial Insemination Services
|
||||||
imageUrl: ../img/Ai-calf.jpg
|
imageUrl: ../img/Ai-calf.jpg
|
||||||
blurImageUrl: ../img/Ai-calf_blur.jpg
|
blurImageUrl: ../img/Ai-calf_blur.jpg
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Academic Achievements
|
title: Academic Achievements
|
||||||
imageUrl: ../img/library.jpg
|
imageUrl: ../img/library.jpg
|
||||||
blurImageUrl: ../img/library_blur.jpg
|
blurImageUrl: ../img/library_blur.jpg
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Contact Me
|
title: Contact Me
|
||||||
imageUrl: ../img/venice-mailbox.jpg
|
imageUrl: ../img/venice-mailbox.jpg
|
||||||
blurImageUrl: ../img/venice-mailbox_blur.jpg
|
blurImageUrl: ../img/venice-mailbox_blur.jpg
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Keep EPDs Real
|
title: Keep EPDs Real
|
||||||
imageUrl: ../img/cannulated-cows.jpg
|
imageUrl: ../img/cannulated-cows.jpg
|
||||||
blurImageUrl: ../img/cannulated-cows_blur.jpg
|
blurImageUrl: ../img/cannulated-cows_blur.jpg
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Videos
|
title: Videos
|
||||||
imageUrl: ../img/camera.jpg
|
imageUrl: ../img/camera.jpg
|
||||||
blurImageUrl: ../img/camera_blur.jpg
|
blurImageUrl: ../img/camera_blur.jpg
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: My Websites
|
title: My Websites
|
||||||
imageUrl: ../img/eclipse.jpg
|
imageUrl: ../img/eclipse.jpg
|
||||||
blurImageUrl: ../img/eclipse_blur.jpg
|
blurImageUrl: ../img/eclipse_blur.jpg
|
||||||
|
|
29
_config.yml
29
_config.yml
|
@ -13,16 +13,16 @@
|
||||||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
# 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
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
title: Your awesome title
|
title: Milliron X
|
||||||
email: your-email@example.com
|
email: ""
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
Write an awesome description for your new site here. You can edit this
|
Thomas A. Christensen II's personal website and portfolio. It details
|
||||||
line in _config.yml. It will appear in your document head meta (for
|
my work in academia as a Chemical Engineer, as a ranch kid in Wyoming,
|
||||||
Google search results) and in your feed.xml site description.
|
and as filmmaker.
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://millironx.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
twitter_username: jekyllrb
|
twitter_username: ""
|
||||||
github_username: jekyll
|
github_username: millironx
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
@ -41,3 +41,16 @@ plugins:
|
||||||
# - vendor/cache/
|
# - vendor/cache/
|
||||||
# - vendor/gems/
|
# - vendor/gems/
|
||||||
# - vendor/ruby/
|
# - 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
|
||||||
|
-
|
18
about.md
18
about.md
|
@ -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
|
title: Home
|
||||||
imageUrl: ../img/saddles.jpg
|
imageUrl: ../img/saddles.jpg
|
||||||
blurImageUrl: ../img/saddles_blur.jpg
|
blurImageUrl: ../img/saddles_blur.jpg
|
||||||
|
|
Loading…
Reference in a new issue