https://github.com/polomarcus/blog
https://github.com/polomarcus/blog
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/polomarcus/blog
- Owner: polomarcus
- Created: 2018-09-25T21:05:48.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:12:30.000Z (9 months ago)
- Last Synced: 2024-09-10T15:52:19.414Z (9 months ago)
- Language: CSS
- Homepage: https://www.epauler.fr
- Size: 21.7 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)