https://github.com/cekit/cekit.io
Cekit project's website
https://github.com/cekit/cekit.io
Last synced: 5 months ago
JSON representation
Cekit project's website
- Host: GitHub
- URL: https://github.com/cekit/cekit.io
- Owner: cekit
- Created: 2019-02-19T13:21:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T15:33:06.000Z (about 1 year ago)
- Last Synced: 2025-05-06T16:50:36.606Z (about 1 year ago)
- Language: CSS
- Homepage: https://www.cekit.io/
- Size: 2.5 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CEKit Website
The CEKit [website](https://cekit.io) uses [Hugo](https://github.com/gohugoio/hugo) to generate its content.
## Local Development
* Check out this repository
* Check out the git submodules via
```
git submodule init
git submodule update
```
* Ensure both Hugo and Asciidocter are installed.
* On Fedora they may be installed from RPMs (`hugo` and `rubygem-asciidoctor` respectively).
* Then the hugo server may be run for local development e.g.
```
hugo server --buildDrafts --buildFuture --verbose
```
Note that the `--buildFuture` flag allows blog posts that are scheduled for future to be shown.