diff --git a/_config.yml b/_config.yml index 9f75866..c1e7f92 100644 --- a/_config.yml +++ b/_config.yml @@ -14,19 +14,19 @@ timezone: # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: Bentebent # the main title -tagline: A text-focused Jekyll theme # it will display as the subtitle +tagline: Aspiring grug brain thoughts # it will display as the subtitle description: >- # used by seo meta and the atom feed A minimal, responsive and feature-rich Jekyll theme for technical writing. # 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://bentebent.github.io/" github: - username: github_username # change to your GitHub username + username: Bentebent # change to your GitHub username twitter: username: twitter_username # change to your Twitter username @@ -34,15 +34,15 @@ twitter: 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 + name: Tim Henriksson + email: henriksson.tim@gmail.com # change to your email address 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://twitter.com/username # change to your Twitter homepage + - https://github.com/Bentebent # change to your GitHub homepage # Uncomment below to add more social links # - https://www.facebook.com/username - # - https://www.linkedin.com/in/username + - https://www.linkedin.com/in/tim-henriksson-3482ba25 # Site Verification Settings webmaster_verifications: @@ -98,7 +98,7 @@ theme_mode: # [light | dark] cdn: # the avatar on sidebar, support local or CORS resources -avatar: +avatar: "_data/angry_bot.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. diff --git a/_data/angry_bot.png b/_data/angry_bot.png new file mode 100644 index 0000000..499508d Binary files /dev/null and b/_data/angry_bot.png differ