Skip to content

This is the code repo for the PELUX website

Notifications You must be signed in to change notification settings

Pelagicore/pelux.io

Repository files navigation

pelux.io

Source code repo for the https://pelux.io website.

Maintained at https://github.com/Pelagicore/pelux.io

Guidelines

Don't use lvl1 headings (# Heading) in pages, since the css expects the page title to be h1 but styles it with an id and not a h1 class. That causes any other h1 elements to be smaller than h2 elements. It also makes sense to only have one main heading on a page, so stick with lvl2 headings and below.

How to build

This website uses jekyll to build static HTML. Those are the steps to build it:

sudo apt install ruby ruby-dev ruby-bundler zlib1g-dev
git clone <git repo url>
cd pelux.io
bundle install
bundle exec jekyll serve

This will compile the markdown code and start a server at http://localhost:4000/ which you can then open in your browser.

If you get errors when building native extensions with bundle, make sure you have the necessary libraries installed.

License and Copyright

Copyright © 2017 Pelagicore AB Copyright © 2018-2019 Luxoft Sweden AB

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

About

This is the code repo for the PELUX website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published