Skip to content

Commit

Permalink
using industry eleventy template
Browse files Browse the repository at this point in the history
  • Loading branch information
hlnb committed Aug 26, 2024
1 parent e72d0c1 commit 5cf45f7
Show file tree
Hide file tree
Showing 10 changed files with 5,631 additions and 8,591 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
URL=http://localhost:8080
1 change: 1 addition & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
printWidth: 100
15 changes: 15 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ISC License

Copyright (c) [year], [fullname]

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 changes: 9 additions & 9 deletions _data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"title": "Title of the website. Update me.",
"url": "https://update-me.com",
"domain": "update-me.com",
"title": "Helen B",
"url": "https://helenburgess.id.au",
"domain": "helenburgess.id.au",
"description": "Description of the website. Update me.",
"genre": "Insert a schema.org genre",
"googleAnalyticsId": "GA ID. Update me. Note, that this is not compatible with the not-yet-commonly used version 4 of Google Analytics",
"sendWebVitals": false,
"feed": {
"subtitle": "Subtitle. Update me.",
"subtitle": "The Latest writings from the pen of HelenB.",
"filename": "feed.xml",
"path": "/feed/feed.xml",
"id": "https://update-me.com"
"id": "https://helenburgess.id.au"
},
"jsonfeed": {
"path": "/feed/feed.json",
"url": "https://update-me.com/feed/feed.json"
"url": "https://helenburgess.id.au/feed/feed.json"
},
"author": {
"name": "Author Name. Update me.",
"twitterHandle": "update_me"
"name": "Helen Burgess",
"twitterHandle": "hlnbee"
},
"publisher": {
"name": "Publisher name. Update me."
"name": "Helen Burgess"
}
}
14 changes: 11 additions & 3 deletions about/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
---
layout: layouts/base.njk
title: About
title: "Helen B's Journey: From the Skies to the Digital Frontier"
templateClass: tmpl-post
eleventyNavigation:
key: About
order: 3
---

I am a person that writes stuff.
I was born in a little mining town called Kalgoorlie and raised in the sun-kissed city of Perth, Western Australia. From a young age, I was fascinated by technology - my father could turn washing machine parts and other odds and ends into a makeshift rocket! That early exposure to tinkering and innovation sparked a lifelong passion for discovery and exploration.

This blog template is based on [eleventy-high-performance-blog](https://www.industrialempathy.com/posts/eleventy-high-performance-blog/) which itself is based on [eleventy-base-blog](https://github.com/11ty/eleventy-base-blog).
After high school, I made the bold decision to enlist in the Royal Australian Air Force. The military was a challenging but transformative experience. I honed my technical skills, but more importantly, I developed an unshakable resilience and problem-solving mindset that would serve me well in the years to come.

Leaving the RAAF, I transitioned into education, sharing my love of technology as a mentor and instructor at the Central Institute of Technology. Watching eager students grasp the intricacies of web design and development was incredibly rewarding. I took great pride in shaping the next generation of tech enthusiasts.

But my own journey was far from over. I felt a calling to do more, to apply my unique blend of military discipline, educational expertise, and technological acumen in a new way. And so, I founded Graphite Edge, a digital consultancy dedicated to helping small and medium businesses navigate the ever-evolving online landscape.

Through it all, my personal story has been one of continuous growth and self-discovery. The challenges of military life and the demands of the tech world have tested me, but they've also made me stronger, more adaptable, and more committed to lifelong learning.

Today, I stand as a testament to the power of resilience, reinvention, and the transformative potential of technology. My path has been anything but ordinary, but I wouldn't have it any other way. I invite you to join me as I continue to explore, inspire, and empower in the digital frontier and beyond.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Color customization */
:root {
--primary: #f9c412;
--primary-dark: #e7bf60;
--primary: #9f7cb8;
--primary-dark: #7c638e;
}

.test-dead-code-elimination-sentinel {
Expand Down
2 changes: 1 addition & 1 deletion index.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Title. Update me.
title: Helen B - A Road Less Travelled.
layout: layouts/home.njk
description: Description. Update me.
image: https://upload.wikimedia.org/wikipedia/en/a/a9/Example.jpg
Expand Down
13 changes: 13 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[build]
publish = "public"

# Default build command.
command = "npm run build"

[[redirects]]
from = "/feed/"
to = "/feed/feed.xml"
status = 200

[dev]
command = "npm start"
Loading

0 comments on commit 5cf45f7

Please sign in to comment.