Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utzcoz/utzcoz.github.io

Personal blog powered by Jekyll.
https://github.com/utzcoz/utzcoz.github.io

giscus jekyll minima

Last synced: 24 days ago
JSON representation

Personal blog powered by Jekyll.

Awesome Lists containing this project

README

        

# utzcoz.github.io

Personal blog powered by [Jekyll](https://jekyllrb.com/).

### Install dependencies

```shell
source install-dependencies.sh
```

### Start local instance

```shell
source start.sh
```

### Start local instance including drafts content

```shell
source start-drafts.sh
```

### Check theme installation path

```shell
bundle info --path minima
```

### Customization theme files

The customization theme files are based on minima-2.5.1.

### Update dependencies

```shell
bundle update
```