lappis-unb / lappis.rocks

Repositório oficial que gera o site do LAPPIS

Home Page:https://lappis.rocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repositório oficial que gera o site do LAPPIS

https://lappis.rocks/


Languages

Language:SCSS 63.3%Language:HTML 34.5%Language:JavaScript 1.2%Language:Ruby 0.6%Language:Dockerfile 0.4%