diff --git a/archetypes/default.md b/archetypes/default.md index b2ba654..82cc166 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,7 +2,6 @@ title: "{{ replace .Name "-" " " | title }}" date: "{{ .Date }}" draft: false -params: - author: +author: --- diff --git a/config.yml b/config.yml index 3422de9..4f9dae9 100644 --- a/config.yml +++ b/config.yml @@ -5,7 +5,11 @@ defaultContentLanguage: 'en' pygmentsCodeFences: true theme: 'anubis2' paginate: 5 -copyright: "Copyright © 2024 - Itsallcode.org authors" +author: + name: 'Itsallcode.org authors' + + + params: description: 'Home of the everything-is-code enthusiasts' @@ -26,21 +30,30 @@ params: menu: main: - identifier: 'home' - name: 'Posts' + name: 'Home' url: '/' weight: 1 - identifier: 'oft' name: 'OpenFastTrace' url: 'https://github.com/itsallcode/openfasttrace' - weight: 2 + weight: 10 - identifier: 'wr' name: 'White Rabbit' url: 'https://github.com/itsallcode/white-rabbit' - weight: 2 + weight: 20 - identifier: 'tags' name: 'Tags' url: '/tags/' - weight: 5 + weight: 30 + + - identifier: 'archive' + name: 'Archive' + url: '/posts/' + weight: 40 + + - identifier: 'about' + name: 'About' + url: '/pages/about' \ No newline at end of file diff --git a/content/pages/about.md b/content/pages/about.md new file mode 100644 index 0000000..43bc9dc --- /dev/null +++ b/content/pages/about.md @@ -0,0 +1,10 @@ +--- +title: "About" +draft: false +--- + +`itsallcode.org` — as the name suggests — is a group of software enthusiasts with a special fondness for treating everything as code. From actual programs over infrastructure to builds and documentation. + +We are the authors of the requirement tracing suite [OpenFastTrace](https://github.com/itsallcode/openfasttrace). This platform independent software can trace requirements from your specifications all the way down to your implementation, tests and handbooks. + +Visit us on [GitHub](https://github.com/itsallcode). \ No newline at end of file diff --git a/content/posts/2024/07/01/xen-functional-safety-update-slides.md b/content/posts/2024/07/01/xen-functional-safety-update-slides.md new file mode 100644 index 0000000..aadd4e7 --- /dev/null +++ b/content/posts/2024/07/01/xen-functional-safety-update-slides.md @@ -0,0 +1,12 @@ +--- +title: "Xen Functional Safety Update Slides" +date: "2024-07-01T20:02:15+02:00" +draft: false +author: Sebastian +--- + +Michal Orzel and Ayan Kumar Halder from AMD published their presentation "[Xen Functional Safety — Update](https://www.slideshare.net/slideshow/using-xen-hypervisor-for-functional-safety/269563052)" from the Xen Summit 2024. + +It's an interesting read. + +They talk about how OpenFastTrace helps in their documentation process on slide 20. \ No newline at end of file