Skip to content

Commit ac67e82

Browse files
committed
chore: rework the content folder
1 parent 968b9a8 commit ac67e82

6 files changed

Lines changed: 10 additions & 33 deletions

File tree

content/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Codects
3+
---
4+
5+
Welcome to Codects, a collection of technical notes and articles researched and written by Sami Elsayed. Here, once or twice a month, I share deep dives into things that interest me in the fields of artificial intelligence, computer security, and hardware.
6+
{.lead}

content/about.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/graph.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/notes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/posts.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

hugo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ enableRobotsTXT = true # IMPORTANT: set to true if you want to use the theme's g
99
path = "github.com/michenriksen/hugo-theme-til"
1010

1111
[outputs]
12-
about = ['html']
1312
home = ['html']
1413
section = ['html', 'rss', 'json']
1514
page = ['html']
@@ -18,19 +17,19 @@ enableRobotsTXT = true # IMPORTANT: set to true if you want to use the theme's g
1817
[[menus.about]]
1918
name = 'About'
2019
pageRef = '/about'
21-
weight = 10
20+
weight = 20
2221
[[menus.main]]
2322
name = 'Notes'
2423
pageRef = '/notes'
25-
weight = 20
24+
weight = 30
2625
[[menus.main]]
2726
name = 'Posts'
2827
pageRef = '/posts'
29-
weight = 30
28+
weight = 40
3029
[[menus.main]]
3130
name = 'Graph'
3231
pageRef = '/graph'
33-
weight = 40
32+
weight = 50
3433

3534
[markup]
3635
[markup.highlight]

0 commit comments

Comments
 (0)