An open API service indexing awesome lists of open source software.

https://github.com/michionlion/saejinheinert.com

Personal Website
https://github.com/michionlion/saejinheinert.com

cv hugo resume website

Last synced: 4 months ago
JSON representation

Personal Website

Awesome Lists containing this project

README

        

# Personal Website

[![Netlify Status](https://api.netlify.com/api/v1/badges/091e14e3-9619-4c50-89e9-369da947f7e1/deploy-status)](https://app.netlify.com/sites/saejinheinert/deploys)

Built using Netlify and Hugo, along with Javascript, CSS, Markdown, and HTML.

[Visit it](https://saejinheinert.com)

## Developing

To pull in development dependencies (hugo), run `yarn install`.

To build a live version of the website for development use
`yarn serve`. To build the website (into the `./dist` directory
by default) use `yarn build`.