Skip to content

blogsa/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogsa - template and demo project

You can use this repo as a template to build your own blog with your current repository.

It is so simple to install.

We have made a deployment file to test your own blog on Heroku! It is easy. Just click "Deploy to Heroku" button.

Deploy

If you want to implement this to your git repo copy definition files to make your own settings.

config.json file will help us to read your git repo folders. (It means where is your blog posts, pages and pictures etc.)

config.json file

{
    "Title": "My Git Blog!",
    "Description": "This will help you to understand my blog!",
    "Keywords": "blogs, blogsa, blog, git blog",
    "Repository": {
        "PostsFolder": "posts",
        "PagesFolder": "pages",
        "PostsRoute": "post/{name}",
        "PagesRoute": "page/{name}"
    }
}

Releases

No releases published

Packages

No packages published