QR Code Generator

I just use qrious.js to implement a simple QR code generator.Please feel free to try online QR code generator to make your own QR codes. It supports four levels of error correction, you can choose the right size for your QR codes in the range of 100 to 1000 and click on a color swatch in the swatches panel to change the foreground and backgroud color.

Deploying a Hugo Blog with GitHub Actions

We already can use Travis-CI and Netlify to build and deploy Static Sites, Today we introduce a new way to automate and customize your workflows–GitHub Actions. But we’re just scratching the surface of what GitHub Actions can do. Once you get started, you’ll be able to build, package, release, update, and deploy your project in any language—on GitHub or any external system—without having to run code yourself. Sign up for the limited public beta of GitHub Actions