Skip to content

Timur101010/loopwerk.io

 
 

Repository files navigation

tag-changelog

loopwerk.io

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

Getting started

  1. git clone git@github.com:loopwerk/loopwerk.io.git
  2. cd loopwerk.io
  3. 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. You will need to have the Python package Pillow installed for that (pip install -r requirements.txt).

Development server with auto reload

npm install --global browser-sync
swift run watch content Sources deploy

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.

About

The loopwerk.io website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 65.9%
  • CSS 32.6%
  • Python 1.5%