Skip to content

binqry/binqry.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binqry

Source codes of the site https://binqry.github.io/ .

Edit Contents Locally

Prerequisites

  • Python 3.x

Setup

pip install -r requirements.txt

Preview Site

mkdocs serve

Deployment

A workflow of GitHub Actions is configured by .github/workflows/gh-pages.yml .