mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 01:16:49 -06:00
Add preview descriptions and preview images where possible to posts & pages.
This commit is contained in:
1
404.html
1
404.html
@@ -1,6 +1,7 @@
|
||||
---
|
||||
permalink: /404.html
|
||||
layout: default
|
||||
_preview_description: The page you have requested no longer or has never existed.
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
|
||||
@@ -3,6 +3,7 @@ layout: default
|
||||
title: Jekyll, GitHub Pages, and Azabani
|
||||
date: 2020-12-04 13:16:22 -0600
|
||||
tags: jekyll github-pages
|
||||
_preview_description: This is my first time trying to create a proper blog, and my second time using GitHub pages. How did it turn out?
|
||||
---
|
||||
|
||||
This is my first time trying to create a proper blog, and my second time using GitHub pages, [the first][github-pages-resume] less than 2 weeks earlier.
|
||||
|
||||
@@ -3,6 +3,8 @@ layout: default
|
||||
title: Project Facelift, New and Old
|
||||
date: 2021-02-25 16:41:41 -0600
|
||||
tags: projects photography update
|
||||
_preview_image: https://raw.githubusercontent.com/Xevion/Paths/master/.media/banner.png
|
||||
_preview_description: Through December, I decided to make heavy visual changes to many of my biggest projects, creating custom banners, of which I am quite proud...
|
||||
---
|
||||
|
||||
Through December, I decided to make heavy visual changes to many of my biggest projects, creating custom banners, of which I am quite proud...
|
||||
|
||||
1
about.md
1
about.md
@@ -4,6 +4,7 @@ title: About
|
||||
photo: /assets/img/photography/about.jpg
|
||||
wide: true
|
||||
permalink: /about/
|
||||
_preview_description: My name is Ryan Walters and this is my website.
|
||||
---
|
||||
|
||||
My name is **Ryan Walters** and this is my website. As the domain shows, my online handle is **Xevion**.
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
---
|
||||
layout: posts
|
||||
tag: home
|
||||
_preview_description: Xevion.dev is my personal website where I keep a portfolio of projects, put posts that interest me,
|
||||
and generally a playground for anything that doesn't fit anywhere else.
|
||||
---
|
||||
|
||||
@@ -19,6 +19,7 @@ photos:
|
||||
- photography/opt/13
|
||||
- photography/opt/14
|
||||
- photography/opt/15
|
||||
_preview_description: Although I am a Software Engineer at my core, I also do photography. Take a look at some of my best work from 2019 to 2021.
|
||||
---
|
||||
<br>
|
||||
From a young age I accepted that I was a technically inclined person and art was not in my blood...
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
layout: default
|
||||
title: Projects
|
||||
permalink: /projects/
|
||||
_preview_description: A list of the most developed projects I've made in recent time.
|
||||
---
|
||||
|
||||
Here you can find a list of my most developed projects I've made in recent time.
|
||||
|
||||
Reference in New Issue
Block a user