An open API service indexing awesome lists of open source software.

https://github.com/musq/www

Source code of — tug.ro
https://github.com/musq/www

blog github-io hugo static-site

Last synced: 7 months ago
JSON representation

Source code of — tug.ro

Awesome Lists containing this project

README

          

# www

Source code of — tug.ro

## Table of Contents

- [Requirements](#requirements)
- [Install](#install)
- [Build](#build)
- [Deploy](#deploy)
- [License](#license)

## Requirements

| Dependencies | Purpose |
|:---|:---|
| [`Bundler`][bundler] | Ruby's dependency resolver |
| [`Jekyll`][jekyll] | Static site generator |

## Install

```bash
# 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
```

## Build

```bash
# Generate build
bundle exec jekyll build
```

## Deploy

Use [`www-config`][www-config] to deploy.

## License

The code is available under [GNU GPL v3, or later](LICENSE) license.

Some parts have been taken from
[hugo-theme-hello-friend][hugo-theme-hello-friend], so MIT license
applies to those parts.

[bundler]: https://bundler.io/
[jekyll]: https://jekyllrb.com/
[www-config]: https://github.com/musq/www-config
[hugo-theme-hello-friend]: https://github.com/panr/hugo-theme-hello-friend