Skip to content

lappis-unb/gsoc.lappis.unb

Repository files navigation

LAPPIS website

This repository is responsible for holding all the LAPPIS website.

The technology adopted to develop this site was Jekyll. Jekyll is a simple, extendable, static site generator. You give it text written in your favorite markup language and it churns through layouts to create a static website. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed in the layout, and more.

Getting Started

Docker

docker run -p 4000:4000 --rm -it $(docker build -q .)

Manual

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Build the site and make it available on a local server
bundle exec jekyll serve

Open http://localhost:4000