forked from ryanwiemer/gatsby-starter-gcn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RSS, PWA, Sitemap and Sticky Footer Fix (ryanwiemer#10)
RSS, PWA, Sitemap and Sticky Footer enhancements
- Loading branch information
1 parent
34adec2
commit 1db4bc3
Showing
10 changed files
with
180 additions
and
44 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,3 +1,11 @@ | ||
{ | ||
"extends": ["stylelint-config-standard", "stylelint-config-prettier"] | ||
"processors": ["stylelint-processor-styled-components"], | ||
"extends": [ | ||
"stylelint-config-standard", | ||
"stylelint-config-prettier", | ||
"stylelint-config-styled-components" | ||
], | ||
"rules": { | ||
"no-descending-specificity": null | ||
} | ||
} |
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 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 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 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,6 +1,17 @@ | ||
module.exports = { | ||
siteTitle: 'GCN', | ||
|
||
siteDescription: | ||
'A starter template to build amazing static websites with Gatsby, Contentful and Netlify', | ||
siteUrl: 'https://gcn.netlify.com', // Site domain. Do not inculde a trailing slash! If you wish to use a path prefix you can read more about that here: https://www.gatsbyjs.org/docs/path-prefix/ | ||
siteUrl: 'https://gcn.netlify.com', // Site domain. Do not include a trailing slash! If you wish to use a path prefix you can read more about that here: https://www.gatsbyjs.org/docs/path-prefix/ | ||
|
||
author: 'GCN User', // Author for RSS author segment and SEO schema. | ||
|
||
// PWA and Offline Manifest Settings | ||
shortTitle: 'GCN App', // Used for App manifest e.g. Mobile Home Screen | ||
siteLogo: '/logos/logo-512.png', // Logo used for SEO, RSS, and manifest. | ||
backgroundColor: '#e9e9e9', // Used for Offline Manifest | ||
themeColor: '#121212', // Used for Offline Manifest | ||
|
||
copyright: 'Copyright © 2018 GCN User', // Copyright string for the RSS feed. Could also go in the footer. | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.