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

https://github.com/misterio77/website

My personal website and blog
https://github.com/misterio77/website

jekyll website

Last synced: 3 months ago
JSON representation

My personal website and blog

Awesome Lists containing this project

README

          

# My website

## About
[![built with nix](https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a)](https://nixos.org)
[![hydra status](https://hydra.m7.rs/shield/job/website/main/x86_64-linux.main)](https://hydra.m7.rs/jobset/website/main)

My personal website.

Licensed under MIT (code) and CC BY-SA 4.0 (content)

## Developing

First install ruby and bundler, then run `bundle install`.

Now you can use `bundle exec jekyll build` to build, and `bundle exec jekyll
serve` to serve locally.

### Nix

If you're using Nix, just run `nix develop` to get a shell with everything you
need.

You can also use `nix build` to build the site, ready for deployment. You can
serve it locally using `nix run`.