Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/barraponto/barraponto.github.io

Blog pessoal. Site estático gerado com Jekyll. Clone do https://gitlab.com/barraponto/barraponto.gitlab.io
https://github.com/barraponto/barraponto.github.io

Last synced: about 1 month ago
JSON representation

Blog pessoal. Site estático gerado com Jekyll. Clone do https://gitlab.com/barraponto/barraponto.gitlab.io

Awesome Lists containing this project

README

        

# Barraponto Blog

Hosted at https://barraponto.blog.br
Deployed on Gitlab Pages using Jekyll.

## How to write

```
bundle exec draft "name of new draft"
bundle exec publish path/to/draft
```

## How to install

```
gem install bundler
bundle install
```

## How to update

```
bundle update github-pages
```

## How to deploy

```
git push gitlab master
```