📝 update readme
This commit is contained in:
parent
c237ac780e
commit
dff959135e
1 changed files with 8 additions and 11 deletions
19
README.md
19
README.md
|
@ -1,8 +1,14 @@
|
|||
# vss
|
||||
|
||||
Easy-to-use static site generator
|
||||
vss is an easy to use static site generator.
|
||||
With `layout/index.html`, Markdown content, and a little configuration, you can easily build your website!
|
||||
|
||||

|
||||
- **Easy** to use
|
||||
- Create site content with **Markdown**
|
||||
|
||||
<p align="center">
|
||||
<img src="./image.gif" alt="vss" width="738">
|
||||
</p>
|
||||
|
||||

|
||||
|
||||
|
@ -11,10 +17,6 @@ Easy-to-use static site generator
|
|||
vss is still under development and the API is not stable.
|
||||
Be aware that destructive changes will be made if you use it!
|
||||
|
||||
## Feature
|
||||
|
||||
- Easy to use
|
||||
- Create site content with markdown
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -43,11 +45,6 @@ Currently, be sure to configure the following
|
|||
.
|
||||
├── about.md
|
||||
├── config.toml
|
||||
├── dist
|
||||
│ ├── css
|
||||
│ │ └── main.css
|
||||
│ └── js
|
||||
│ └── main.js
|
||||
├── index.md
|
||||
├── layouts
|
||||
│ └── index.html
|
||||
|
|
Loading…
Add table
Reference in a new issue