GithubHelp home page GithubHelp logo

lotharschulz / zalando-stups.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zalando-stups/zalando-stups.github.io

0.0 3.0 0.0 2.78 MB

Overview of the STUPS landscape with all components

Home Page: https://stups.io/

Ruby 12.54% HTML 30.31% CSS 35.21% JavaScript 21.93%

zalando-stups.github.io's Introduction

STUPS Frontpage

This is the static site covering all of STUPS (STUPS to unleash penguin swarms) open source landscape. It consists of two parts, basically:

  • The standard Jekyll setup
  • The bubbles.yml file describing or projects and their relationship.

Installation

Get Ruby on your system (sudo apt-get install ruby ruby-dev on Debian). Then do

gem install jekyll therubyracer jekyll-less

You might need to use sudo, I don't know and neither do I care.

Run the thing locally

jekyll serve --watch

will generate the site and watch for changes, regenerating it as needed.

Running with Docker (to avoid installing Ruby, Jekyll & co):

docker run -d -v "$PWD:/src" -p 4000:4000 grahamc/jekyll serve -H 0.0.0.0

Insert content

The plan is as follows: For every one of our projects there will be one post in _posts directory. The naming scheme has to be :year-:month-:day-:title.md. The date might describe when it was finished or when we started the project, that's up to you. Use this YAML front matter:

---
layout: page
title: "Mah title"
image: "http://optional-image.com"
---

Then, when you did this, you need to update bubbles.yml. This file is used to generate our project graph. If not existing, please add the new project to the nodes section. You may specify a type. Nodes of the same type will have the same color. If it has relationships to others, add those to node_links, using the ids of nodes.

And, most importantly, add the newly generated link as href to the node!

- name: "pierone"
  id: "pierone"
  aka: "Docker Registry" # this is currently unused
  href: "/docker-registry.html"

And also to the link, if available.

- source: "pierone"
  target: "iam"
  href: "http://reddit.com"

zalando-stups.github.io's People

Contributors

hjacobs avatar mrandi avatar prayerslayer avatar spier avatar tuxlife avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.