This is the source for the fission.io website.
This is a hugo statically-generated site, hosted on netlify. The site is automatically built by netlify (see netlify.toml and build.sh).
All site content is stored in the content
directory in markdown format.
content/en
├── _index.html # Landing page
├── author # Info about blog authors
├── blog # Blog posts
├── docs # Documentation pages
└── search.md
-
Clone and setup
# Install NPM dependencies with Node LTS version npm install
-
Run Hugo server
$ hugo server Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) Press Ctrl+C to stop
You can visit localhost:1313 in browser to preview website.
- Create a new branch
- Make your changes
- Verify your changes locally with Hugo server
- Commit and push your changes to the branch
- Raise a PR to default branch, verify changes with Netlify preview URL
- Once PR is merged, your changes would be live on the site