1
0
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:
krircc
2018-01-07 18:14:51 +08:00
parent 0e64cbdf63
commit 14f4da6fd0
6 changed files with 72 additions and 16 deletions

8
blog/Blog-example.md Normal file
View 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
View 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!