Giter VIP home page Giter VIP logo

sat-sw-website's Introduction

IRS Software Website

This website shows the software projects of the satellite division at the Institute of Space Systems of the University of Stuttgart.

Development

Prerequisites

  1. Install hugo
  2. Install node

Building the website

  1. Install the npm dependencies first.

    npm install
  2. Build the website locally.

hugo serve --open

Generating the website

The website can be built into the public folder by running

hugo

Adding a page

A new page can be added by adding a new page (bundle) inside the projects directory by creating a new folder inside the /content/projects directory containing an index.md or _index.md. The home page will display the summary parameter of the page bundle front matter. A small logo used for the homepage display can be specified in the front matter by adding a logo page resource and specifying the image source relative to the diretory. Custom CSS has to be specified via the homeLogoCss variable as shown in the block below:

homeLogoCss = "satrs-img"
[[resources]]
  name = "logo"
  src = "sat-rs_logo.png"

Alternatively, you can specify a text only header using the homeSummaryHeader parameter:

homeSummaryHeader = "spacepackets"

The home page template found in layouts/index.html will collect all pages inside the content/projects folder and render them accordingly.

sat-sw-website's People

Contributors

robamu 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.