generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6610312
commit 8c2e7b9
Showing
2 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |