Skip to content

datashaman/tongs-example

Repository files navigation

tongs-example

Example site for Tongs static site generator.

The built files are deployed at tongs-example.datashaman.com.

setup

Install Composer dependencies:

composer install

To require another plugin:

composer require example/tongs-plugin

Generate the build folder:

vendor/bin/tongs

Serve the build folder:

php artisan serve -S localhost:8080 -t build

source

The source for this example site was taken from the static site samples repository, using a slightly modified metalsmith sample.