more enhancements

master
Jay 2 years ago
parent b017922b36
commit 4b799d2039

@ -0,0 +1,8 @@
---
layout: default
---
<h1>{{ page.title }}</h1>
<br>
{{ content }}
Posted on: {{ page.date | date: "%d-%^b-%Y" }}

@ -0,0 +1,8 @@
---
layout: default
---
<h1>{{ page.title }}</h1>
<br>
{{ content }}
Posted on: {{ page.date | date: "%d-%^b-%Y" }}

@ -5,17 +5,22 @@
* Style variables
*/
$base-font-family: 'Source Code Pro', monospace !default;
$base-font-size: 12.5px !default;
$base-font-size: 13px !default;
$mobile-font-size: 12px !default;
$base-line-height: 1.5 !default;
$container-width: 90% !default;
$container-max-width: 600px !default;
$container-max-width: 1000px !default;
/**
* Global
*/
body { background-color: var(--background-color); margin: 0 auto; padding: 0; font-family: $base-font-family; font-size: $base-font-size; color: var(--text-color); text-align: left; line-height: $base-line-height !important; }
h1, h2, h3, h4, h5, h6 { font-size: $base-font-size; margin: 0px; margin-top: 22px; font-weight: bold; color: var(--text-color); }
h1 { font-size: 26px; margin: 0px; margin-top: 22px; font-weight: bold; color: var(--text-color); }
h2 { font-size: 24px; margin: 0px; margin-top: 22px; font-weight: bold; color: var(--text-color); }
h3 { font-size: 22px; margin: 0px; margin-top: 22px; font-weight: bold; color: var(--text-color); }
h4 { font-size: 20px; margin: 0px; margin-top: 22px; font-weight: bold; color: var(--text-color); }
h5 { font-size: 18px; margin: 0px; margin-top: 22px; font-weight: bold; color: var(--text-color); }
h6 { font-size: 16px; margin: 0px; margin-top: 22px; font-weight: bold; color: var(--text-color); }
p, ul, ol { margin: 0px; color: var(--text-color); }
a { text-decoration: underline; color: var(--link-color); }
a:hover { color: var(--background-color); background-color: var(--base-color); }
@ -29,7 +34,7 @@ p { word-wrap: break-word; word-break: break-word; white-space: pre-wrap; marg
footer { color: var(--text-color); border-top: var(--border); margin: 20px auto 15px; padding-top: 10px; text-align: right; }
header { margin-top: 25px; margin-bottom: 10px; }
header p { text-align: left; margin: 0; }
footer { margin-bottom: 20px; }
footer { font-size: 10px; margin-bottom: 20px; }
/**
* Highlight/Markup
@ -46,7 +51,7 @@ footer { margin-bottom: 20px; }
/**
* Header/Navigation
*/
.menu { border-top: var(--border); border-bottom: var(--border); margin-bottom: 25px; }
.menu { border-top: var(--border); border-bottom: var(--border); font-size: 15px; font-weight: bold; margin-bottom: 25px; }
.menu ul { margin-top: 12px; margin-bottom: 12px; padding-left: 0px; list-style-type: none; text-align: right; }
.menu ul li { display: inline; margin-left: 10px; }
.menu ul li a { text-decoration: none; color: var(--text-color); }

@ -2,17 +2,5 @@
title: /blog
layout: default
permalink: /blog
list: bullet
---
# pickmy.org:~/blog$
This is a master list of blog posts written since the new site (24-AUG) or imported from the old data. At some point this may have additional organization or fancier output. You get what you get.
<ul>
{% for post in site.categories.blog %}
<li>
<a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a>
</li>
{% endfor %}
</ul>

@ -6,7 +6,7 @@ list: bullet
---
# pickmy.org:~/blog$
<br>
This is a master list of blog posts written since the new site (24-AUG) or imported from the old data. At some point this may have additional organization or fancier output. You get what you get.
<ul>

@ -2,17 +2,5 @@
title: /dev
layout: default
permalink: /dev
list: bullet
---
# pickmy.org:~/dev$
All documentation related development that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org).
<ul>
{% for post in site.categories.dev %}
{% if post.url %}
<li><a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a></li>
{% endif %}
{% endfor %}
</ul>

@ -6,7 +6,7 @@ list: bullet
---
# pickmy.org:~/dev$
<br>
All documentation related development that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org).
<ul>

@ -4,13 +4,13 @@ layout: default
permalink: /
list:
---
# Welcome to the new pickmy.org
# Welcome To The New pickmy.org
We've ditched Wordpress and are now running Jekyll. I tried Hugo but I couldn't get it to do what I wanted easily. I still had to make some consessions with this site, but nothing that I can't work around. Everything is now static generated everytime I push a post to the repository.
I will slowly work on getting the original content over to the new site. I will likely be archiving the old site in some fashion as well. I have everything exported to Jekyll, but I have a lot of manual editing and checking to do.
# ***Recent Posts:***
#### ***Recent Posts:***
<ul>
{% for post in site.posts limit:3 %}
<li>
@ -25,7 +25,7 @@ I will slowly work on getting the original content over to the new site. I will
{% endfor %}
</ul>
# *Less Recent Posts:*
#### *Less Recent Posts:*
<ul>
{% for post in site.posts offset:3 limit:3 %}

@ -2,17 +2,4 @@
title: /pbx
layout: default
permalink: /pbx
list: bullet
---
# pickmy.org:~/pbx$
All documentation related Asterisk that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org).
<ul>
{% for post in site.categories.pbx %}
{% if post.url %}
<li><a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a></li>
{% endif %}
{% endfor %}
</ul>

@ -6,7 +6,7 @@ list: bullet
---
# pickmy.org:~/pbx$
<br>
All documentation related Asterisk that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org).
<ul>

Loading…
Cancel
Save