Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Nov 27, 2017
2 parents 499f7b4 + a9f0983 commit 8b450d3
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Websites built with Gatsby:

[Migrating from v0 to v1?](https://www.gatsbyjs.org/docs/migrating-from-v0-to-v1/)

[v0 docs](/v0-README.md)
[v0 docs](https://github.com/gatsbyjs/gatsby/blob/v0.12.48/docs/index.md)

## Packages

Expand Down
23 changes: 23 additions & 0 deletions docs/docs/gatsby-starters.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,26 @@ Community:
* Simple one page site that's perfect for personal portfolios
* Fully Responsive
* Styling with SCSS

* [gatsby-starter-docs](https://github.com/ericwindmill/gatsby-starter-docs) [(demo)](https://gatsby-docs-starter.netlify.com/)

Features:
* All the features from [gatsby-advanced-starter](https://github.com/Vagr9K/gatsby-advanced-starter), plus:
* Designed for Documentation / Tutorial Websites
* 'Table of Contents' Component: Auto generates ToC from posts - just follow the file frontmatter conventions from markdown files in 'lessons'.
* Styled Components w/ ThemeProvider
* Basic UI
* A few extra components
* Custom prismjs theme
* React Icons

* [gatsby-styled-blog-starter](https://github.com/greglobinski/gatsby-styled-blog-starter) [(demo)](https://gsbs.greglobinski.com/)

Features:
* sidebar navigation
* look like an app
* page transitions
* pwa
* styling with styled-components
* easily restyled through theme object
* [README](https://github.com/greglobinski/gatsby-styled-blog-starter)
1 change: 1 addition & 0 deletions docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ you can place the files in a `src` subfolder and build them to the plugin folder
* [gatsby-plugin-klipse](https://github.com/ahmedelgabri/gatsby-plugin-klipse)
* [gatsby-plugin-stripe-checkout](https://github.com/njosefbeck/gatsby-plugin-stripe-checkout)
* [gatsby-plugin-stripe-elements](https://github.com/njosefbeck/gatsby-plugin-stripe-elements)
* [gatsby-plugin-hotjar](https://github.com/pavloko/gatsby-plugin-hotjar)
* [gatsby-remark-emoji](https://github.com/Rulikkk/gatsby-remark-emoji)
* [gatsby-remark-external-links](https://github.com/JLongley/gatsby-remark-external-links)
* [gatsby-source-workable](https://github.com/tumblbug/gatsby-source-workable)
Expand Down
2 changes: 1 addition & 1 deletion examples/using-css-modules/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class IndexComponent extends React.Component {
<p>
<a
className={indexStyles.link}
href="https://github.com/gatsbyjs/gatsby/tree/1.0/examples/using-css-modules"
href="https://github.com/gatsbyjs/gatsby/tree/master/examples/using-css-modules"
>
cODe for eXAMple sIte on GiTHUb
</a>
Expand Down
2 changes: 1 addition & 1 deletion examples/using-sass/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Index extends React.Component {
<a href="#">Logout</a>
</li>
<li>
<a href="https://github.com/gatsbyjs/gatsby/tree/1.0/examples/using-sass">
<a href="https://github.com/gatsbyjs/gatsby/tree/master/examples/using-sass">
Code for site on GitHub
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Source plugin for pulling content types, entries, and assets into Gatsby from Contentful spaces. It creates links between entry types and asset so they can be queried in Gatsby using GraphQL.

An example site for using this plugin is at
https://using-contentful.netlify.com/
https://using-contentful.gatsbyjs.org/

## Install

Expand Down
3 changes: 0 additions & 3 deletions packages/gatsby/src/commands/develop.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ module.exports = async (program: any) => {
typeof program.port === `string` ? parseInt(program.port, 10) : program.port

let compiler
let listener
await new Promise(resolve => {
detect(port, (err, _port) => {
if (err) {
Expand All @@ -223,14 +222,12 @@ module.exports = async (program: any) => {

startServer(program).then(([c, l]) => {
compiler = c
listener = l
resolve()
})
})
} else {
startServer(program).then(([c, l]) => {
compiler = c
listener = l
resolve()
})
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/docs/doc-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- title: Adding Tags and Categories to Blog Posts*
link: /docs/adding-tags-and-categories-to-blog-posts/
- title: Adding Markdown Pages*
link: /adding-markdown-pages/
link: /docs/adding-markdown-pages/
- title: Creating Dynamically-Rendered Navigation*
link: /docs/creating-dynamically-rendered-navigation/
- title: Dropping Images into Static Folders*
Expand Down

0 comments on commit 8b450d3

Please sign in to comment.