diff options
-rw-r--r-- | content/_index.md | 6 | ||||
-rw-r--r-- | content/tutorials/_index.md | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md index 4336ee4..12d149e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,4 +12,8 @@ My name is RayHammer, and I'm the least schizophrenic full-time Linux user. This website is a small passion project I made using [Hugo](https://gohugo.io/). It's still work in progress, but maybe it will become something bigger in the past. -This will be my home for announcements, possible projects and maybe rants about tech and life in general.
\ No newline at end of file +This will be my home for announcements, possible projects and maybe rants about tech and life in general. + +## Sections + +- [Tutorials](/tutorials)
\ No newline at end of file diff --git a/content/tutorials/_index.md b/content/tutorials/_index.md new file mode 100644 index 0000000..727d97d --- /dev/null +++ b/content/tutorials/_index.md @@ -0,0 +1,7 @@ +--- +title: "Tutorials" +date: 2022-11-02T23:59:45+01:00 +draft: false +--- + +Ain't nothing here yet.
\ No newline at end of file |