Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.21 KB

File metadata and controls

30 lines (22 loc) · 1.21 KB

tag-changelog

loopwerk.io

The source of loopwerk.io, a static website generated with Saga.

Getting started

  1. brew install gd
  2. git clone git@github.com:loopwerk/loopwerk.io.git
  3. cd loopwerk.io
  4. open Package.swift

A standard build from Xcode or the command line (swift run) skips the createArticleImages step, since it's rather slow. To include this step as well, run swift run Loopwerk createArticleImages from the command line.

Development server with auto reload

$ pnpm add --global browser-sync
$ brew install just
$ just run

This builds the website and creates a static server showing the contents of the deploy folder. It then watches for changes in the content and Sources folders, recreates the website, and refreshes the browser.

License

This repository is not open source.

The source is publicly available for educational purposes only, so others can learn how to build a website using Saga.

All code, design, layout, and content are the intellectual property of Loopwerk and may not be reused, modified, or redistributed.