Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bottlerocket-os/bottlerocket-project-website
Source code and content for the bottlerocket website
https://github.com/bottlerocket-os/bottlerocket-project-website
Last synced: 6 days ago
JSON representation
Source code and content for the bottlerocket website
- Host: GitHub
- URL: https://github.com/bottlerocket-os/bottlerocket-project-website
- Owner: bottlerocket-os
- License: apache-2.0
- Created: 2022-08-17T14:17:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:52:41.000Z (20 days ago)
- Last Synced: 2024-10-24T12:23:02.726Z (19 days ago)
- Language: HTML
- Homepage: https://bottlerocket.dev/
- Size: 1.21 MB
- Stars: 8
- Watchers: 15
- Forks: 17
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bottlerocket Project Website
This repository is the source to the Bottlerocket project website. It contains the content (as [Markdown](https://commonmark.org/) files), templates (HTML), stylesheets (CSS), and [Hugo](https://gohugo.io/) configurations (mostly [TOML](https://toml.io/en/), some [YAML](https://yaml.org/)).
## Contributing
The Bottlerocket website is open to contribution and collaboration. See [CONTRIBUTING](CONTRIBUTING.md) for specific instructions.
### Rendering Locally
This site uses [Hugo](https://github.com/gohugoio/hugo) for rendering.
You may run `hugo` locally to validate your changes render properly.#### Rendering
If [`hugo` is installed](#hugo-installation), you may view the rendered site by running:
```sh
# To render everything, including draft posts
hugo server -D# To render the site as it will appear when being published
hugo server
```If you use `make`, have `docker`, and do not have `hugo` installed, you may also use the following `make` target as a convenience:
```sh
make preview
```#### Hugo Installation
Hugo is available for many platforms.
- Linux: most native package managers
- macOS: `brew install hugo`
- Windows: `choco install hugo`See the [Hugo installation instructions](https://gohugo.io/getting-started/installing/) for additional options.
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License Summary
Site templates, source code, and stylesheets are made available under the Apache 2.0 license. See the LICENSE file.
The content and documenation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE-CONTENT file.
The sample code within this documentation is made available under a modified MIT-0 license. See the LICENSE-SAMPLECODE file.