Skip to content

graffie/mill

Repository files navigation

mill

Lightest, themable 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'
    }
    theme: 'basic'
}

Change themes

See wiki

Development

  • Install dependencies npm i
  • Build the project npm run build
  • Open https://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

Lightest, themable article system, based on `GitHub`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published