https://github.com/danguilherme/danguilherme.github.io
:earth_americas: My website and blog
https://github.com/danguilherme/danguilherme.github.io
docpad personal-blog personal-website
Last synced: 7 days ago
JSON representation
:earth_americas: My website and blog
- Host: GitHub
- URL: https://github.com/danguilherme/danguilherme.github.io
- Owner: danguilherme
- Created: 2014-04-19T17:12:33.000Z (about 11 years ago)
- Default Branch: source
- Last Pushed: 2023-02-04T23:10:01.000Z (over 2 years ago)
- Last Synced: 2024-04-14T12:08:41.636Z (about 1 year ago)
- Topics: docpad, personal-blog, personal-website
- Language: HTML
- Homepage: https://danguilherme.github.io
- Size: 82.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [danguilherme.github.io](https://danguilherme.github.io/)
Repositório do meu blog e futuro site.
## Criação de artigos
* Criar o arquivo em `documents\blog\`
* Colocar nome, tagline, tags, date e isDraft
* Criar uma imagem em `files\blog\content\${nomeDoPost}\cover.png`
* A imagem deve ser wide (landscape, largura maior que altura, etc). Tamanho ideal: 1024x512## Tecnologias utilizadas
* [DocPad](https://docpad.org/) - gerador de site estático no [Node.js](https://nodejs.org/) (com vários [plugins](https://github.com/danguilherme/danguilherme.github.io/blob/source/package.json#L7-L19)).
* [Stylus](https://learnboost.github.io/stylus/) - pré-processador CSS, também no Node.js.## Executar
**Pré-requisitos:**
- Node (v4+)**Passo a passo:**
1. Instalar [GraphicsMagick](http://www.graphicsmagick.org/)
- Windows: [download and install](http://www.graphicsmagick.org/INSTALL-windows.html) (Q8 version)
- Ubuntu: `sudo apt-get install graphicsmagick`
- Mac OS: `brew install graphicsmagick`
1. `npm start`