Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielmajeri/blog

My musing on technology and life
https://github.com/gabrielmajeri/blog

blog tech

Last synced: 1 day ago
JSON representation

My musing on technology and life

Awesome Lists containing this project

README

        

# Personal Blog

This repo contains the source files for my [personal blog](https://blog.gabrielmajeri.ro).

Uses the [Jekyll](https://jekyllrb.com/) static site generator.

Hosted for free on [GitHub Pages](https://pages.github.com/).

## Development instructions

First, you'll need to have the appropriate version of the [Ruby](https://www.ruby-lang.org/en/) programming language installed. My recommendation is to use a version manager, such as [`rbenv`](https://github.com/rbenv/rbenv).

To install all of the required dependencies, run:

```bash
bundle install
```

To start a local development server, use the following command:

```bash
bundle exec jekyll serve
```

A development server with a live preview of your changes will be available at `http://localhost:4000`.

## License

The blog's content, unless otherwise noted, is available under the [CC-BY-SA 4.0 license](http://creativecommons.org/licenses/by-sa/4.0/)