From 5dc4d3451308a1fa1b46e039af242fd401beee13 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Thu, 3 Nov 2022 00:02:52 +0100 Subject: Added tutorial section --- content/_index.md | 6 +++++- content/tutorials/_index.md | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 content/tutorials/_index.md (limited to 'content') 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 -- cgit v1.2.3