Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/h1alexbel/h1alexbel.github.io
- Owner: h1alexbel
- License: mit
- Created: 2022-06-27T16:16:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T09:05:09.000Z (19 days ago)
- Last Synced: 2024-12-17T10:19:31.560Z (19 days ago)
- Topics: blog, github-pages, jekkyl, programming
- Language: SCSS
- Homepage: https://www.h1alexbel.xyz
- Size: 34.7 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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