Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janheinrichmerker/website
🌐 Personal portfolio website.
https://github.com/janheinrichmerker/website
landing-page portfolio portfolio-website website
Last synced: 2 days ago
JSON representation
🌐 Personal portfolio website.
- Host: GitHub
- URL: https://github.com/janheinrichmerker/website
- Owner: janheinrichmerker
- License: mit
- Created: 2016-07-13T02:29:30.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T22:12:59.000Z (24 days ago)
- Last Synced: 2024-12-22T05:09:46.153Z (5 days ago)
- Topics: landing-page, portfolio, portfolio-website, website
- Language: SCSS
- Homepage: http://heinrich.merker.id/
- Size: 31.6 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://img.shields.io/github/actions/workflow/status/janheinrichmerker/website/ci.yml?branch=main&style=flat-square)](https://github.com/janheinrichmerker/website/actions/workflows/ci.yml)
[![Issues](https://img.shields.io/github/issues/janheinrichmerker/website?style=flat-square)](https://github.com/janheinrichmerker/website/issues)
[![Commit activity](https://img.shields.io/github/commit-activity/m/janheinrichmerker/website?style=flat-square)](https://github.com/janheinrichmerker/website/commits)
[![License](https://img.shields.io/github/license/janheinrichmerker/website?style=flat-square)](LICENSE)# 🌐 website
My personal [website](https://heinrich.merker.id).
## Development
1. Install asset dependencies:
```shell script
yarn --cwd assets/
```1. Run Hugo development server:
```shell script
hugo server
```## Build & deploy
The [website](https://heinrich.merker.id) is automatically built and deployed
via [GitHub Actions](https://github.com/janheinrichmerker/website/actions).## License
The source code is licensed under the [MIT License](/LICENSE).
The content is licensed under the [CC0 1.0 Universal License](/static/LICENSE).