Skip to content

Commit

Permalink
Merge pull request #10: Big blog.pmcvtm.com Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcvtm committed Apr 20, 2024
2 parents de01412 + c9c140f commit f36a3e9
Show file tree
Hide file tree
Showing 41 changed files with 220 additions and 494 deletions.
4 changes: 3 additions & 1 deletion 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ icon: fa-map-signs

Whatever you're looking for, it isn't here.

Check the URL, or, if it's my fault, [tweet angrily at me](https://twitter.com/{{site.author.twitter}}) or better yet, [file an issue](https://github.com/loud-and-abrasive/loud-and-abrasive.github.io/issues) on this website's repository.
Check the URL, or, if it's my fault, [tweet angrily at me](https://twitter.com/{{site.author.twitter}}) or better yet, [file an issue](https://github.com/pmcvtm/blog.pmcvtm.com/issues) on this website's repository.

Additionally, if you were looking for something about **art** or **music**, you may have better luck at [loudandabrasive.com](https://loudandabrasive.com).

_Use the button below or the links above to return to some place more real._

Expand Down
29 changes: 12 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: "Loud & Abrasive: Patrick McVeety-Mill"
email: p.mcvtm@protonmail.com
organization: "Loud & Abrasive & Co."
title: "BLOG.PMCVTM · Patrick McVeety-Mill"
email: pmcvtm@duck.com
organization: "Patrick McVeety-Mill"
description: > # this means to ignore newlines until "baseurl:"
Patrick McVeety-Mill's blog and portfolio: Loud & Abrasive.
Featuring guides, art samples, and thoughts and commentaries on development and the world around us.
Patrick McVeety-Mill's blog,
featuring guides and musings on technology, travel, and the world around us
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://loudandabrasive.com"
url: "https://blog.pmcvtm.com"
permalink: ":title"
excerpt_separator: <!--more-->
pagination:
Expand All @@ -33,8 +33,8 @@ pagination:
#nav
header_pages:
- tech.md
- life.md
- arts.md
- travel.md
- musings.md
- about.md

defaults:
Expand All @@ -45,24 +45,19 @@ defaults:
image: /assets/default-card-image.jpg

#seo
logo: /assets/loudandalogo.png
logo: /assets/pmcvtm-logo.png
author:
name: Patrick McVeety-Mill
twitter: loudandabrasive
twitter: pmcvtm
github: pmcvtm
social:
name: Patrick McVeety-Mill
links:
- https://twitter.com/loudandabrasive
- https://linkedin.com/in/pmcvtm
- https://github.com/pmcvtm
- https://bandcamp.com/loudandabrasive
- https://letterboxd.com/loudandabrasive/
- https://untappd.com/user/loudandabrasive
- https://goodreads.com/loudandabrasive/
- https://instagram.com/loudandabrasive
- https://twitter.com/pmcvtm
twitter:
username: loudandabrasive
username: pmcvtm

sitemap:
filename: "/sitemap.xml"
Expand Down
36 changes: 0 additions & 36 deletions _data/bio_links.yml

This file was deleted.

41 changes: 0 additions & 41 deletions _data/card_links.yml

This file was deleted.

72 changes: 32 additions & 40 deletions _data/social_links.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,39 @@
- text: Add to Contacts
url: /assets/Patrick_McVeety-Mill.vcf
icon: 'fas fa-address-book'
footer: false
card: true
linkinbio: false

- name: Twitter
urlPart: twitter.com
icon: fa-twitter
color: vermilion
show: true
url: https://twitter.com/pmcvtm
text: Follow on Twitter
icon: 'fab fa-twitter'
footer: true
card: true
linkinbio: true

- name: LinkedIn
urlPart: linkedin.com
icon: fa-linkedin-in
color: orange
show: true
url: https://linkedin.com/in/pmcvtm
text: Connect on LinkedIn
icon: 'fab fa-linkedin-in'
footer: true
card: true
linkinbio: true

- name: Github
urlPart: github.com
icon: fa-github
color: citron
show: true

- name: Bandcamp
urlPart: bandcamp.com
icon: fa-bandcamp
color: teal
show: true

- name: Letterboxd
urlPart: letterboxd.com
icon: fa-pied-piper
color: charcoal
show: true

- name: Untappd
urlPart: untappd.com
icon: fa-untappd
color: vermilion
show: true
text: Star me on Github
url: https://github.com/pmcvtm
icon: 'fab fa-github'
footer: true
card: true
linkinbio: true

- name: Goodreads
urlPart: goodreads.com
icon: fa-goodreads-g
color: orange
show: true
- name: Blog
text: Read my Blog
url: https://blog.pmcvtm.com
icon: 'fas fa-blog'
footer: false
card: true
linkinbio: true

- name: Instagram
urlPart: instagram.com
icon: fa-instagram
color: citron
show: true
7 changes: 3 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<footer class="site-footer">
<span class="copy">&copy; {{ site.time | date: "%Y" }} {{ site.organization }}</span>
<ul class="social-links">
{% for link in site.social.links %}
{% assign social = site.data.social_links | where_exp:"social", "link contains social.urlPart" | first %}
{% if social.show == true %}
<li><a href="{{link}}" title="{{social.name}}" target="_blank"><i class="fab {{social.icon}} hover-{{social.color}}"></i></a></li>
{% for link in site.data.social_links %}
{% if link.footer == true %}
<li><a href="{{link.url}}" title="{{link.name}}" target="_blank"><i class="{{link.icon}}"></i></a></li>
{% endif %}
{% endfor %}
<li><a class="rss" title="Subscribe" target="_blank" href="{{ "/feed.xml" | relative_url }}"><i class="fas fa-rss"></i></a></li>
Expand Down
6 changes: 4 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<div class="title-container">
<span class="subtitle">Patrick McVeety-Mill:</span>
<h1 class="title">
<a href="{{ "/" | relative_url }}">Loud &amp; Abrasive</a>
<img src="{{ "assets/glasses.png" | relative_url }}" />
<a href="{{ "/" | relative_url }}">PMCVTM</a>
</h1>
<span class="subtitle">Patrick McVeety-Mill:</span>
<span class="motto">Positive Spirits &amp; Helpful Shouting</span>
</div>

<nav>
Expand Down
23 changes: 0 additions & 23 deletions _layouts/card.html

This file was deleted.

20 changes: 20 additions & 0 deletions _layouts/long-links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
<head>
{% include head.html %}

{% seo title=false %}
</head>
<body>

<main class="long-links">
<header>
<h1 class="title">PMCVTM</a></h1>
<span class="subtitle">Patrick McVeety-Mill</span>
</header>
<div>
{{ content }}
</div>
</main>
</body>
</html>
8 changes: 4 additions & 4 deletions _posts/2013-01-19-welcome-to-the-internet.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ A while back I prefered the CMS style, so I gave [the Ghost](https://ghost.org/)

**Update Feb. 2017: I'm back to Github pages.**

By tuning in to Loud &amp; Abrasive, you can expect some very cool stuff:
By tuning in to PMCVTM, you can expect some very cool stuff:

* Technical blog posts of all shapes and sizes
* Weird art I make
* ~~Weird art I make~~ find art at [loudandabrasive.com](https://loudandabrasive.com)
* Updates and retrospectives of personal projects
* A link to [homestarrunner.com](http://www.homestarrunner.com)


Take a click around, if you find something broken, missing, or otherwise improvable please let me know by emailing me at <pmcvtm@hey.com>, tweeting at me [@loudandabrasive](http://twitter.com/loudandabrasive), or by leaving a comment below. I'm particularly curious how it ends up looking on the mobiles.
Take a click around, if you find something broken, missing, or otherwise improvable please let me know by emailing me at <pmcvtm@duck.com>, tweeting at me [@pmcvtm](http://twitter.com/pmcvtm), or by leaving a comment below. I'm particularly curious how it ends up looking on the mobiles.

![Sleezy Guy Giving Thumbs Up](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.istockphoto.com%2Fphotos%2Fsleazy-guy-two-thumbs-up-picture-id105816019%3Fs%3D170667a&f=1&nofb=1)
![Sleezy Guy Giving Thumbs Up](https://png.pngtree.com/png-vector/20230910/ourmid/pngtree-sleazy-guy-two-thumbs-up-portrait-png-image_9231596.png)
<div style="text-align:center;"> *This is not a photo of me </div>

See you soon,
Expand Down
19 changes: 0 additions & 19 deletions _posts/2013-06-15-giant-squid.md

This file was deleted.

17 changes: 0 additions & 17 deletions _posts/2014-02-18-blue-jay.md

This file was deleted.

17 changes: 0 additions & 17 deletions _posts/2014-07-12-el-prototipo.md

This file was deleted.

Loading

0 comments on commit f36a3e9

Please sign in to comment.