diff --git a/content/_index.md b/content/_index.md index 009f6fa..27f0262 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,7 @@ +++ title = "Home" -aliases = ["/about"] # alias this to the old about page we moved here menu = "main" -weight = 1 +weight = 10 author = "Christoph Cullmann" showDate = false showAuthor = false @@ -10,25 +9,3 @@ showReadingTime = false +++ cullmann.dev is the personal web site of Christoph Cullmann. - -The full sources of this web site can be found [on my Forgejo instance](https://git.babylon2k.com/cullmann/www). - -## Professional Life - -I work as a Senior Software Engineer at [AbsInt Angewandte Informatik GmbH](https://www.absint.com/). - -My work is focused on [static program analysis](https://en.wikipedia.org/wiki/Static_program_analysis) on both binary and source level. - -For binary programs, the worst-case [stack usage](https://www.absint.com/stackanalyzer/) or [execution time](https://www.absint.com/ait/) are computed. - -For source programs, [coding rules](https://www.absint.com/rulechecker/) or [run time errors](https://www.absint.com/astree/) are checked. - -## Open Source Projects - -In my spare time, I work on various open source projects. - -For more details take a look at the [Projects](/projects/) page. - -## Contact Information - -My contact information can be found on the [Impressum](/impressum/) page. diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..5e5ea5e --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,33 @@ ++++ +title = "About" +menu = "main" +weight = 30 +author = "Christoph Cullmann" +showDate = false +showAuthor = false +showReadingTime = false ++++ + +cullmann.dev is the personal web site of Christoph Cullmann. + +The full sources of this web site can be found [on my Forgejo instance](https://git.babylon2k.com/cullmann/www). + +## Professional Life + +I work as a Senior Software Engineer at [AbsInt Angewandte Informatik GmbH](https://www.absint.com/). + +My work is focused on [static program analysis](https://en.wikipedia.org/wiki/Static_program_analysis) on both binary and source level. + +For binary programs, the worst-case [stack usage](https://www.absint.com/stackanalyzer/) or [execution time](https://www.absint.com/ait/) are computed. + +For source programs, [coding rules](https://www.absint.com/rulechecker/) or [run time errors](https://www.absint.com/astree/) are checked. + +## Open Source Projects + +In my spare time, I work on various open source projects. + +For more details take a look at the [Projects](/projects/) page. + +## Contact Information + +My contact information can be found on the [Impressum](/impressum/) page. diff --git a/content/academic/index.md b/content/academic/index.md index 3006e71..c31b307 100644 --- a/content/academic/index.md +++ b/content/academic/index.md @@ -1,7 +1,7 @@ +++ title = "Academic" menu = "main" -weight = 30 +weight = 50 author = "Christoph Cullmann" showDate = false showAuthor = false diff --git a/content/impressum/index.md b/content/impressum/index.md index a210f2c..12e04c7 100644 --- a/content/impressum/index.md +++ b/content/impressum/index.md @@ -1,7 +1,7 @@ +++ title = "Impressum" menu = "main" -weight = 50 +weight = 60 author = "Christoph Cullmann" showDate = false showAuthor = false diff --git a/content/posts/_index.md b/content/posts/_index.md index 50a4d34..6ee5fbc 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,7 +1,7 @@ +++ title = "Posts" menu = "main" -weight = 10 +weight = 20 author = "Christoph Cullmann" showDate = false showAuthor = false diff --git a/content/projects/index.md b/content/projects/index.md index 518c4ec..526eb69 100644 --- a/content/projects/index.md +++ b/content/projects/index.md @@ -1,7 +1,7 @@ +++ title = "Projects" menu = "main" -weight = 20 +weight = 40 author = "Christoph Cullmann" showDate = false showAuthor = false