-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f7f274
commit d45d8db
Showing
10 changed files
with
22 additions
and
48 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
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,51 +1,26 @@ | ||
module.exports = { | ||
blogPostDir: "posts", // The name of directory that contains your posts. | ||
lessonsDir: "lessons", // The name of the directory that contains lessons or docs. | ||
siteTitle: "Gatsby Docs Starter", // Site title. | ||
siteTitleAlt: "Gatsby Starter Template for Creating Docs", // Alternative site title for SEO. | ||
siteTitle: "React Native Animation Book", // Site title. | ||
siteTitleAlt: "React Native Animation Book", // Alternative site title for SEO. | ||
siteLogo: "/logos/logo-1024.png", // Logo used for SEO and manifest. | ||
siteUrl: "https://ericwindmill.com", // Domain of your website without pathPrefix. | ||
siteUrl: "https://animationbook.codedaily.io", // Domain of your website without pathPrefix. | ||
pathPrefix: "/", // Prefixes all links. For cases when deployed to example.github.io/gatsby-advanced-starter/. | ||
siteDescription: "A GatsbyJS stater for creating Documentation or Tutorials.", // Website description used for RSS feeds/meta description tag. | ||
siteDescription: "A book about React Native Animations.", // Website description used for RSS feeds/meta description tag. | ||
siteRss: "/rss.xml", // Path to the RSS file. | ||
siteFBAppID: "1825356251115265", // FB Application ID for using app insights | ||
googleAnalyticsID: "UA-82450300-1 ", // GA tracking ID. | ||
siteFBAppID: "codedailyio", // FB Application ID for using app insights | ||
googleAnalyticsID: "UA-92022203-1", // GA tracking ID. | ||
disqusShortname: "https-ericwindmill-github-io-gatsby-advanced-starter", // Disqus shortname. | ||
postDefaultCategoryID: "Tech", // Default category for posts. | ||
userName: "User", // Username to display in the author segment. | ||
userTwitter: "ericwindmill", // Optionally renders "Follow Me" in the UserInfo segment. | ||
userName: "browniefed", // Username to display in the author segment. | ||
userTwitter: "browniefed", // Optionally renders "Follow Me" in the UserInfo segment. | ||
userLocation: "Portland, OR", // User location to display in the author segment. | ||
userAvatar: "https://api.adorable.io/avatars/150/test.png", // User avatar to display in the author segment. | ||
userDescription: "All about me!", // User description to display in the author segment. | ||
userDescription: "", // User description to display in the author segment. | ||
// Links to social profiles/projects you want to display in the author segment/navigation bar. | ||
userLinks: [ | ||
{ | ||
label: "GitHub", | ||
url: "https://github.com/ericwindmill", | ||
iconClassName: "fa fa-github", | ||
}, | ||
{ | ||
label: "Twitter", | ||
url: "https://twitter.com/ericwindmill", | ||
iconClassName: "fa fa-twitter", | ||
}, | ||
{ | ||
label: "Messenger", | ||
url: "https://www.messenger.com/t/eric.windmill", | ||
iconClassName: "fa fa-message", | ||
}, | ||
{ | ||
label: "Email", | ||
url: "mailto:[email protected]", | ||
iconClassName: "fa fa-envelope", | ||
}, | ||
{ | ||
label: "Instagram", | ||
url: "https://instagram.com/ericwindmill", | ||
iconClassName: "fa fa-envelope", | ||
}, | ||
], | ||
copyright: "Copyright © 2017. Advanced User", // Copyright string for the footer of the website and RSS feed. | ||
copyright: "", // Copyright string for the footer of the website and RSS feed. | ||
themeColor: "#c62828", // Used for setting manifest and progress theme colors. | ||
backgroundColor: "#e0e0e0", // Used for setting manifest background color. | ||
// TODO: Move this literally anywhere better. | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.