Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sobolevn/sobolevn.github.io

sobolevn's personal page, where I rant about software and management
https://github.com/sobolevn/sobolevn.github.io

blog elixir javascript jekyll management personal-website python rsdp sobolevn

Last synced: 2 days ago
JSON representation

sobolevn's personal page, where I rant about software and management

Awesome Lists containing this project

README

        

# sobolevn's personal page

[See it live!](https://sobolevn.me)

## Development

Make sure you have `ruby 2.5.1` installed, use `rbenv` in case you don't.

1. `rbenv install`
2. `gem install bundler`

Then run:

1. `bundle install`
2. `bundle exec jekyll serve --safe --strict_front_matter`
3. Done!

## License

The source code is licensed under [MIT](https://github.com/sobolevn/sobolevn.github.io/blob/master/LICENSE).
The content is licensed under [CC BY-NC](https://creativecommons.org/licenses/by-nc/4.0/).