Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fchauvel/ntnu-idata2302-website

NTNU IDATA 2302 Companion Website
https://github.com/fchauvel/ntnu-idata2302-website

Last synced: 13 days ago
JSON representation

NTNU IDATA 2302 Companion Website

Awesome Lists containing this project

README

        

# NTNU IDATA 2302 Companion Website

## Build the source

```
make clean html
python3 .m http.server -d ./build/html
```

## FAG

### How to add an "Announcement"

See the file `source/conf.py`. Uncomment the line about the announcement

```python
html_theme_options = {
"use_sidenotes": True,
"repository_url": "https://github.com/fchauvel/ntnu-idata2302-website",
"path_to_docs": "source",
"use_edit_page_button": True,
"navbar_end": ["logo.html"],
# "announcement": "

Hi there! What do you think of this course, so far? Please, give us feedback!

"
}

```