Source code of — tug.ro
Dependencies | Purpose |
---|---|
Bundler |
Ruby's dependency resolver |
Jekyll |
Static site generator |
# Clone this repo
git clone --recurse-submodules git@github.com:musq/www.git
# Go inside
cd www
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve
# Generate build
bundle exec jekyll build
Use www-config
to deploy.
The code is available under GNU GPL v3, or later license.
Some parts have been taken from hugo-theme-hello-friend, so MIT license applies to those parts.