initial commit

This commit is contained in:
Michael Weinold
2025-05-30 18:48:21 +02:00
commit d0ddf8249a
14 changed files with 210 additions and 0 deletions

1
docs/_css/extra.css Normal file
View File

@ -0,0 +1 @@
.md-nav__source{display: none;}

View File

@ -0,0 +1,11 @@
// https://squidfunk.github.io/mkdocs-material/reference/math/#katex
document$.subscribe(({ body }) => {
renderMathInElement(body, {
delimiters: [
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: false },
{ left: "\\(", right: "\\)", display: false },
{ left: "\\[", right: "\\]", display: true }
],
})
})

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block announce %}
Some text here to announce events, etc...
{% endblock %}

47
docs/_static/logos/logo_rse.svg vendored Normal file
View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="230.36763"
height="107.18236"
viewBox="0 0 230.36763 107.18236"
sodipodi:docname="logo_rse.svg"
inkscape:version="1.4.2 (ebf0e940, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="2.1949862"
inkscape:cx="120.04631"
inkscape:cy="175.85532"
inkscape:window-width="1728"
inkscape:window-height="1051"
inkscape:window-x="0"
inkscape:window-y="38"
inkscape:window-maximized="0"
inkscape:current-layer="g1"
showgrid="false" />
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g1"
transform="translate(-84.815826,-48.594906)">
<path
style="fill:#ffffff;fill-opacity:1;stroke-width:0.944882;stroke-miterlimit:4.1"
d="m 84.815826,155.4051 83.736214,-71.827066 12.65347,9.676185 -21.95749,23.446141 27.53991,-18.98021 35.72745,-32.750163 10.79267,16.375081 -55.82414,51.730372 63.26736,-42.426348 45.77579,-42.054186 28.65639,107.182354 z"
id="path1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

1
docs/about.md Normal file
View File

@ -0,0 +1 @@
# About

2
docs/blog/index.md Normal file
View File

@ -0,0 +1,2 @@
# Blog

20
docs/blog/posts/one.md Normal file
View File

@ -0,0 +1,20 @@
---
draft: true
date: 2024-01-31
categories:
- Hello
- World
---
# Hello world!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
massa, nec semper lorem quam in massa.
<!-- more -->
Some more text here to show the "more" tag in action. This text will not be
shown in the preview of the post, but will be visible when the post is
opened in full.

5
docs/faq.md Normal file
View File

@ -0,0 +1,5 @@
# 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>

1
docs/home.md Normal file
View File

@ -0,0 +1 @@
# Research Software Engineering Community at PSI