add latest new section to frontpage
We use a custom override template (jinja) to generate a suitable list of new items. Also added first text for announcing our new user docs
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
hide:
|
||||
- navigation
|
||||
- toc
|
||||
template: "frontpage.html"
|
||||
---
|
||||
|
||||
# HPCE User Documentation
|
||||
@@ -20,3 +21,5 @@ researchers, staff, and external collaborators, such as the Merlin series of
|
||||
HPC clusters. Furthermore the HPCE group engages in research activities on
|
||||
technologies (data analysis and machine learning technologies) used on these
|
||||
systems.
|
||||
|
||||
<!-- note that further content is dynamically added via the overrides/frontpage.html template -->
|
||||
|
||||
22
docs/news/posts/new-user-docs-2026.md
Normal file
22
docs/news/posts/new-user-docs-2026.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
date:
|
||||
created: 2026-01-12
|
||||
tags:
|
||||
- getting_started
|
||||
- draft
|
||||
---
|
||||
|
||||
# New User Documentation Site
|
||||
|
||||
Starting in 2026, we are changing the design of the user documentation website.
|
||||
Previously we had used the [documentation
|
||||
theme](https://github.com/tomjoht/documentation-theme-jekyll) together with the
|
||||
[Jykell SSG](https://jekyllrb.com/), but have now switch to the more modern
|
||||
[Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme and
|
||||
SSG engine. This comes with a few improvements:
|
||||
|
||||
* searching is more complete and provides better results
|
||||
* theme related improvements (day-night coloring, page layout, content formatting)
|
||||
* edits for pages can be submitted via the *Edit* (this will direct you to the Gitea repository which hosts the documentation)
|
||||
|
||||
TBD
|
||||
Reference in New Issue
Block a user