Skip to content

rnc/cekit.io

This branch is 8 commits behind cekit/cekit.io:main.

Repository files navigation

CEKit Website

The CEKit website uses 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.

About

Cekit project's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.0%
  • HTML 40.0%