indianwolverine / decal-web

Course information for the XCF/OCF Unix System Administration DeCal

Home Page:https://decal.ocf.berkeley.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCF/XCF DeCal Website

Build Status

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.

Preparation

Install ruby development tools and bundler:

sudo apt-get install ruby-dev && sudo gem install bundler

Running webserver

make dev or make local-dev for local deployments.

When adding new lab markdown files, please don't forget to add the front matter at the top of the document, otherwise the markdown will not be rendered. e.g.

---
title: Lab 1 - Unix, the Shell, OSS
layout: lab
---

About

Course information for the XCF/OCF Unix System Administration DeCal

https://decal.ocf.berkeley.edu

License:Other


Languages

Language:HTML 78.6%Language:Ruby 12.0%Language:Makefile 5.5%Language:CSS 3.9%