summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_cobalt.yml3
-rw-r--r--_defaults/pages.md1
-rw-r--r--_includes/head.liquid3
-rw-r--r--_includes/nav.liquid12
-rw-r--r--_layouts/index.liquid11
-rw-r--r--index.md11
-rw-r--r--pages/auto.md (renamed from auto.md)1
-rw-r--r--pages/life.md (renamed from life.md)1
-rw-r--r--pages/tech.md (renamed from tech.md)1
-rw-r--r--public/css/styles.sass (renamed from bulma.sass)2
-rw-r--r--public/images/favicon.ico (renamed from favicon.ico)bin53694 -> 53694 bytes
-rw-r--r--public/images/logo.png (renamed from logo.png)bin20369 -> 20369 bytes
12 files changed, 26 insertions, 20 deletions
diff --git a/_cobalt.yml b/_cobalt.yml
index 1b5746e..b5ef267 100644
--- a/_cobalt.yml
+++ b/_cobalt.yml
@@ -1,6 +1,7 @@
+ignore: ["readme.md"]
site:
title: 53hornet
- description: Adam Tristan Carpenter
+ description: The personal webpages of Adam Tristan Carpenter
base_url: https://53hor.net
posts:
rss: rss.xml
diff --git a/_defaults/pages.md b/_defaults/pages.md
index 28b1713..f7aec21 100644
--- a/_defaults/pages.md
+++ b/_defaults/pages.md
@@ -1,3 +1,4 @@
---
layout: page.liquid
+permalink: "/{{slug}}"
---
diff --git a/_includes/head.liquid b/_includes/head.liquid
index 5234f27..57befda 100644
--- a/_includes/head.liquid
+++ b/_includes/head.liquid
@@ -1,5 +1,4 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
-<link rel="stylesheet" href="/bulma.css">
-<link rel="stylesheet" href="/animate.css">
+<link rel="stylesheet" href="/public/css/styles.css">
diff --git a/_includes/nav.liquid b/_includes/nav.liquid
index 5fe8227..cada13d 100644
--- a/_includes/nav.liquid
+++ b/_includes/nav.liquid
@@ -2,15 +2,13 @@
<nav class="
navbar
is-primary
-{% if page.title contains "Carpenter" %}
- animated
-{% endif %}
+animated
bounceInDown
">
<!-- begin brand -->
<div class="navbar-brand">
<a class="navbar-item" href="/">
- <img src="/logo.png">
+ <img src="/public/images/logo.png">
</a>
<a
class="navbar-item"
@@ -80,19 +78,19 @@ bounceInDown
<div class="navbar-end">
<a
class="navbar-item"
- href="/tech.html"
+ href="/tech"
>
Technology
</a>
<a
class="navbar-item"
- href="/auto.html"
+ href="/auto"
>
Automotive
</a>
<a
class="navbar-item"
- href="/life.html"
+ href="/life"
>
My Life
</a>
diff --git a/_layouts/index.liquid b/_layouts/index.liquid
index 753a464..1bea078 100644
--- a/_layouts/index.liquid
+++ b/_layouts/index.liquid
@@ -2,6 +2,7 @@
<html>
<head>
{% include "head.liquid" %}
+ <link rel="stylesheet" href="/public/css/animate.css">
</head>
<body>
@@ -26,11 +27,11 @@
<!-- begin content -->
<div class="column">
- <h1 class="title animated fadeInLeft">
+ <h1 class="title">
{{ page.title }}
</h1>
- <div class="content animated fadeInLeft">
+ <div class="content">
{{ page.content }}
</div>
</div>
@@ -38,8 +39,10 @@
</div>
<div class="column">
- <div class="box animated delay-1s fadeInRight">
- <img src="https://nextcloud.53hor.net/s/SNe4eGWiwgszJCW/preview">
+ <div class="box animated">
+ <figure class="image">
+ <img src="https://nextcloud.53hor.net/s/SNe4eGWiwgszJCW/preview">
+ </figure>
</div>
</div>
</div>
diff --git a/index.md b/index.md
index a292317..63b6ebe 100644
--- a/index.md
+++ b/index.md
@@ -1,11 +1,12 @@
---
layout: index.liquid
-title: I'm Adam Carpenter
+title: Hi, I'm Adam Carpenter
categories: ["index"]
---
-## Automation Application Developer at ADP
+Greetings! I am a...
-## Amateur Hudson mechanic
-
-## Loving fiancé and puppy parent
+- Automation Application Developer at ADP
+- Amateur Hudson mechanic
+- Loving fiancé and puppy parent
+Welcome to my website! Here's what you'll find here:
diff --git a/auto.md b/pages/auto.md
index 445ae09..367bff2 100644
--- a/auto.md
+++ b/pages/auto.md
@@ -1,6 +1,7 @@
---
title: Automotive
layout: page.liquid
+permalink: "/{{slug}}"
---
More to come soon!
diff --git a/life.md b/pages/life.md
index 677129e..0be3fc8 100644
--- a/life.md
+++ b/pages/life.md
@@ -1,5 +1,6 @@
---
title: My Life
layout: page.liquid
+permalink: "/{{slug}}"
---
More to come soon!
diff --git a/tech.md b/pages/tech.md
index 5d0dba1..4c2c13a 100644
--- a/tech.md
+++ b/pages/tech.md
@@ -1,5 +1,6 @@
---
title: Technology
layout: page.liquid
+permalink: "/{{slug}}"
---
More to come soon!
diff --git a/bulma.sass b/public/css/styles.sass
index 006fcf5..400ead3 100644
--- a/bulma.sass
+++ b/public/css/styles.sass
@@ -5,7 +5,7 @@
$balboa: hsl(196, 63%, 27%);
/* coolors.co/193a44-ffffff-1c5d99-639fab-bbcde5 */
-$white: hsl(0%, 0%, 100%);
+// $white: hsl(0%, 0%, 100%);
$lapis-lazuli: hsl(209%, 69%, 35%);
$cadet-blue: hsl(190%, 30%, 53%);
$pale-aqua: hsl(214%, 45%, 82%);
diff --git a/favicon.ico b/public/images/favicon.ico
index 62c2f88..62c2f88 100644
--- a/favicon.ico
+++ b/public/images/favicon.ico
Binary files differ
diff --git a/logo.png b/public/images/logo.png
index 549bd0e..549bd0e 100644
--- a/logo.png
+++ b/public/images/logo.png
Binary files differ