From bc0397023eb9d772ee519d7515871cdafed017a8 Mon Sep 17 00:00:00 2001 From: Nate B Date: Tue, 17 Nov 2020 23:43:06 -0700 Subject: [PATCH] 11-17-20_23:43:06 --- _data/navigation.yml | 2 +- _layouts/post.html | 2 +- _layouts/simple.html | 40 ++++++++++++++++++++++++++++++++++ _sass/_default_colors.scss | 17 +++++++++++++++ _sass/jekyll-theme-hacker.scss | 21 ++++++++++++------ index.html | 2 +- simple.html | 30 +++++++++++++++++++++++++ 7 files changed, 104 insertions(+), 10 deletions(-) create mode 100644 _layouts/simple.html create mode 100644 _sass/_default_colors.scss create mode 100644 simple.html diff --git a/_data/navigation.yml b/_data/navigation.yml index f9000cc..84f1964 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -9,4 +9,4 @@ img: nextCloud-logo.svg - name: Report an Outage link: mailto:status@astragroup.info?Subject=Unreported%20Outage - img: wrench.svg + img: error.svg diff --git a/_layouts/post.html b/_layouts/post.html index df27532..8c0463b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@ layout: default {% assign authorData = site.data.authors[site.author] %}
- {{ page.author }}'s profile picture. + {{ site.author }}'s profile picture.
{{ site.author }}

{{ authorData.bio }}

{% for social in authorData.socials %} diff --git a/_layouts/simple.html b/_layouts/simple.html new file mode 100644 index 0000000..0fd53fe --- /dev/null +++ b/_layouts/simple.html @@ -0,0 +1,40 @@ + + + + + + + + + + + {% seo %} + + +
+
+ +

{{ site.title | default: site.github.repository_name }}

+
+

{{ site.description | default: site.github.project_tagline }}

+
+
+
+
+ {{ content }} +
+
+ + {% if site.google_analytics %} + + {% endif %} + + diff --git a/_sass/_default_colors.scss b/_sass/_default_colors.scss new file mode 100644 index 0000000..4be9bbb --- /dev/null +++ b/_sass/_default_colors.scss @@ -0,0 +1,17 @@ +$apple-blossom: #ac4142; +$alto: #d0d0d0; +$bouquet: #aa759f; +$chelsea-cucumber: #90a959; +$cod-grey: #151515; +$conifer: #b5e853; +$dove-grey: #666; +$gallery: #eaeaea; +$grey: #888; +$gulf-stream: #75b5aa; +$hippie-blue: #6a9fb5; +$potters-clay: #8f5536; +$rajah: #f4bf75; +$raw-sienna: #d28445; +$silver-chalice: #aaa; +$ag-blue: #00bbc4; +$ag-orange: #d38700; diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index 098cddb..4e33ed9 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -54,7 +54,7 @@ li { header { background: rgba(0, 0, 0, 0.1); width: 100%; - border-bottom: 1px dashed $conifer; //header; + border-bottom: 1px dashed $ag-orange; //header; padding: 20px 0; margin: 0 0 40px 0; } @@ -65,7 +65,7 @@ header h1 { margin: 0 0 0 -40px; font-weight: bold; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; - color: $conifer;//$header; + color: $ag-orange;//$header; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1); @@ -85,7 +85,7 @@ header h1:before { header h2 { font-size: 18px; font-weight: 300; - color: #666; + color: $ag-blue; } #downloads .btn { @@ -108,7 +108,7 @@ section img { h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; - color: $header; + color: $ag-orange; letter-spacing: -0.03em; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), @@ -198,8 +198,8 @@ td { hr { height: 0; border: 0; - border-bottom: 1px dashed #b5e853; - color: #b5e853; + border-bottom: 1px dashed $ag-orange; + color: $ag-orange; } /* Buttons @@ -241,8 +241,11 @@ hr { */ a { - color: #63c0f5; + color: $ag-blue; text-shadow: 0 0 5px rgba(104, 182, 255, 0.5); + text-decoration-line: underline; + text-decoration-style: double; + text-decoration-color: $ag-blue; } /* Clearfix */ @@ -263,3 +266,7 @@ a { #a-title { text-decoration: none; } + +.updated { + color: $conifer; +} diff --git a/index.html b/index.html index ee783fd..b9668d6 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- layout: default --- -

Site Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}

+

Site Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}


Latest: