Home
Softono

Toucan

Open source MIT Swift
274
Stars
22
Forks
3
Issues
8
Watchers
2 months
Last Commit

 About Toucan

Toucan is a static site generator written in Swift.

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Need Help Installing Toucan?

We provide expert installation service for this software. Our team will install, configure, and secure Toucan on your server. plans start at just $30.

Toucan

Toucan is a markdown-based Static Site Generator (SSG) written in Swift.

Installation

Compile from source

Make sure you have Swift 6+ installed. See how to install swift for instructions.

To build Toucan from source, run the following commands:

# clone the Toucan repository
git clone https://github.com/toucansites/toucan.git
cd toucan

# install Toucan on your system under /usr/local/bin
make install
# enter your password, if needed

# verify
which toucan
# should return /usr/local/bin/toucan

# uninstall, remove Toucan from your system
make uninstall
# enter your password, if needed

Quickstart

To quickly bootstrap a Toucan-based static site, run the following commands:

toucan init my-site
cd my-site
toucan generate
toucan serve
# Visit: http://localhost:3000

Documentation

The complete documentation for Toucan is available on toucansites.com.