+ 404: Page not found +
+Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
+ + + + +diff --git a/_config.yml b/_config.yml index 7dc8685..a3dc0eb 100644 --- a/_config.yml +++ b/_config.yml @@ -13,36 +13,36 @@ baseurl: "" lang: en # Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker -timezone: +timezone: America/Chicago # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: Post Oak Lab # the main title -tagline: A text-focused Jekyll theme # it will display as the sub-title +tagline: Welcome to my IT Lab # it will display as the sub-title description: >- # used by seo meta and the atom feed - A minimal, responsive and feature-rich Jekyll theme for technical writing. + A place where I document my IT and networking projects. Also a way for me to learn Git and Markdown. # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: "" +url: "postoaklab.github.io" github: - username: github_username # change to your github username + username: PostOakLab # change to your github username twitter: - username: twitter_username # change to your twitter username + username: PostOakLab # 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 - email: example@domain.com # change to your email address + name: Ryan Alderson + email: ryan@postoaklab.com # 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://x.com/PostOakLab # change to your twitter homepage + - https://github.com/PostOakLab # change to your github homepage # Uncomment below to add more social links # - https://www.facebook.com/username # - https://www.linkedin.com/in/username @@ -76,7 +76,7 @@ theme_mode: # [light|dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: +avatar: "https://github.com/PostOakLab/assets/blob/master/avatar.png?raw=true" # boolean type, the global switch for TOC in posts. toc: true diff --git a/_posts/2023-09-27-title.md b/_posts/2023-09-27-title.md new file mode 100644 index 0000000..13ba01c --- /dev/null +++ b/_posts/2023-09-27-title.md @@ -0,0 +1,10 @@ +--- +title: Hello Everyone! +date: 2023-09-27 13:12:00 -500 +categories: [homelab,general] +tags: [homelab] +--- + +# Hello There! + +Welcome to Post Oak Lab! My name is Ryan and I am studying networking and IT. This site is a place to document my projects and homelab. \ No newline at end of file diff --git a/_tabs/about.md b/_tabs/about.md index ddb2bc4..189c426 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -4,5 +4,12 @@ icon: fas fa-info-circle order: 4 --- -> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. -{: .prompt-tip } +Welcome to Post Oak Lab! My name is Ryan and this is where I document my IT and homelab projects. + +### Why Post Oak? +I love oaks and post oak (*Quercus stellata*) is one of my favorites. Also "post" has a variety of meanings, so the meaning of "post oak" is somewhat ambiguous. + +I'll leave you with this quote from Valentin Tomberg: +>Imagine, not an explosion, but rather the blossoming out of a constructive "atomic bomb"...each little acorn is such a "constructive bomb" and the oak is only the visibl result of the "slow explosion"--or blossoming oak--of this bomb. + + diff --git a/site/404.html b/site/404.html new file mode 100644 index 0000000..2a398f8 --- /dev/null +++ b/site/404.html @@ -0,0 +1,876 @@ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
+ + + + +++ + + + +Add Markdown syntax content to file
+_tabs/about.md
and it will show up on this page.