mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
add blog nav
This commit is contained in:
8
blog/Blog-example.md
Normal file
8
blog/Blog-example.md
Normal file
@ -0,0 +1,8 @@
|
||||
extends: blog.liquid
|
||||
title: "Blog::Blog Example"
|
||||
route: Blog-example
|
||||
---
|
||||
|
||||
## Basics Example
|
||||
|
||||
The words is comming.
|
13
blog/index.md
Normal file
13
blog/index.md
Normal file
@ -0,0 +1,13 @@
|
||||
extends: blog.liquid
|
||||
title: "Blog"
|
||||
route: ""
|
||||
---
|
||||
|
||||
## Documentation
|
||||
|
||||
Welcome to the Actix-web Blog!
|
||||
|
||||
If you feel like contributing further, you can fork that repo,
|
||||
branch from `source`, and submit a pull request.
|
||||
|
||||
Contributions are always welcome!
|
Reference in New Issue
Block a user