Skip to content

Commit 6cb71a3

Browse files
authored
Added a post about the Xen slides. Added an "about" page. (#11)
1 parent fca365e commit 6cb71a3

File tree

4 files changed

+41
-7
lines changed

4 files changed

+41
-7
lines changed

archetypes/default.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "{{ replace .Name "-" " " | title }}"
33
date: "{{ .Date }}"
44
draft: false
5-
params:
6-
author:
5+
author:
76
---
87

config.yml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ defaultContentLanguage: 'en'
55
pygmentsCodeFences: true
66
theme: 'anubis2'
77
paginate: 5
8-
copyright: "Copyright © 2024 - Itsallcode.org authors"
8+
author:
9+
name: 'Itsallcode.org authors'
10+
11+
12+
913

1014
params:
1115
description: 'Home of the everything-is-code enthusiasts'
@@ -26,21 +30,30 @@ params:
2630
menu:
2731
main:
2832
- identifier: 'home'
29-
name: 'Posts'
33+
name: 'Home'
3034
url: '/'
3135
weight: 1
3236

3337
- identifier: 'oft'
3438
name: 'OpenFastTrace'
3539
url: 'https://github.com/itsallcode/openfasttrace'
36-
weight: 2
40+
weight: 10
3741

3842
- identifier: 'wr'
3943
name: 'White Rabbit'
4044
url: 'https://github.com/itsallcode/white-rabbit'
41-
weight: 2
45+
weight: 20
4246

4347
- identifier: 'tags'
4448
name: 'Tags'
4549
url: '/tags/'
46-
weight: 5
50+
weight: 30
51+
52+
- identifier: 'archive'
53+
name: 'Archive'
54+
url: '/posts/'
55+
weight: 40
56+
57+
- identifier: 'about'
58+
name: 'About'
59+
url: '/pages/about'

content/pages/about.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "About"
3+
draft: false
4+
---
5+
6+
`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.
7+
8+
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.
9+
10+
Visit us on [GitHub](https://github.com/itsallcode).
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Xen Functional Safety Update Slides"
3+
date: "2024-07-01T20:02:15+02:00"
4+
draft: false
5+
author: Sebastian
6+
---
7+
8+
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.
9+
10+
It's an interesting read.
11+
12+
They talk about how OpenFastTrace helps in their documentation process on slide 20.

0 commit comments

Comments
 (0)