Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 742 Bytes

Training (technical)

This repo builds a technical documentation site aimed at reducing cost/effort to run a security focused Internal Developer Platform with a small team.

Contributing

The devcontainer is a basic Debian image and the site is built with Zola. Quickstart below.

# Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> ~/.bashrc
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# Install zola
brew install zola
# Serve site
zola serve
# Build site
zola build