Skip to content

pratikgajjar/go-backend.how

backend.how

Development

To run server:

hugo server -D --buildDrafts --buildFuture

To add new post:

hugo new content posts/{post-name}.md

Deployment

CD

  • Connect GitHub with Cloudflare Pages
  • Select main branch and grant access.

With each commit it builds the site and publishes on Cloudflare Pages.

Cron

  • To ensure future dated article gets published, build and deploy once a day.
  • ./crontab/ - Cloudflare Wrangler cron worker, uses deploy hook URL to trigger deployment

License

Code

The code for this site is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Content

All content of this site (blog posts, images, etc.), including previously committed content, is licensed under Creative Commons Attribution-ShareAlike 4.0 International. See the LICENSE-CONTENT file for details.

In case of exceptions specific license is added alongside the post content.

Exceptions

Certain documents in this repository are licensed under different terms:

  • The document located at ./content/posts/the-tiger-style/index.md is licensed under the Apache License 2.0.

About

Everything Engineering - Blogs

Topics

Resources

License

GPL-3.0, CC-BY-SA-4.0 licenses found

Licenses found

GPL-3.0
LICENSE
CC-BY-SA-4.0
LICENSE-CONTENT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published