Giter VIP home page Giter VIP logo

opendevstack.github.io's Introduction

Static site for OpenDevStack

This project contains the files to generate the OpenDevStack website. The web site uses the jekyll static site generator.

You currently need to have a full Ruby installation at your hands. Serve the site using bundle exec jekyll s.

Layouts

Currently, we support the following layouts

  • index
  • documentation

The documentation layout

For any page intended as documentation, specify the documentation layout in the front matter:

---
layout: documentation
---

This will automatically create a table of contents on the left. It takes header levels 2 to 4 into account.

Blog Posts

This follows the Jekyll conventions. Place your blog posts into the _posts directory. It would be possible to create drafts by placing a post (without a date) into the _drafts folder. But as we require PRs, simply put your proposal into the _posts directory.

Blog Posts have a bit of front matter. We currently support the author keyword.

author: richard.attermeyer

The author name, should match the one in your author bio.

Author Bio

You can (but you need not) add an author bio into the _authors folder. The name of the file should match the auther name you are using in your posts, e.g. richard.attermeyer. The file again consits of some meta data in the front-matter and the content.

opendevstack.github.io's People

Contributors

clemensutschig avatar dependabot[bot] avatar gerardcl avatar mibnoindex avatar michaelsauter avatar patschart avatar rattermeyer avatar sklingel avatar slechte avatar stefanlack avatar tjaeschke 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.