From 236049c8f2323f20bde6133a8ebfa7795372c321 Mon Sep 17 00:00:00 2001 From: Date: Sun, 14 Jan 2018 04:43:41 +0800 Subject: [PATCH] update hello world --- _drafts/draft-one.md | 11 ++---- ...llo-world.md => 2018-01-02-hello-world.md} | 6 ++-- assets/main.scss | 34 ++++++++----------- 3 files changed, 21 insertions(+), 30 deletions(-) rename _posts/{2018-01-09-hello-world.md => 2018-01-02-hello-world.md} (81%) diff --git a/_drafts/draft-one.md b/_drafts/draft-one.md index fca5dad..06a94be 100644 --- a/_drafts/draft-one.md +++ b/_drafts/draft-one.md @@ -1,13 +1,6 @@ --- -layout: post --- -# Sample Draft -How to Create a Github Pages blog *FREE HOSTING* +About Me -- a bit technical, you might see some code. - -1. Github account -2. Set up SSH Keys (optional, but beneficial) -2. Github repo -3. Advanced: Jekyll +Test edit. diff --git a/_posts/2018-01-09-hello-world.md b/_posts/2018-01-02-hello-world.md similarity index 81% rename from _posts/2018-01-09-hello-world.md rename to _posts/2018-01-02-hello-world.md index 74b9af5..8af6242 100644 --- a/_posts/2018-01-09-hello-world.md +++ b/_posts/2018-01-02-hello-world.md @@ -3,9 +3,11 @@ title: "Hello, World!" permalink: '/hello-world' --- -Oh, another new blog! What's this about? +It's kind of getting old, I know. -**Full Hacker** is like [Life Hacker](https://lifehacker.com), but for developers. This will be a place to share some "Life Hacks" that developers want to share to other developers, like automation, new tech, freebies, tools, etc. +A new blog... *again?* What's this all about? + +**Full Hacker** is like [Life Hacker](https://lifehacker.com), but for developers. This will be a place to share some "Life Hacks" that developers want to share to other developers, like automation, new tech, tools, setups, and all sorts of time-saving tips and tricks. This is not a place to ask coding questions. We got [Stack Overflow](https://stackoverflow.com) for that already. Instead, here, we just share secrets that make our work and life easier as developers. Let's talk about more of this later. ;) diff --git a/assets/main.scss b/assets/main.scss index 495107b..3f583c0 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -6,8 +6,21 @@ @import url(type-js.css); @import url(vim.css); +html, body { - background: #333; + font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; + color: #ddd; + background-color: #333; + -webkit-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3); + -moz-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3); + box-shadow: inset 0 3px 30px rgba(0,0,0,0.3); + text-shadow: 0 1px 3px rgba(0,0,0,0.5); + -webkit-font-feature-settings: "kern" 1; + -moz-font-feature-settings: "kern" 1; + -o-font-feature-settings: "kern" 1; + font-feature-settings: "kern" 1; + font-kerning: normal; + margin: 0; } .site-title { @@ -30,7 +43,7 @@ body { -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1); box-shadow: 0 3px 10px rgba(0,0,0,0.1); - font-size: 16px; + font-size: 18px; } .site-nav .page-link.current { @@ -148,21 +161,4 @@ a:hover { } /**/ -html, -body { - font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; - color: #ddd; - background-color: #333; - -webkit-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3); - -moz-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3); - box-shadow: inset 0 3px 30px rgba(0,0,0,0.3); - text-shadow: 0 1px 3px rgba(0,0,0,0.5); - -webkit-font-feature-settings: "kern" 1; - -moz-font-feature-settings: "kern" 1; - -o-font-feature-settings: "kern" 1; - font-feature-settings: "kern" 1; - font-kerning: normal; - margin: 0; -} -