It's a starter static website which useful plugins based on Gatsby .
- Rebuild readme.md file
- Create the gatsby blog (using the interface https://pyagmail.netlify.app/admin/ structure from https://www.netlifycms.org/) the interface works, the posts file.md are stored in /_posts/blog
-
Install the Gatsby CLI.
npm install -g gatsby-cli
-
Create a Gatsby site from HiStaff.
gatsby new histaff https://github.com/histaff/website-static/
-
Start the site in
develop
mode.Next, move into your new site’s directory and start it up:
cd histaff/ gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
. Open thehistaff
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes, and the browser will update in real time!
At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.
- Support SCSS
- Web font loader (Google and custom font)
- Sample pages for starter
- Clean code and structure