Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielmajeri/blog
- Owner: GabrielMajeri
- Created: 2019-09-08T04:42:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:04:11.000Z (2 days ago)
- Last Synced: 2024-11-04T19:43:29.323Z (2 days ago)
- Topics: blog, tech
- Language: HTML
- Homepage: https://blog.gabrielmajeri.ro
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/)