mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
add blog
This commit is contained in:
10
content/blog/2018-06-01-old-blog-example.md
Normal file
10
content/blog/2018-06-01-old-blog-example.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Old
|
||||
description: 2018-01-01
|
||||
menu: blog_2018
|
||||
weight: 999
|
||||
---
|
||||
|
||||
# Title
|
||||
|
||||
coming......
|
10
content/blog/2018-06-03-new-blog-example.md
Normal file
10
content/blog/2018-06-03-new-blog-example.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: New
|
||||
description: 2018-06-11
|
||||
menu: blog_2018
|
||||
weight: 998
|
||||
---
|
||||
|
||||
# Title
|
||||
|
||||
coming......
|
10
content/blog/_index.md
Normal file
10
content/blog/_index.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Blog
|
||||
description: Happy journey with Actix
|
||||
menu:
|
||||
blog_intro:
|
||||
name: Welcome
|
||||
weight: 1
|
||||
---
|
||||
|
||||
Welcome to Actix blogs.
|
Reference in New Issue
Block a user