Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fchauvel/ntnu-idata2302-website
- Owner: fchauvel
- Created: 2022-12-23T06:40:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:18:54.000Z (2 months ago)
- Last Synced: 2024-10-24T07:51:43.569Z (2 months ago)
- Language: TypeScript
- Size: 147 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
"
}```