Skip to content

Commit

Permalink
add linktree, link to tags and uses from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Aug 4, 2022
1 parent 7809a19 commit 0307662
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _data/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ ow: https://labs.oliverwyman.com
# social
github: https://github.com/ConorSheehan1
linkedin: https://www.linkedin.com/in/conor-s-403358106
stackoverflow: https://stackoverflow.com/users/6305204/con?tab=profile
stackoverflow: https://stackoverflow.com/users/6305204/con?tab=profile
linktree: https://linktr.ee/ConorSheehan1
1 change: 1 addition & 0 deletions _layouts/category_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<h2 id="{{ category[0] | slugify }}"> {{ category[0] | capitalize }} </h2>
<ul>
{% for post in category[1] %}
<!-- TODO: only show tags if post has tags? -->
<li><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date_to_string }} | Tags: {{ post | tags }})</li>
{% endfor %}
</ul>
Expand Down
5 changes: 5 additions & 0 deletions _posts/2022-01-06-dev.to.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ categories: blog
I've started blogging over at [https://dev.to/conorsheehan1](https://dev.to/conorsheehan1).
I guess this site could be considered a blog, but I like a lot of the features dev has and wanted to post there too.
I'll still document my projects here, but general blog posts will be on [dev.to](https://dev.to/conorsheehan1) too.

Edit from the future: I've also started posting at [https://conorsheehan1.hashnode.dev](https://conorsheehan1.hashnode.dev).
All posts can be found here, but there may be conversations on the other sites.

I followed [this great post](https://dev.to/aussieguy/add-rss-to-github-pages-and-link-it-to-dev-to-16mo) to set up a RSS feed so a subset of the posts I make here with a specific tag are push out to dev.to and hashnode as well.
8 changes: 6 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ layout: default

# What I'm interested in

* Python
* [Python]({{ '/tag/python' | absolute_url }})
* Ruby
* JavaScript
* [JavaScript]({{ '/tag/javascript' | absolute_url }})
* Data Science
* Web Development

### Other Stuff
* [Stuff I use](./uses)
* [Find me on the internet (linktree)]({{site.data.links.linktree}})
2 changes: 1 addition & 1 deletion uses.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Terminal
* [iterm2](https://iterm2.com)
* gnome-terminal
* [gnome-terminal](https://help.gnome.org/users/gnome-terminal/stable/)

### Other
* window manager: [rectangle](https://rectangleapp.com)
Expand Down

0 comments on commit 0307662

Please sign in to comment.