- 👉 Get Started
- 📚 View the documentation
- 💬 Chat with the Hugo Blox Builder community or Hugo community
- 🐦 Twitter: @GetResearchDev @GeorgeCushen #MadeWithHugoBlox
- ⬇️ Automatically import your publications from BibTeX with the Hugo Academic CLI
- 💡 Suggest an improvement
- ⬆️ Updating? View the Update Guide and Release Notes
hugo server -D
docker run -d -p 443:443 -p 80:80 \
-v /opt/blog/cert:/etc/nginx/cert/ \
-v /opt/blog/nginx.conf:/etc/nginx/nginx.conf \
-v /opt/blog/public/:/usr/share/nginx/html/ \
--name blog nginx:latest