mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Use a plain template for pages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Cross Compile Binutils"
|
||||
description = ""
|
||||
template = "plain.html"
|
||||
url = "cross-compile-binutils"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Cross Compiling: libcore"
|
||||
description = ""
|
||||
template = "plain.html"
|
||||
url = "cross-compile-libcore"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Set Up GDB"
|
||||
description = ""
|
||||
template = "plain.html"
|
||||
url = "set-up-gdb"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
+++
|
||||
title = "Talks"
|
||||
url = "talks"
|
||||
template = "plain.html"
|
||||
+++
|
||||
|
||||
- “Open Source OS Development in Rust” at HTWG Konstanz, May 22, 2017: [slides](https://phil-opp.github.io/talk-konstanz-may-2017/)
|
||||
|
||||
Reference in New Issue
Block a user