Skip to content

Commit

Permalink
Config First Post
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbayley committed Sep 12, 2024
1 parent 6610312 commit 8c2e7b9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ theme: jekyll-theme-chirpy
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:
timezone: Australia/Sydney

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: Lloyd's Place # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: My Homelab # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
My Homelab.
# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://www.lloydsplace.au"

github:
username: github_username # change to your GitHub username
username: lloydbayley # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
username: lloydbayley # change to your Twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
name: Lloyd Bayley
email: [email protected] # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
- https://twitter.com/lloydbayley # change to your Twitter homepage
- https://github.com/lloydbayley # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down Expand Up @@ -98,7 +98,7 @@ theme_mode: # [light | dark]
cdn:

# the avatar on sidebar, support local or CORS resources
avatar:
avatar: https://pbs.twimg.com/profile_images/1360260015085346820/Ay0NjTZ__400x400.jpg

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand Down
24 changes: 24 additions & 0 deletions _posts/2024-09-13-hello-homelab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Hello HomeLab
date: 2022-05-23 12:00:00 -500
categories: [homelab, hardware, software]
tags: [homelab, hardware, software] # TAG names should always be lowercase
---

# Welcome

Hello and welcome to my homelab docs site!

I'm just getting started with this, so don't expect too much as I have to learn all the nuances of jekyll and github.io.

Bit of a learning-curve!



```javascript
console.log('hello world);
```
```bash
sudo apt-update && sudo apt-upgrade
```

0 comments on commit 8c2e7b9

Please sign in to comment.