paradox460 / snoonet-website

The current website for Snoonet

Home Page:https://snoonet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snoonet.org

Build status GitHub commits since latest release

Getting Started

See the Hugo documentation for installation details. The extended version is required for SCSS support, which our site uses.

Installing Hugo (Linux)

If you're on Linux and you have Go installed, you can run the following command to install Hugo extended edition from Git:

./scripts/install-hugo.sh

Running the dev server

To start the dev server in watch mode (automatically recompiling your HTML and CSS), run the following command in the project root:

hugo server

Deployment

Deployment is automatic. Once changes are merged into master, the site is deployed to staging on GitHub Pages. Creating a new tag triggers a build which attaches a tarball to the release, which is pulled automatically to the live webserver.

See .travis.yml for the exact build and deploy configuration.

About

The current website for Snoonet

https://snoonet.org

License:MIT License


Languages

Language:SCSS 48.1%Language:HTML 45.0%Language:JavaScript 6.0%Language:Shell 0.9%