Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takusemba/portfolio

My Portfolio powered by Hugo
https://github.com/takusemba/portfolio

hugo portfolio

Last synced: about 1 month ago
JSON representation

My Portfolio powered by Hugo

Awesome Lists containing this project

README

        


Portfolio



My portfolio powered by Hugo

### Build

`hugo` command generate html/css/js files in public directory.

```sh
hugo
```

### Locally

`hugo server` will help you check the site locally with hot loading.

```sh
hugo server
```