- Create Markdown file with post content in
/public/cms/directory - Add post metadata to file
/public/posts.jsonin format:
{
"id": 1,
"slug": "example",
"title": "Example",
"desc": "Example post",
"path": "/cms/example.md"
}where:
- id - unique post id
- slug - unique post slug
- title - post tile
- desc - post description
- path - path to created file in previous step
You can change colors in /src/config/colors.css file.
You can change title, creators and link to / page text in /src/config/config.ts.