sort sub pages and sections init product
This commit is contained in:
parent
5607e42cc1
commit
a7494ff14a
6 changed files with 30 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
title = "Blog"
|
||||
sort_by = "date"
|
||||
weight = 5
|
||||
+++
|
||||
|
||||
|
|
|
|||
|
|
@ -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
14
content/product.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
+++
|
||||
title = "Product Development"
|
||||
description = "Software Development Consulting"
|
||||
weight = 3
|
||||
+++
|
||||
|
||||
## TODO
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
println!("Hello, World!");
|
||||
}
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue