Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barraponto/barraponto.github.io
- Owner: barraponto
- License: mit
- Created: 2013-10-19T17:47:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T01:43:28.000Z (over 1 year ago)
- Last Synced: 2024-04-15T12:50:53.356Z (9 months ago)
- Language: SCSS
- Homepage: https://barraponto.gitlab.io
- Size: 7.29 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```