Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/utzcoz/utzcoz.github.io
- Owner: utzcoz
- License: apache-2.0
- Created: 2018-10-20T05:17:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T03:50:33.000Z (5 months ago)
- Last Synced: 2024-06-17T04:54:01.935Z (5 months ago)
- Topics: giscus, jekyll, minima
- Language: HTML
- Homepage: https://utzcoz.github.io/
- Size: 2.81 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```