generated from chadbaldwin/simple-blog-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Akshit Batra <[email protected]>
- Loading branch information
1 parent
84d3957
commit 86c1a51
Showing
1 changed file
with
8 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
title: "My Blogs Name" | ||
author: "Default Author Name" | ||
description: "Some short description of your blog can go here." # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post. | ||
title: "Building for Fun" | ||
author: "OldSlayer1903" | ||
description: "Building For Fun works around building capabilities for students, tech enthusiasts providing them a platform to learn by doing. Decreasing the gap between theory and practical, giving them a flavour of tech industry and how application are build. | ||
" # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post. | ||
|
||
# Email / Social media user names used by the minima theme: | ||
# All of these are optional and can be removed or commented out | ||
email: "[email protected]" | ||
twitter_username: "twitteruser" | ||
github_username: "githubuser" | ||
linkedin_username: "linkedinuser" | ||
# email: "[email protected]" | ||
# twitter_username: "twitteruser" | ||
github_username: "building-for-fun" | ||
#linkedin_username: "linkedinuser" | ||
#facebook_username: username | ||
#flickr_username: username | ||
#instagram_username: username | ||
|