Move all page files in index to _pages to improve project structure

This commit is contained in:
Xevion
2022-04-11 15:57:50 -05:00
parent 293b3f286d
commit f0240cac13
7 changed files with 9 additions and 1 deletions

12
_pages/resume.html Normal file
View File

@@ -0,0 +1,12 @@
---
permalink: /resume
layout: default
_preview_description: This page is intended to redirect to my resume.
redirect_to: /resume.pdf
---
<div class="container">
<h1>Redirecting...</h1>
<p>This page is intended to redirect automatically - if you're reading this, something may have been gone.</p>
<a href="/resume.pdf">Speed up the redirecting process?</a>
</div>