Skip to content

midoriao/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sotasato-www

My portfolio page.

GitHub Pages target: https://midoriao.github.io/portfolio/ Previous URL: https://group-mmm.org/~sotasato/

Usage

To build and launch a local server on port 8000,

$ make build
$ make serve

Publishing

This repository publishes with GitHub Pages via GitHub Actions.

  1. In the repository settings, open Pages.
  2. Set Source to GitHub Actions.
  3. Push to the main branch.

The workflow builds the site into public/ and deploys it to:

https://midoriao.github.io/portfolio/

Legacy manual deploy

The make deploy target is still available if you want to push public/ to a separate deployment repository.

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

Requirements

  • pandoc >= 2.14
  • python >= 3.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors