This is the source of the OCF/XCF Unix System Administration DeCal website, currently available at decal.ocf.berkeley.edu.
The current iteration uses Jekyll to produce pages.
decal-web is built for Jekyll, a static site generator. View the quick start guide for more information.
You will need Ruby 2 to build the site (it has been tested on Ruby2.7.4). If using Arch, follow this guide to install it.
You may also need to install Bundler 2.2.25: gem install bundler:2.2.25
- Install Jekyll
$ bundle install
- Start your local Jekyll server. You can also use
make dev
.
$ bundle exec jekyll serve
- The console should output a server address (
localhost:8xxx
). Open that address in your browser. - Reload your web browser after making a change to preview its effect.
For more information, refer to Just the Docs.