Skip to content

Commit

Permalink
Some more configuration and updates to get things going with mmistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Mar 6, 2020
1 parent 2a30c65 commit d70bf49
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 43 deletions.
10 changes: 9 additions & 1 deletion _config.yml
Expand Up @@ -8,7 +8,7 @@ plugins:
theme: minimal-mistakes-jekyll
masthead_title: Mathias Meyer
minimal_mistakes_skin: dirt
title: Mathias meyer
title: Mathias Meyer
atom_feed: /feed.xml
search: false
twitter:
Expand All @@ -17,6 +17,12 @@ twitter:
author:
name: "Mathias Meyer"
location: "Berlin, Germany"
email: "meyer@paperplanes.de"
avatar: /images/mathias_meyer_square.jpg
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/roidrage"

footer:
links:
Expand All @@ -36,3 +42,5 @@ defaults:
author_profile: true
read_time: true
related: true

locale: en-US
@@ -1,9 +1,8 @@
---
title: "Dear Founder: Things To Consider When Building a Remote Team"
date: 2020-02-28T14:58:21+01:00
author: Mathias Meyer
layout: single
topics: remote startups
tags: remote startups
---

Every now and then a fellow founder approaches me looking for advice. The topics range from pricing, positioning products, to building and growing teams. Or in this case, they are questions about what to consider when you’re looking to go remote.
Expand Down
1 change: 0 additions & 1 deletion coaching.md
@@ -1,5 +1,4 @@
---
title: "Leadership Coaching"
layout: single
permalink: /leadership-coaching/
---
Expand Down
38 changes: 1 addition & 37 deletions index.html
@@ -1,41 +1,5 @@
---
layout: home
hide_twitter_card: true
title: "Hi!"
---
<div id="articles">
{% for post in paginator.posts limit:3 %}
<article>
<div class="item">
<div class="item_details">
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<h4><a href="{{ post.url }}" title="{{ post.title }}">{{ post.date | date_to_long_string }}</a> by <a href="http://twitter.com/roidrage">Mathias Meyer</a></h4>
</div>
<div class="item_content">
{{ post.content }}
</div>
<div class="item_meta">
<span class="item_tags">
Tags:
{% assign tags = post.topics | split: " " %}
{% for tag in tags %}
<a href="/tags/{{ tag }}.html" title="View posts tagged with &quot;{{ tag }}&quot;">{{ tag }}</a>{% if forloop.last != true %}, {% endif %}
{% endfor %}
</span>
</div>
</div>
</article>
{% endfor %}
</div>

<div class="pagination">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a href="/" class="previous">Newer Posts</a>
{% else %}
<a href="/page{{ paginator.previous_page }}" class="previous">Newer Posts</a>
{% endif %}
{% endif %}
{% if paginator.next_page %}
<a href="/page{{ paginator.next_page }}" class="next">Older Posts</a>
{% endif %}
</div>
4 changes: 2 additions & 2 deletions subscribe.md
@@ -1,10 +1,10 @@
---
layout: page
layout: single
permalink: /subscribe/
title: Subscribe to Stay Up-to-date
---
<div style="width:640px; margin: auto">
If you'd like to stay up-to-date on when I'm shipping new posts, sign up below. On that list I'm also sharing irregular musings on books and articles I'm reading and how they apply to modern organisations, leadership, management, and people.

<form style="padding:3px;text-align:center;" action="https://tinyletter.com/paperplanes-musings" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/paperplanes-musings', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input type="submit" value="Subscribe" /><p><a href="https://tinyletter.com" target="_blank">powered by TinyLetter</a></p></form>
</span>
</span>

0 comments on commit d70bf49

Please sign in to comment.