Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyhusen/website
My personal website, portfolio, and blog.
https://github.com/heyhusen/website
hugo jamstack portfolio ssg tailwindcss
Last synced: 9 days ago
JSON representation
My personal website, portfolio, and blog.
- Host: GitHub
- URL: https://github.com/heyhusen/website
- Owner: heyhusen
- License: apache-2.0
- Created: 2020-06-17T02:47:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T05:02:25.000Z (about 2 months ago)
- Last Synced: 2024-10-12T22:34:34.976Z (24 days ago)
- Topics: hugo, jamstack, portfolio, ssg, tailwindcss
- Language: HTML
- Homepage: https://husen.id
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# husen.id
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/hapakaien/website/CI?label=CI&style=flat-square)](https://github.com/hapakaien/website/actions/workflows/main.yml)
[![GitHub](https://img.shields.io/github/license/hapakaien/website?style=flat-square)](LICENSE)The fifth iteration of [husen.id](https://husen.id), built with
[Hugo](https://gohugo.io/) and hosted using
[Cloudflare Pages](https://pages.cloudflare.com/).![Screenshot](assets/img/screenshot.png)
To better understand why I redesigned my website this time, you can read the
article [here](https://husen.id/article/2022/04/02/redesign-my-personal-website-using-hugo/).## Prerequisites
- **Go** - v1.18 or higher.
- **Hugo** - v0.96.0 or higher.
- **Node** - v16 or higher.
- **pnpm** - v6 or higher.## Set-up
1. Install dependencies.
```bash
pnpm install
```2. Start the development server and try open on your web
browser.```bash
pnpm dev
```### Production
1. Generate static website.
```bash
pnpm build
```2. Preview the production build.
```bash
pnpm start
```