An open API service indexing awesome lists of open source software.

https://github.com/m90/frederikring.com

Personal Homepage
https://github.com/m90/frederikring.com

Last synced: 2 months ago
JSON representation

Personal Homepage

Awesome Lists containing this project

README

        

# frederikring.com
> Source code for my personal homepage

This 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.