Skip to content

r-bar/barth.tech

Repository files navigation

Static Personal Website at barth.tech

CD

Get the Code

git clone --recursive git@github.com:r-bar/barth.tech.git

Building

Requirements

Commands

Build the site:

zola build

Add the --drafts flag to render draft content.

Serve and live reload the site for development:

zola serve --drafts