You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A starter to launch your blazing fast personal website and a blog, Built with [Gatsby][gatsby] and [Netlify CMS][netlifyCMS].
7
+
A starter to launch your blazing fast personal website and a blog, Built with [Gatsby][gatsby] and [Netlify CMS][netlifycms].
8
8
9
9
[](https://app.netlify.com/start/deploy?repository=https://github.com/stackrole/gatsby-starter-foundation)
10
10
@@ -13,6 +13,7 @@ Need help launching your website? My DM's are open on <a href="https://twitter.c
13
13
[](https://foundation.stackrole.com)
14
14
15
15
## 👌 Features
16
+
16
17
- A Blog and Personal website with Netlify CMS.
17
18
- Responsive Web Design
18
19
- Dark / Light Mode
@@ -28,17 +29,18 @@ Need help launching your website? My DM's are open on <a href="https://twitter.c
28
29
- Invite collaborators into Netlify CMS, without giving access to your Github account via Git Gateway
29
30
- Gatsby Incremental Builds with Netlify.
30
31
31
-
32
32
[](https://foundation.stackrole.com)
33
33
34
34
## 🚀 Quick Deploy
35
+
35
36
Just click on the **Deploy to Netlify** button.
36
37
37
38
[](https://app.netlify.com/start/deploy?repository=https://github.com/stackrole/gatsby-starter-foundation)
38
39
39
40
This would fork `gatsby-starter-foundation` to your Github account and start building your website on [Netlify](https://netlify.com). Once the deployment is done. Your website will be live and website address would look like **site-name.netlify.app**
40
41
41
42
### Further Instructions
43
+
42
44
-[Access to Netlify CMS](#access-to-netlify-cms)
43
45
-[Editing content and Adding posts](#editing-content-and-adding-posts)
44
46
-[Customing Site details](#customing-site-details)
@@ -49,34 +51,42 @@ This would fork `gatsby-starter-foundation` to your Github account and start bui
49
51
-[Thank you from Stackrole](#thank-you)
50
52
51
53
## ⚙ Access to Netlify CMS
54
+
52
55
- Goto app.netlify.com > select your website from the list
53
56
- Goto identity and Click **Enable Identiy**
54
57
- Click on **Invite Users** and invite yourself. You will receive an email and you need to accept the invitation to set the password.
55
58
- Now headover to Settings > Identity > Services and **Enable Git Gateway**
56
-
- You can also manage who can register and log in to your CMS. Goto Settings > Identity > Registration >Registration Preferences. I would prefer to keep it to **Invite Only**, if i am the only one using it.
59
+
- You can also manage who can register and log in to your CMS. Goto Settings > Identity > Registration >Registration Preferences. I would prefer to keep it to **Invite Only**, if i am the only one using it.
57
60
- Now, goto to **site-name.netlify.app/admin/**, and login with your credentials.
58
61
59
62
## 📝 Editing content and Adding posts
60
-
Once you are in your Netlify CMS, you can navigate to Posts and Pages. Here you will find a list of existing pages and posts.
63
+
64
+
Once you are in your Netlify CMS, you can navigate to Posts and Pages. Here you will find a list of existing pages and posts.
61
65
62
66
You can select any existing post or page to start editing or add a **New Post**. Have fun :)
63
67
64
68
## ⚙ Customing Site details
65
-
You can find all the website settings such website Site title, Website URL, Google anlaytics etc,.. in your Netlify CMS `Admin > Settings > General`
66
69
70
+
You can find all the website settings such website Site title, Website URL, Google anlaytics etc,.. in your Netlify CMS `Admin > Settings > General`
67
71
68
72
## 🌐 Adding Custom domain to netlify website
73
+
69
74
We have written a short article on [Custom domain with Netlify website](custom-domain)
70
75
71
76
## 🖥 Install Locally
77
+
72
78
Use the Gatsby CLI to create a new site, specifying the `gatsby-starter-foundation` starter.
79
+
73
80
```bash
74
81
gatsby new gatsby-starter-foundation https://github.com/stackrole/gatsby-starter-foundation
75
82
```
83
+
76
84
> You need Node and Gatsby-CLI installed, check out Gatsby [Setup Instructions](https://www.gatsbyjs.org/tutorial/part-zero/)
77
85
78
86
### Start developing
87
+
79
88
Navigate into your new site’s directory and start it up.
89
+
80
90
```shell
81
91
cd my-hello-world-starter/
82
92
gatsby develop
@@ -125,7 +135,7 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
125
135
126
136
8.**`LICENSE`**: Gatsby is licensed under the MIT license.
127
137
128
-
9.**`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(You won’t change this file directly).**
138
+
9.**`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(You won’t change this file directly).**
129
139
130
140
10.**`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.
131
141
@@ -139,18 +149,18 @@ Looking for more guidance? Full documentation for Gatsby lives [on the website](
139
149
140
150
-**To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.
141
151
142
-
143
152
## 🙏 Thank you
144
-
We really appreciate you taking time to build your website with our `gatsby-starter-foundation`.
145
153
146
-
I would love to get your feedback and contributions.
154
+
We really appreciate you taking time to build your website with our `gatsby-starter-foundation`.
155
+
156
+
I would love to get your feedback and contributions.
147
157
148
158
Feel free to ping [@stackrole](stackrole) for help regarding your JAMstack website, our DM's are open. And do not forget to share you website with me 😊
149
159
150
160
[](https://stackrole.com)
0 commit comments