Skip to content

Added a post about the Xen slides. Added an "about" page. #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions archetypes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "{{ replace .Name "-" " " | title }}"
date: "{{ .Date }}"
draft: false
params:
author:
author:
---

23 changes: 18 additions & 5 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
10 changes: 10 additions & 0 deletions content/pages/about.md
Original file line number Diff line number Diff line change
@@ -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).
12 changes: 12 additions & 0 deletions content/posts/2024/07/01/xen-functional-safety-update-slides.md
Original file line number Diff line number Diff line change
@@ -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.