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
- Host: GitHub
- URL: https://github.com/musq/www
- Owner: musq
- License: gpl-3.0
- Created: 2019-05-23T13:58:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:39:55.000Z (over 1 year ago)
- Last Synced: 2025-07-07T05:18:26.622Z (7 months ago)
- Topics: blog, github-io, hugo, static-site
- Language: HTML
- Homepage: https://tug.ro
- Size: 5.56 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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