Skip to content

Garbrandt/tenet-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Slash

A Github issues based blog

Introduction

Write your blog in github issue, demo

Usage

1. clone this repo

git clone [email protected]:mastermay/Slash.git

2. edit user & repo config, in src/config.ts

config = {
    user: 'mastermay',  // GitHub user name
    repo: 'Slash',      // GitHub repo name
    per_page: 1,        // page size of homepage
}

3. build your website

npm i
npm run build

4. move files (dist/*) to branch gh-pages

5. write your blog in github issue :)

Todo

  1. add comments
  2. add cache for posts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published