Everything you need to know to be a developer at Helsingborg Stad.
Visit the the guideline page here.
Report Bug
·
Request Feature
- Table of Contents
- Getting Started
- Deploy
- Just the docs Theme documentation
- Roadmap
- Contributing
- License
- Acknowledgements
- Ruby version 2.4.0 or higher, including all development headers (check your Ruby version using ruby -v)
- RubyGems (check your Gems version using gem -v)
- GCC and Make (check versions using gcc -v,g++ -v, and make -v)
Run the development command in the terminal.
bundle exec jekyll serve --config _config.yml,_config-dev.yml
Visit http://127.0.0.1:4000/dev-guide/ to see your changes.
Deploy will trigger automatically with Github Actions when merging your PR into master branch.
The action will build the page and push the changes into the gh-pages
-branch that becomes the source of https://helsingborg-stad.github.io/dev-guide/
See what theme specific features that can be used in the Just the docs documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.