diff options
| author | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
|---|---|---|
| committer | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
| commit | a77bde84e2659d9df4899da8a5f31136372398cc (patch) | |
| tree | fd7d1e47cc5ef23f1f11d34c70a099d9fa4f5b7b /_config.yml | |
initial commit
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..ce8e156 --- /dev/null +++ b/_config.yml @@ -0,0 +1,15 @@ +# Site Settings +timezone: America/New_York +baseurl: "" # the subpath of your site, e.g /blog +title: Ben Sanders +email: ben@sanders.life +description: > # this means to ignore newlines until "baseurl:" + Ben Sanders is an all-around Geek and loves to write about the latest technology/gaming news. If you want a personal take on technology and gaming news come have a read +url: "https://ben.sanders.life" +twitter_username: thebensanders +github_username: bensanders +facebook_username: basanders +linkedin_username: basanders + +# Build settings +markdown: kramdown |
