diff --git a/content/blog/_index.md b/content/blog/_index.md index 85171d6..5a1d15d 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,7 +1,6 @@ --- title: Blog sort_by: date -paginate_by: 10 extra: inject_blog_posts: true --- @@ -9,5 +8,3 @@ extra: ## Blog posts I write about software, hardware, life, and school. ([RSS](/rss.xml)) - -
\ No newline at end of file diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..f644461 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,22 @@ +--- +title: Contact +description: Here is how you can reach me +--- + + +Want to get in touch? Feel free to send me an email at [mail@va3zza.com](mailto:mail@va3zza.com). If you'd prefer a more casual chat, message me on Discord at `ewpratten#9114`. + +## Me, elsewhere + +If you'd rather find me somewhere else, here's a list of platforms I am reasonably active on: + +- [LinkedIn](https://www.linkedin.com/in/ewpratten/) +- [GitHub](https://github.com/ewpratten) +- [Instagram](https://www.instagram.com/evanpratten/) +- [Twitter](https://twitter.com/ewpratten/) +- [QRZ](https://qrz.com/db/va3zza) +- [Spotify](https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5) +- [Apple Music](https://music.apple.com/us/artist/evan-pratten/1611566708) +- [YouTube](https://www.youtube.com/channel/UCrHT3Lt0Mg90bspbMHJfTcA") +- [AVRFreaks](https://www.avrfreaks.net/users/ewpratten) +- [Chief Delphi](https://www.chiefdelphi.com/u/ewpratten) \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index c1c1d8f..e7e6256 100644 --- a/templates/base.html +++ b/templates/base.html @@ -78,7 +78,8 @@

Home | Blog | - Hobbies + Contact + {# Hobbies #} {# WHOIS #} {# RFC #}

diff --git a/templates/section.html b/templates/section.html index 5097aa6..3918a3b 100644 --- a/templates/section.html +++ b/templates/section.html @@ -51,36 +51,28 @@ {# Blog posts #} {% if section.extra.inject_blog_posts %} -
- {% for page in paginator.pages %} - {% if not page.extra.hidden %} - -
-

{{page.date | date(format="%b %d, %Y")}}

-

{{page.title}}

- {% if page.extra.excerpt %} -

{{page.extra.excerpt}}

- {% endif %} -
-
-
- {% endif %} - {% endfor %} -
+ +

{{title_year}}

+ +

+ {% endif %} {# RFCs #} {% if section.extra.inject_rfcs %}