diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-11-03 00:02:52 +0100 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-11-03 00:02:52 +0100 |
commit | 5dc4d3451308a1fa1b46e039af242fd401beee13 (patch) | |
tree | 11a35ad55582a80565ee3b3ecb20406e24170f33 /content | |
parent | 6bd21a75d1667297a585d64398b5a9f428edb7c3 (diff) |
Added tutorial section
Diffstat (limited to 'content')
-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 |