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
- Host: GitHub
- URL: https://github.com/misterio77/website
- Owner: Misterio77
- License: other
- Created: 2019-02-16T14:23:51.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T18:34:41.000Z (10 months ago)
- Last Synced: 2025-09-04T20:28:20.218Z (10 months ago)
- Topics: jekyll, website
- Language: Liquid
- Homepage: https://m7.rs
- Size: 1.24 MB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My website
## About
[](https://nixos.org)
[](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`.