https://github.com/m90/frederikring.com
Personal Homepage
https://github.com/m90/frederikring.com
Last synced: 2 months ago
JSON representation
Personal Homepage
- Host: GitHub
- URL: https://github.com/m90/frederikring.com
- Owner: m90
- Created: 2016-08-28T07:36:04.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T19:01:11.000Z (4 months ago)
- Last Synced: 2025-03-25T04:54:25.758Z (2 months ago)
- Language: CSS
- Homepage: http://www.frederikring.com
- Size: 2.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frederikring.com
> Source code for my personal homepageThis page uses the [Pelican](https://getpelican.com/) static site generator, which means you will need to have Python installed on your setup.
## Installing dependenices
```console
$ pip install -r requirements.txt
```## Running the local dev server
```console
$ pelican -r -l
```## Deployment
The static assets are built and deployed to GitHub Pages from GitHub Actions.