friskfly / blog

Yet another article system.

Home Page:https://friskfly.github.io/mill/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mill

Yet another lightweight article system, based on GitHub.

How to

Create your own blog

  • Fork the repo to your account.
  • Modify the config.js and save the change. The format is following this
{   
    // Blog title
    title: 'theorangeclock.github.io',
    // Blog description
    description: 'the lightest blog engine base on github issues.'
    github: {                            
      owner: 'theorangeclock',
      repo: 'theorangeclock.github.io'
    }
}

Development

  • Install dependencies npm i
  • Build the project npm run build
  • Open http://localhost:4000 check the webpage.

LICENSE

This software is free to use under MIT license. See the LICENSE file for license text and copyright information.

About

Yet another article system.

https://friskfly.github.io/mill/#/

License:MIT License


Languages

Language:JavaScript 60.3%Language:CSS 27.5%Language:HTML 12.2%