This repository contains the Hugo configuration of the docs site. The application is automatically deployed to https://docs.spatie.be
First ensure that Hugo is installed on your system.
brew install hugo
Node.js is also a requirement. You can download node.js from nodejs.org.
Next, fetch the content from our package repositories. You only need to run this step once.
node fetch-content.js
Now the site can be built with Hugo. During development, you can have Hugo spin up a local webserver and watch for changes.
hugo server
Please see CONTRIBUTING for details.
If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
The MIT License (MIT). Please see License File for more information.