forked from cotes2020/jekyll-theme-chirpy
-
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
OulipianSummer
committed
Sep 8, 2024
1 parent
e0bde22
commit d249e7f
Showing
6 changed files
with
10 additions
and
18 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 |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# My Personal Website | ||
|
||
This is the code repo for my personal website found at [abmurrow.com](abmurrow.com). This website is a fork of [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) by Cotes Chung and is hosted on GitHub pages. | ||
This is the code repo for my personal portfolio found at [andrew-benbow.com](andrew-benbow.com). This website is a fork of [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) by Cotes Chung and is hosted on GitHub pages. | ||
|
||
## Local Development | ||
|
||
I am currently trying to make it so that this repo can be run and developed locally using NixOS. I'll update this section as I get things straightened out. | ||
|
||
## Analytics and Comments | ||
|
||
I am currently using [Giscus](https://giscus.app) to power on-site comments and [Goatcounter](goatcounter.com) to power page visits and site analytics. In the spirit of transparency, I have chosen both of these because they are open source and respect people's privacy (they won't track your off-site browsing history, for instance). | ||
|
||
Giscus uses GitHub discussions to power comments on posts and requires a free GitHub account in order to leave a comment. This has the added benefit of being easier to moderate than a public comments section. | ||
|
||
Goatcounter is a free page view and analytics counter that has the option of making my analytics dashboard public. If you visit [this link to my Goatcounter dashboard](https://oulipiansummer.goatcounter.com/) you will see the same information I see when I review my site traffic. I have chosen to not collect geographic information or language preferences at this time (the existing data on the dashboard is from me testing out the service) in order to respect my visitor's privacy. |
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 |
---|---|---|
|
@@ -14,16 +14,16 @@ timezone: America/New_York | |
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md | ||
# ↓ -------------------------- | ||
|
||
title: A.B. Murrow # the main title | ||
title: Andrew Benbow # the main title | ||
|
||
tagline: Asheville based writer, web developer, blogger, and Linux user. Writing about literature, poetry, publishing, fair computing, and Oulipo. # it will display as the sub-title | ||
tagline: Web developer specializing in Drupal and WordPress located in Asheville, NC. # it will display as the sub-title | ||
|
||
description: >- # used by seo meta and the atom feed | ||
Asheville based writer, web developer, blogger, and Linux user. Writing about literature, poetry, publishing, fair computing, Oulipo, and any number of other creative things. | ||
Web developer specializing in Drupal and WordPress located in Asheville, NC. | ||
# Fill in the protocol & hostname for your site. | ||
# e.g. 'https://username.github.io', note that it does not end with a '/'. | ||
url: "https://abmurrow.com" | ||
url: "https://andrew-benbow.com" | ||
|
||
github: | ||
username: OulipianSummer # change to your github username | ||
|
@@ -34,7 +34,7 @@ github: | |
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: A.B. Murrow | ||
name: Andrew Benbow | ||
email: [email protected] # change to your email address | ||
links: | ||
# The first element serves as the copyright owner's link | ||
|
@@ -61,7 +61,7 @@ analytics: | |
google: | ||
id: # fill in your Google Analytics ID | ||
goatcounter: | ||
id: oulipiansummer # fill in your GoatCounter ID | ||
id: # fill in your GoatCounter ID | ||
umami: | ||
id: # fill in your Umami ID | ||
domain: # fill in your Umami domain | ||
|
@@ -74,7 +74,7 @@ analytics: | |
id: # fill in your Fathom Site ID | ||
|
||
goatcounter: | ||
id: oulipiansummer # fill in your Goatcounter ID | ||
id: # fill in your Goatcounter ID | ||
# Page views settings | ||
pageviews: | ||
provider: # now only supports 'goatcounter' | ||
|
@@ -111,10 +111,10 @@ social_preview_image: # string, local or CORS resources | |
toc: true | ||
|
||
comments: | ||
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable | ||
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable | ||
# The active options are as follows: | ||
# Global switch for the post comment system. Keeping it empty means disabled. | ||
provider: giscus # [disqus | utterances | giscus] | ||
provider: # [disqus | utterances | giscus] | ||
# The provider options are as follows: | ||
disqus: | ||
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.