diff --git a/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc b/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc index 6c1023d..a6a596d 100644 Binary files a/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc and b/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc differ diff --git a/_config.yml b/_config.yml index a9551f5..bb22ad6 100644 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,10 @@ zip_code: country: phone: +about: >- + I am a 16 year old programming student. I enjoy learning new concepts, building projects out of random ideas and obscure technologies, and working with new tools. + My projects range from building tools to help me with school work, and robotics, to radios and video production. + # Google analytics analytic_track: UA-74118570-2 diff --git a/_includes/posts-list.html b/_includes/posts-list.html new file mode 100644 index 0000000..0c1f7a6 --- /dev/null +++ b/_includes/posts-list.html @@ -0,0 +1,16 @@ +
+
+ + +
+
\ No newline at end of file diff --git a/_layouts/allposts.html b/_layouts/allposts.html index b4981f9..ee79d29 100644 --- a/_layouts/allposts.html +++ b/_layouts/allposts.html @@ -1,45 +1,35 @@ - + + Forty by HTML5 UP + html5up.net | @ajlkn + Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) +--> - {% include head.html %} +{% include head.html %} - + + + {% include header.html %} + + + - {% include header.html %} - - -
- - -
-
- {% for post in site.posts %} - {% if post.title != 404 %} - -

{{ post.title }}

- - - - -
- - {% endif %} - {% endfor %} -
-
+
+ + {% include posts-list.html %}
{% include footer.html %} - + - + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 8e1aac1..1b4ee4f 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,9 +1,4 @@ - {% include head.html %} @@ -20,9 +15,6 @@

{{ site.description }}

-
@@ -30,37 +22,38 @@
- +
+
+

Blog

+

Here are my three most recent posts

+
- {% include tiles.html %} + + - - +
+ +

+ + {% include footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html index a13d4e2..8c0de46 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,16 +1,23 @@ - {% include head.html %} - {% include header.html %} + {% include header.html %} + + @@ -19,9 +26,6 @@
-
-

{{ page.title }}

-
{% if page.image %}{% endif %}

{{ content }}

diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index 666ab7b..41a5a6a 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -23,7 +23,7 @@ family: ('Source Sans Pro', Helvetica, sans-serif), family-fixed: ('Courier New', monospace), weight: 300, - weight-bold: 600, + weight-bold: 500, letter-spacing: 0.025em, letter-spacing-alt: 0.25em ); @@ -38,10 +38,27 @@ border: rgba(212,212,255,0.1), border-bg: rgba(212,212,255,0.035), highlight: #2aa198, - accent1: #268bd2, - accent2: #6c71c4, - accent3: #268bd2, - accent4: #6c71c4, - accent5: #268bd2, - accent6: #6c71c4 - ); \ No newline at end of file + accent1: #586e75, + accent2: #657b83, + accent3: #839496, + accent4: #93a1a1, + accent5: #657b83, + accent6: #586e75 + ); + + // $palette: ( + // bg: #fdf6e3, + // bg-alt: #073642, + // fg: #073642, + // fg-bold: #002b36, + // fg-light: rgba(244,244,255,0.2), + // border: rgba(212,212,255,0.1), + // border-bg: rgba(212,212,255,0.035), + // highlight: #2aa198, + // accent1: #586e75, + // accent2: #657b83, + // accent3: #839496, + // accent4: #93a1a1, + // accent5: #586e75, + // accent6: #657b83 + // ); \ No newline at end of file diff --git a/_site/404.html b/_site/404.html index 17610e9..0f5d506 100644 --- a/_site/404.html +++ b/_site/404.html @@ -1,9 +1,4 @@ - @@ -22,12 +17,12 @@ - +