Adjusted some links in the navigation; changed the permalinks for blog posts

This commit is contained in:
Gregory Ballantine 2021-08-19 22:36:04 -04:00
parent a4ef42777f
commit 6823f9c0c0
5 changed files with 11 additions and 4 deletions

View File

@ -6,6 +6,7 @@ description: >-
The Bit Goblin main website, a place for cool tech things.
baseurl: '/'
url: 'https://www.bitgoblin.tech'
permalink: '/:year/:month/:day/:title'
links:
bitgoblin_channel: 'https://youtube.com/BitGoblin'
ascendings_channel: 'https://www.youtube.com/channel/UCCWlMg8oP9pz4Zlu4iZjPFw'

View File

@ -18,10 +18,10 @@
<nav id="navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog">Blog Posts</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/sponsors">Sponsors</a></li>
<li><a href="{% link index.markdown %}">Home</a></li>
<li><a href="{% link blog.markdown %}">Blog Posts</a></li>
<li><a href="{% link support.markdown %}">Support</a></li>
<li><a href="{% link contact.markdown %}">Contact</a></li>
</ul>
</nav>

View File

@ -81,6 +81,7 @@ hr
.youtube-section
.video-card a
display: block
margin-bottom: 25px
padding: 15px 20px 0
border: 2px solid #bbb

5
src/support.markdown Normal file
View File

@ -0,0 +1,5 @@
---
layout: page
---
If you're looking to contact me for business inqueries, feel free to email me at [gballantine@bitgoblin.tech](mailto:gballantine@bitgoblin.tech).