Tips - Goland

How to open a GitHub project? Git > Clone… > Select GitHub from left panel. If you can’t see the GitHub list from left panel:

Tips - Git Version Control

Git How to remove Git submodule from a project? I use go module require github.com/McShelby/hugo-theme-relearn v0.0.0-20230328175528-8d474ed3b16b // indirect # Remove the submodule entry from .git/config git submodule deinit -f themes/hugo-theme-relearn # Remove the entry in .

Quick Video Editing Using FFmpeg

FFmpeg is a free and open-source software. It’s a very fast video and audio converter that can also grab from a live audio/video source. It can also convert between arbitrary sample rates and resize video on the fly with a high quality polyphase filter.

Midas M32 Digital Console Notes

The Midas M32 Digital Console for Live and Studio brings cutting-edge Midas innovation to the world of medium-format consoles. Loaded with 32 premium Midas Pre-amplifiers, 25 time-aligned and phase-coherent DSP mix buses, brilliant DSP processing and routing, and massive expansion options, the M32 is an ideal foundation for moderate venues and professional touring rigs.

Host Static Website on Gitlab Pages

There’re lots of free services that you can host your static website: GitHub Pages Netlify Gitlab And many more. See Hugo Hosting & Deployment I’ll show you how to deploy your website to Gitlab Pages.

Creating A Blog Using Hugo

Hugo is one of the most popular open-source static site generators. I just heard that the new Bootstrap 5 will use Hugo to generate their document.