-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Personalize config for reusability * Add setup docs * Add designed by * Update config to direct values This updates the config to be a direct representation of the values used on the resulting pages, which while more duplicative in the config file means more direct control over the end result and less string interpolation within the page generator. --------- Co-authored-by: Kevin Jiang <kevin51jiang at email.com>
- Loading branch information
Showing
5 changed files
with
1,079 additions
and
43 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
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,16 @@ | ||
export default { | ||
canonicalRoot: "https://leebyron.com/til/", | ||
title: "til", | ||
githubRepo: "leebyron/til", | ||
authorName: "Lee Byron", | ||
authorURL: "https://leebyron.com", | ||
pageTitle: `Things I've Learned / Lee Byron`, | ||
ogTitle: `Lee Byron / til`, | ||
ogDescription: `Things I've Learned: brief blurbs on miscellaneous matter.`, | ||
twitterTitle: `Lee Byron / til: brief blurbs on miscellaneous matter.`, | ||
twitterCreator: "@leeb", | ||
googleName: `Things I've Learned`, | ||
feedTitle: `Lee Byron / til`, | ||
feedSubtitle: `Things I've Learned: brief blurbs on miscellaneous matter.`, | ||
gtag: "UA-61714711-1", | ||
} |
Oops, something went wrong.