Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 342 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 342 Bytes

sotasato-www

My portfolio page.

https://group-mmm.org/~sotasato/

Usage

To build and launch a local server with port :8000,

$ make build
$ make serve

To deploy the public directory,

$ git remote add deploy https://<yourrepourl>.git
$ make deploy

Requirements

  • pandoc >= 2.14
  • python >= 3.7