diff options
author | 53hornet <53hornet@gmail.com> | 2019-04-07 15:52:35 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-04-07 15:52:35 -0400 |
commit | f48338109e2170d9c7c9ec4cd884e57f94197791 (patch) | |
tree | e06dc3e4219e1bc3c622f3a40bf61b264ca30c7f | |
parent | 4384dc784991f8722e5bb3f09064161d0bf1eb9c (diff) | |
download | cobalt-site-f48338109e2170d9c7c9ec4cd884e57f94197791.tar.xz cobalt-site-f48338109e2170d9c7c9ec4cd884e57f94197791.zip |
Updated look, footer, nav links.
-rw-r--r-- | _includes/footer.liquid | 11 | ||||
-rw-r--r-- | _includes/nav.liquid | 2 | ||||
-rw-r--r-- | _layouts/index.liquid | 6 | ||||
-rw-r--r-- | _layouts/post.liquid | 15 | ||||
-rw-r--r-- | auto.md | 2 | ||||
-rw-r--r-- | index.md | 6 | ||||
-rw-r--r-- | life.md | 1 | ||||
-rw-r--r-- | posts/2019-04-04-my-first-car-is-a-1953-hudson-hornet.md | 10 | ||||
-rw-r--r-- | posts/2019-04-06-why-have-a-web-site-in-2019.md | 95 | ||||
-rw-r--r-- | posts/why-have-a-web-site-in-2019-aka-cobalt-rs-is-awesome.md | 8 | ||||
-rw-r--r-- | tech.md | 1 |
11 files changed, 118 insertions, 39 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 080842e..96b453c 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -2,7 +2,10 @@ <footer class="footer"> <div class="content has-text-centered"> <p> - This static site was built using + Site last updated {{ "now" | date: "%A, %b %e, %Y" }} + </p> + <p> + Built using <a href="https://cobalt-org.github.io/"> Cobalt.rs </a> @@ -14,14 +17,14 @@ <a href="https://daneden.github.io/animate.css/"> Animate.css </a> - , and is self-hosted with + , and self-hosted with <a href="https://nginx.org/"> - Nginx + NGINX </a> </p> <p> See a problem? - <a href="#"> + <a href=" mailto:atc@53hor.net?subject=Found%20your%20website!"> Tell me so I can fix it </a> or diff --git a/_includes/nav.liquid b/_includes/nav.liquid index 5535d64..964ac37 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -25,7 +25,7 @@ fadeInDown <div class="navbar-start"> <p class="navbar-item"> <em> - Links: + Links </em> </p> diff --git a/_layouts/index.liquid b/_layouts/index.liquid index 9831a26..44feff5 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -27,11 +27,13 @@ <!-- begin content --> <div class="column"> - <h1 class="title"> + <h1 class="title animated flipInX"> {{ page.title }} </h1> - {{ page.content }} + <div class="content animated flipInX"> + {{ page.content }} + </div> </div> <!-- end content --> diff --git a/_layouts/post.liquid b/_layouts/post.liquid index d39007f..6c90a7e 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -31,25 +31,24 @@ </h2> <!-- end title and date --> - <!-- begin categories --> + <!-- begin categories and tags --> {% if page.categories %} {% for category in page.categories %} - <h2 class="subtitle"> - {{ category }} - </h2> + <span class="tag"> + {{ category | downcase }} + </span> {% endfor %} {% endif %} - <!-- end categories --> - <!-- begin tags --> {% if page.tags %} {% for tag in page.tags %} <span class="tag"> - {{ tag }} + {{ tag | downcase }} </span> {% endfor %} {% endif %} - <!-- end tags --> + <!-- end categories and tags --> + </div> </div> <!-- end hero body --> @@ -3,4 +3,4 @@ title: Automotive layout: page.liquid --- -Link to galleries! +More to come soon! @@ -3,8 +3,4 @@ layout: index.liquid title: My name is Adam Carpenter categories: ["index"] --- -And this is my web site. - -Wait you have a blog? In 2019?! - -All kinds of posts pertaining to my interests at the top of the page +More to come soon! Go to the pages on the top-right to see my first posts. @@ -2,3 +2,4 @@ title: My Life layout: page.liquid --- +More to come soon! diff --git a/posts/2019-04-04-my-first-car-is-a-1953-hudson-hornet.md b/posts/2019-04-04-my-first-car-is-a-1953-hudson-hornet.md deleted file mode 100644 index 117dcfe..0000000 --- a/posts/2019-04-04-my-first-car-is-a-1953-hudson-hornet.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: My First Car Is a 1953 Hudson Hornet -categories: ["Automotive"] -tags: [] -published_date: "2019-04-04 21:24:33 +0000" -layout: post.liquid -is_draft: false ---- -Start writing already... -![Ole Blue](https://nextcloud.53hor.net/s/5WxtSsq9Lws3Y93/preview) diff --git a/posts/2019-04-06-why-have-a-web-site-in-2019.md b/posts/2019-04-06-why-have-a-web-site-in-2019.md new file mode 100644 index 0000000..83d02f1 --- /dev/null +++ b/posts/2019-04-06-why-have-a-web-site-in-2019.md @@ -0,0 +1,95 @@ +--- +title: Why Have a Web Site in 2019? +categories: + - Technology +tags: + - website + - self-hosted + - blog + - online presence +published_date: "2019-04-06 15:12:16 +0000" +layout: post.liquid +is_draft: false +--- +> Adam, why on earth do you have a website? Wait... Is this a *blog*? It's +> 2019, why don't you just use Facebook?! + +I've wanted to have my own website for a long time mostly because I like +playing with technology. I think it's cool that I can make a few files on a +computer in my closet available for the entire world to see. The web has become +a near-necessity in our daily lives and it's only been around for a couple of +decades. That has always fascinated me enough to drive me to see if I can do it +on my own. I started self-hosting my own web server about a year ago now and +it's been an awesome study in the way all of the tech we use on the web works. + +A written website is also a good way to keep up on my writing skills. I've +graduated college and won't be writing essays for the foreseeable eternity. +Which is fine except that I have no reason to write creatively or formally +anymore. Having this site encourages me to continue turning thoughts into +words, even though it's more casual than a term paper. + +This extends into the professionalism of a personal website. Normally you can't +point your employer towards your Twitter profile as the distillation of your +online footprint. Having a website, especially one that separates professional +and personal interests, is ten times better than a resume, especially in the +world of technology. It lets you tell people exactly who you are and what you +do, without forcing them to navigate through an auth wall or a bunch of puppy +photos. Your professional and personal lives don't bleed together quite as much +and it makes for a kick-ass business card. + +Most importantly however, I enjoy the level of control that I gain with +creating and operating my own website, something I have also sought for a long +time. In high school I set up an old Dell from my school's recycling center +with Windows XP and Microsoft Internet Information Services. It didn't have SSL +or even a domain name but it was reachable over the WAN. I set up an upload +system so that my friends and I could 'post' memes and funny messages for each +other on raw html pages written with Microsoft Word. That was the extent of its +functionality. It was slow, insecure, and went offline every time the router +got a new IP assigned to it. But I didn't care. It was a site the school +couldn't block. It had no name and no rules and nobody could tell us what to do +with it because it was ours. And we called it the *Troll Nexus Center* because +we were 15 and brimming with creativity. + +My reasons then for building the Troll Nexus Center still stand now. *Having +your own website is having your own piece of internet property.* I first heard +this wording from [Luke Smith over on his YouTube +channel](https://www.youtube.com/watch?v=azkWYxyqh3Y) and it's one-hundred +percent true. Tumblogs, Google Sites, Facebook profiles, and GitHub Pages are +all like renting an apartment. Sure, there are some really nice apartments out +there ([we love ours!](https://www.thecommonwealthapts.com)) but it's not the +same as owning your own home. You have to pay rent obviously, and rent is +subject to change once your lease is up. If anything breaks you text your +landlord and wait to have it fixed. You aren't allowed to fix it yourself and +sometimes it doesn't get fixed at all. And of course you're limited by how much +you can customize things to your own liking. Whether it's painting walls or +knocking them down. + +These limitations may or may not apply to you. Whether you're paying for +storage, server space, metrics, or watching an ad every five seconds, these +services aren't free either. And you certainly can't fix everything that goes +wrong with them. I started on Google Sites. It's a truly fantastic system. +Building a site is like putting a PowerPoint slide together. I just plain +outgrew it. There were too many things I wanted to do that I simply couldn't. I +was also at the mercy of Google's constant change. After I finished +constructing my first site, Google [announced they would be shutting down the +old Google Sites in favor of an entirely new platform under the same +name](https://gsuiteupdates.googleblog.com/2016/11/a-totally-rebuilt-google-sitesnow.html). +Weeks of work got thrown out the window. You might also not care about ads or +customization. You may be intimidated by doing things yourself and prefer that +the landlord take care of everything. Personally, I like the challenge and the +craftsmanship that comes with doing something oneself. And I like being in +total control of my server, site, and content. Not from a tinfoil hat +perspective but from a "gosh I really wish I could just share more than 15 +gigabytes of family video with my relatives in New York and Ohio" perspective. + +So that's why I created my own website. If you want to know *how* I host my own +website, look for another post about my server setup where I'll explain +everything I'm hosting and how I got it all hooked up. And that's a wrap. Now +you know why I'm here instead of somewhere else online. Sure, I do have +Facebook and YouTube accounts but I don't frequently update anything on either +of them. This site is my home online. It's where I keep all of my interests, +hobbies, and memories for sharing with others. + +Now you know where to find me. If you want to keep up with me, subscribe to my +RSS feed up top! + diff --git a/posts/why-have-a-web-site-in-2019-aka-cobalt-rs-is-awesome.md b/posts/why-have-a-web-site-in-2019-aka-cobalt-rs-is-awesome.md deleted file mode 100644 index 1c72d65..0000000 --- a/posts/why-have-a-web-site-in-2019-aka-cobalt-rs-is-awesome.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Why Have a Web Site in 2019? AKA Cobalt.rs Is Awesome -categories: ["Technology"] -tags: [] -layout: post.liquid -is_draft: true ---- -Start writing already... @@ -2,3 +2,4 @@ title: Technology layout: page.liquid --- +More to come soon! |