https://github.com/seedstack/website
SeedStack website source.
https://github.com/seedstack/website
Last synced: 12 months ago
JSON representation
SeedStack website source.
- Host: GitHub
- URL: https://github.com/seedstack/website
- Owner: seedstack
- License: cc-by-sa-4.0
- Created: 2015-02-13T09:44:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T06:47:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T07:54:59.664Z (almost 2 years ago)
- Language: CSS
- Homepage: http://seedstack.org
- Size: 46.4 MB
- Stars: 4
- Watchers: 10
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# SeedStack website
[](https://travis-ci.org/seedstack/website)
This repository contains the sources of the SeedStack website. The site is hosted at
* [http://seedstack.org](http://seedstack.org/) for the stable channel.
* [http://beta.seedstack.org](http://beta.seedstack.org/) for the stable channel.
* [http://dev.seedstack.org](http://dev.seedstack.org/) for the stable channel.
# Usage
After clone, you must initialize all the submodules:
git submodule update --remote --recursive --init && git submodule foreach --recursive git checkout docs
This Website is built with [Hugo](http://gohugo.io/). If you have Hugo in your path you can serve it locally:
hugo serve
(Note: current site build requires v0.30.1 of Hugo.)
# Publication
The generated Website is automatically published on the corresponding channel repository after each change:
* A change on the `master` branch publishes to the [seedstack.github.io](https://github.com/seedstack/seedstack.github.io) repository.
* A change on the `beta` branch publishes to the [beta](https://github.com/seedstack/beta) repository.
* A change on the `dev` branch publishes to the [dev](https://github.com/seedstack/dev) repository.
# License

This work by the SeedStack authors is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.