https://github.com/jeffersonrpn/leiaute
Conteúdo em pt-BR sobre layout em HTML e CSS.
https://github.com/jeffersonrpn/leiaute
css-box-model css-flexbox css-grid css-tricks
Last synced: 5 months ago
JSON representation
Conteúdo em pt-BR sobre layout em HTML e CSS.
- Host: GitHub
- URL: https://github.com/jeffersonrpn/leiaute
- Owner: jeffersonrpn
- Created: 2018-07-16T18:40:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T22:18:29.000Z (over 7 years ago)
- Last Synced: 2025-02-05T07:45:50.509Z (over 1 year ago)
- Topics: css-box-model, css-flexbox, css-grid, css-tricks
- Language: HTML
- Homepage: https://jeffersonrpn.github.io/leiaute/
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leiaute
Conteúdo em pt-BR sobre layout em HTML e CSS.
## Como atualizar este site
Este site foi construído usando [pelican](http://docs.getpelican.com/en/3.7.1/install.html)
e utiliza [virtualenv](https://virtualenv.pypa.io/en/stable/userguide/). Para setar o ambiente, basta iniciar o ambiente e instalar as dependências:
```
virtualenv .
source bin/activate
pip install -r requirements.txt
```
As páginas são geradas no diretório __output__ usando o pelican:
```
pelican content -o output -s publishconf.py -t ./themes/carcara
```
### Publicar via github pages
```
ghp-import output
git push origin gh-pages
```