https://github.com/hegerdes/homepage
Personal Homepage
https://github.com/hegerdes/homepage
blog bootstrap homepage vue
Last synced: 11 months ago
JSON representation
Personal Homepage
- Host: GitHub
- URL: https://github.com/hegerdes/homepage
- Owner: hegerdes
- License: mit
- Created: 2019-09-24T21:17:53.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T02:45:11.000Z (over 1 year ago)
- Last Synced: 2025-02-11T03:27:00.277Z (over 1 year ago)
- Topics: blog, bootstrap, homepage, vue
- Language: SCSS
- Homepage: https://henrikgerdes.me
- Size: 116 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HomePage
[](https://app.netlify.com/sites/henrikgerdes/deploys) [](https://github.com/hegerdes/HomePage/actions/workflows/build.yml)
Check out the page: [https://henrikgerdes.me](https://henrikgerdes.me)
This is my homepage. Build with [zola](https://www.getzola.org/) and primarily deployed on Cloudflare. This project will generate static pages based on the content and templates.
In addition to that, it is a fill headless content management system (HCMS) for blog posts. Write your posts in Markdown, and generate a new version of your page.
## Build Setup
```bash,linenos
# install dependencies
$ bash zola-install.sh
# serve with hot reload at localhost:1111
$ zola serve
# generate static project
$ zola build
```