sort sub pages and sections init product

This commit is contained in:
gws 2024-11-06 14:41:37 +01:00
parent 5607e42cc1
commit a7494ff14a
6 changed files with 30 additions and 12 deletions

View file

@ -1,5 +1,5 @@
+++
sort_by = "weight"
+++

View file

@ -1,5 +1,6 @@
+++
title = "Blog"
sort_by = "date"
weight = 5
+++

View file

@ -1,7 +1,7 @@
+++
title = "Contact"
description = "How to get in contact"
weight = 2
weight = 10
template = "contact.html"
[extra]
disable_toc = true

14
content/product.md Normal file
View file

@ -0,0 +1,14 @@
+++
title = "Product Development"
description = "Software Development Consulting"
weight = 3
+++
## TODO
```rust
fn main() {
println!("Hello, World!");
}
```