Skip to content

eclipse-sumo/sumo.website

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Eclipse SUMO website

This repository contains generated static files and markdown source files (inside the /src/ directory) for the Eclipse SUMO website. The SUMO website is generated using Hugo.

Getting started

Prerequisites

Installation

Clone this repository (if not already done):

git clone https://github.com/eclipse-sumo/sumo.website.git

To run the built-in development server, use:

cd src
hugo serve

By default, the config/_default/config.yaml configuration file will be used. To use the alternative config/dlr/config.yaml file to overwrite some parameters, use:

cd src
hugo serve --environment dlr

hugo serve re-builds the entire site every time it detects a change.

To preview edition you should run the built-in development server and access the website from the localhost address (which by default should be http://localhost:1313/sumo/).

To generate the final static html files, run:

cd src
hugo -d ../

or

cd src
hugo -d ../ --environment dlr

This should generate all the necessary HTML and CSS files in the root directory.

Contributing

After making changes to the markdown source files, the command hugo -d ../ should be executed within the /src/ directory, to generate the modified static files. A commit can be done after this step.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published