https://github.com/dcavalei/blog
My Blog
https://github.com/dcavalei/blog
Last synced: 2 months ago
JSON representation
My Blog
- Host: GitHub
- URL: https://github.com/dcavalei/blog
- Owner: dcavalei
- Created: 2023-04-16T16:18:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T20:11:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T14:46:57.261Z (4 months ago)
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog dcavalei.com
## dev
I am using docker compose for development. This is not how you deploy the blog.
```bash
docker compose up
docker compose down
```
Running on -> http://localhost:1313/### References
- hugo - https://gohugo.io/
- docker compose - https://docs.docker.com/compose/### Troubleshooting
You need to clone this repo with the `--recursive` flag, I'm using submodules
```bash
git clone --recursive [email protected]:dcavalei/blog.git
```