renamed 'home.md' to 'index.md' and updated readme
All checks were successful
RSE-PSI Website Scheduler / checkout (push) Successful in 25s
All checks were successful
RSE-PSI Website Scheduler / checkout (push) Successful in 25s
This commit is contained in:
14
README.md
14
README.md
@ -1 +1,13 @@
|
||||
# RSE@PSI Website
|
||||
# RSE@PSI Website
|
||||
|
||||
## Build Instructions
|
||||
|
||||
1. Install the required dependencies:
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
2. [Build the website](https://www.mkdocs.org/getting-started/):
|
||||
```bash
|
||||
mkdocs serve
|
||||
```
|
@ -1,5 +1 @@
|
||||
# FAQ
|
||||
|
||||
<div class="video-wrapper">
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/NfDUkR3DOFw?si=MuoWNsIrBm_QjA5_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
</div>
|
||||
# FAQ
|
@ -2,7 +2,7 @@
|
||||
site_name: RSE@PSI
|
||||
copyright: © Paul Scherrer Institute (PSI) | Content under CC0 License
|
||||
nav:
|
||||
- Home: 'home.md'
|
||||
- Home: 'index.md'
|
||||
- About: 'about.md'
|
||||
- FAQ: 'faq.md'
|
||||
- Blog: 'blog/index.md'
|
||||
|
@ -2,4 +2,4 @@ mkdocs==1.6.1
|
||||
mkdocs-autorefs==1.4.2
|
||||
mkdocs-material==9.6.14
|
||||
pymdown-extensions==10.15
|
||||
mkdocs-include-markdown-plugin==7.1.5
|
||||
mkdocs-include-markdown-plugin==7.1.5
|
Reference in New Issue
Block a user