Skip to content

Commit

Permalink
Enhance Config
Browse files Browse the repository at this point in the history
---
Enhance Config
---
This enhances the config to have an awesome description of the true person behind it, the blog name, author, author email, socials for the real person behind it, excerpts on the homepage, and a minima theme to manage everything described here.
  • Loading branch information
Example360 authored Apr 17, 2021
1 parent 3ba5860 commit 4c56e34
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
title: Your awesome title
author: GitHub User
email: your-email@domain.com
title: Open Source Haven
author: Example360
email: bestmathmachine@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
This is where you will witness a haven of open source program projects, development, encouragement, and more.
This is an example blog - Feel free to create your own!
(Note: My real GitHub username is JavascriptLearner815, and email [email protected].)
# social links
twitter_username: your-twitter-handle # DO NOT include the @ character, or else the build will fail!
github_username: your-github-handle # DO NOT include the @ character, or else the build will fail!
twitter_username: DeanSummer3 # DO NOT include the @ character, or else the build will fail!
github_username: Example360 # DO NOT include the @ character, or else the build will fail!
youtube_username: SpeedoThreeSixty # DO NOT include the @ character, or else the build will fail!

show_excerpts: true # set to false to remove excerpts on the homepage
theme: minima

0 comments on commit 4c56e34

Please sign in to comment.