inital
Some checks failed
Lint Commit Messages / commitlint (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
koffeejava
2026-04-17 07:28:44 -06:00
parent 0fbaa5359b
commit 9f841c330b
42 changed files with 1167 additions and 958 deletions

View File

@@ -9,38 +9,31 @@ theme: jekyll-theme-chirpy
lang: en
# Change to your timezone https://zones.arilyn.cc
timezone: Asia/Shanghai
timezone: America/Denver
# jekyll-seo-tag settings https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
title: Chirpy # the main title
title: NeoKoffee
tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: The best website ever!
description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
The best website ever! No really, it is.
# 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.koffeejava.us"
github:
username: github_username # change to your GitHub username
twitter:
username: twitter_username # change to your Twitter username
username: koffeejava
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
fediverse_handle: # fill in your fediverse handle. E.g. "@username@domain.com"
name: KoffeeJava
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://github.com/koffeejava # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
@@ -90,16 +83,16 @@ pageviews:
# dark — Use the dark color scheme
#
theme_mode: # [light | dark]
rss: false
# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
#
# e.g. 'https://cdn.com'
cdn: "https://chirpy-img.netlify.app"
cdn: "https://www.koffeejava.us"
# the avatar on sidebar, support local or CORS resources
avatar: "/commons/avatar.jpg"
avatar: "assets/img/kj.png"
# 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.