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

https://github.com/polomarcus/blog


https://github.com/polomarcus/blog

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# Blog
To centralize my blog posts from dev.to / medium

## Start the blog locally
```
docker-compose up
# check http://localhost:1313/blog/
```

Or

```
hugo serve --buildDrafts --buildFuture
```
## How to write an article
Create a markdown file inside `content/article`

## Blog engine
https://gohugo.io/getting-started/

## Blog theme
https://github.com/lxndrblz/anatole

### Shorcuts
https://gohugo.io/content-management/shortcodes/#figure

## Deploy
https://gohugo.io/hosting-and-deployment/hosting-on-github/

### Thanks
* https://github.com/badele
* open source contributors
["Standing on the shoulders of giants"](https://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants)