Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takusemba/portfolio
- Owner: TakuSemba
- Created: 2018-07-04T12:17:16.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T02:20:39.000Z (5 months ago)
- Last Synced: 2024-11-09T19:11:52.615Z (3 months ago)
- Topics: hugo, portfolio
- Language: HTML
- Homepage: https://takusemba.com
- Size: 8.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```