Hugo Theme Switcher
So you love hugo right? Of course you do, I can't imagine any other scenario in which you would have found this project. But I know what you're thinking, "If only there was a way for me to quickly and easily cycle my static site through a bunch of different themes!". Well, think no longer.
Installation
go get git.sr.ht/~tannart/hugo-theme-switcher
Usage:
Show me the themes:
hts list
switch to a theme:
hts switch <theme>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.