cya later

master
Jay Moore/NQ4T 9 months ago
parent d54d6c0bd8
commit 438061a4d0

@ -4,10 +4,10 @@
header_pages:
- menu.md
- blog.md
# - blog.md
- pbx.md
- dev.md
- git.md
# - git.md
- about.md
footer: '<?php

@ -16,28 +16,7 @@ list:
</div>
<br>
We've ditched Wordpress and are now running Jekyll. Everything is now written in markdown and generated everytime I push a post to the repository. We're also still PHP because pickmy.org will never give up it's random lines of text. Take that "satic-site generator".<br>
#### ***Recent Posts:***
<ul>
{% for post in site.posts limit:3 %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a> in: <a href="/{{ post.categories }}">/{{ post.categories }}</a> on {{ post.date | date: "%d-%^b-%Y" }}
{% if post.excerpt == post.content %}
{{ post.content }}
{% else %}
<br>
{{ post.excerpt }} | <a href="{{ post.url }}">Read More...</a>
{% endif %}
</li><br>
{% endfor %}
</ul>
pickmy.org will be undergoing some changes and is currently closed. All content has been archived and may be included in a future update.
#### *Less Recent Posts:*
<ul>
{% for post in site.posts offset:3 limit:3 %}
<li>
<a href="/{{ post.categories }}">/{{ post.categories }}</a>: <a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a>
</li>
{% endfor %}
</ul>
-dewdude

Loading…
Cancel
Save