From a77bde84e2659d9df4899da8a5f31136372398cc Mon Sep 17 00:00:00 2001 From: Benjamin Sanders Date: Fri, 7 Feb 2025 07:33:31 -0500 Subject: initial commit --- _config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _config.yml (limited to '_config.yml') 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 -- cgit v1.2.3