mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-17 20:13:46 -06:00
Move all page files in index to _pages to improve project structure
This commit is contained in:
12
_pages/resume.html
Normal file
12
_pages/resume.html
Normal 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>
|
||||
Reference in New Issue
Block a user