Skip to content
tan90° edited this page Mar 17, 2019 · 14 revisions
  1. download the latest release of Mirror here

  2. get your hash

  3. modify index.html

...

<script>
window.config = {
  organization: false, // set true, if it is a organization repository issue, default false
  order: 'UPDATED_AT', // order by create time or update time, 'UPDATED_AT' or 'CREATED_AT'
  title: 'Mirror', // blog title
  user: 'LoeiFy', // GitHub usename, required
  repository: 'Recordum', // GitHub repository name, blog content issues, required
  authors: 'LoeiFy,author1', // blog muti-authors, should be separated by ','. and the `user` is included in.
  ignores: '17,13', // ignore issue IDs
  host: '', // blog url hostname
  hash: '', // required
  perpage: 5, // pagination
}
</script>

...

Save the index.html, push all files to gh-pages branch or master branch docs path

Clone this wiki locally