GitXplorerGitXplorer
G

blog

public
1 stars
0 forks
4 issues

Commits

List of commits on branch main.
Unverified
b2d5763c80419d8a56ca2ef17e9166ae4231d291

Fix Windows path in `fstab` config line

GGabrielMajeri committed 2 months ago
Unverified
2fb86fe73f32a64b1e6f1c0631900b32b8b44400

Set up GitHub Actions workflow for deploying to Jekyll

GGabrielMajeri committed 2 months ago
Verified
173e3839d051714c56d9cadafdbbbb5d14bd4c5b

Set up GitHub Actions workflow for deploying to Jekyll

GGabrielMajeri committed 2 months ago
Unverified
216e4c720fa1d6902faa19a4d037639f441ec833

Add a blog post on the Lie product formula

GGabrielMajeri committed 2 months ago
Unverified
40312d6fb7d3483f819063a3ce116d17a1cee159

Update dependencies

GGabrielMajeri committed 2 months ago
Unverified
b408dcfe7b080535c1f8f641f8d53aa0b49ea10a

Update README and `index.md`

GGabrielMajeri committed 4 months ago

README

The README file for this repository.

Personal Blog

This repo contains the source files for my personal blog.

Uses the Jekyll static site generator.

Hosted for free on GitHub Pages.

Development instructions

First, you'll need to have the appropriate version of the Ruby programming language installed. My recommendation is to use a version manager, such as rbenv.

To install all of the required dependencies, run:

bundle install

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

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