Skip to content

Julek-Git/Small-Blog

Repository files navigation

Simple Blog template

Adding posts

  1. Create Markdown file with post content in /public/cms/ directory
  2. Add post metadata to file /public/posts.json in 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

App configuration

Colors

You can change colors in /src/config/colors.css file.

Other config

You can change title, creators and link to / page text in /src/config/config.ts.

About

Simple blog platform with Markdown support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors