https://github.com/simonv3/tech-tester
https://github.com/simonv3/tech-tester
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonv3/tech-tester
- Owner: simonv3
- Created: 2018-01-30T05:10:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T05:11:00.000Z (over 8 years ago)
- Last Synced: 2025-11-11T02:38:16.382Z (8 months ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.html
Awesome Lists containing this project
README
# Jekyll + Netlify CMS
This is the basic Jekyll starter site, with Netlify CMS integrated.
## Getting Started
```bash
netlify-git-api users add
netlify-git-api serve
```
Then open a new terminal, `cd` into your new repo and run:
```bash
bundle install
bundle exec jekyll server --watch
```
Now navigate to [localhost:4000](http://localhost:4000/) to preview the site, and
to [localhost:4000/admin](http://localhost:4000/admin) to log into the CMS.
## Deploying to production
To deploy to production, make sure to push this repository to a Github repo you own.
Then go to [netlify](https://app.netlify.com) and start a new project. Pick your
new Github repository. Netlify should fill out the build command and public folder
(`jekyll build` and `/_site`).
Build and deploy the site.
Now go to [the GitHub developer application screen](https://github.com/settings/developers)
and **register new application**.
Once you've setup the application, go back to netlify, navigate to the **Access** tab. Then
fill in your new Client ID and Client Secret in the Github Authentication Provider and check
the **Enable GitHub** box.
Now anybody with write access to your GitHub repository can log in at yoursite.netlify.com/admin
and use the CMS.
**Enjoy!**
## Bug reports, feature requests, etc
We love feedback, contributions, better documentation, tutorials, general comments,
random hatemail, rants, love, crazy ideas, etc, etc!
Contact us at [any of netlify's normal channels](https://www.netlify.com/contact) and
open issues or pull requests at [the netlify-cms GitHub repo](https://github.com/netlify/netlify-cms)