lschuermann / tock-www

Tock OS website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Tock OS Website

https://www.tockos.org/

Building

Dependencies:

First install ruby and ruby bundler if you don't already have it from another ruby project:

sudo apt install ruby ruby-dev
gem install jekyll bundler

or

# Note: No sudo on a Mac. You should never use sudo for these kinds of installs on a Mac anymore.
# sudo may make this work for now, but it will make your life miserable in the long run.
brew install ruby
gem install jekyll bundler

Then use bundler to install the needed gems

bundle install

To build the website:

bundle exec jekyll serve

Now browse to http://localhost:4000 to view

Logo maker: logomakr.com/5mGstw

About

Tock OS website


Languages

Language:HTML 36.0%Language:Nix 29.0%Language:SCSS 17.5%Language:CSS 8.9%Language:Ruby 7.4%Language:Shell 0.9%Language:JavaScript 0.2%