Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/h1alexbel/h1alexbel.github.io

My blog about programming and social
https://github.com/h1alexbel/h1alexbel.github.io

blog github-pages jekkyl programming

Last synced: 8 days ago
JSON representation

My blog about programming and social

Awesome Lists containing this project

README

        

# h1alexbel.xyz blog

[![jekyll](https://github.com/h1alexbel/h1alexbel.github.io/actions/workflows/jekyll.yml/badge.svg)](https://github.com/h1alexbel/h1alexbel.github.io/actions/workflows/jekyll.yml)
[![pages-build-deployment](https://github.com/h1alexbel/h1alexbel.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/h1alexbel/h1alexbel.github.io/actions/workflows/pages/pages-build-deployment)
[![Hits-of-Code](https://hitsofcode.com/github/h1alexbel/h1alexbel.github.io?branch=master)](https://hitsofcode.com/view/github/h1alexbel/h1alexbel.github.io?branch=master)

This is my blog: [www.h1alexbel.xyz](https://www.h1alexbel.xyz).

## How to Contribute

You are welcome to submit corrections to this blog. In order to do that, you
will need [Ruby] 3.1.4+ and [Bundler] installed. Then, run this:

```bash
$ bundle update
$ bundle exec jekyll serve -b ""
```

In a few seconds of building you should be able to see the blog
at `http://localhost:4000`. Make your changes and refresh the page in the
browser. If everything is fine, submit a pull request.

[Ruby]: https://www.ruby-lang.org/en
[Bundler]: https://bundler.io