Sp-cy

Hola! I'm Miguel and this is my laboratory of cybernetics
en es

How to Use Hugo on Android

You can update your Hugo blog from your Android mobile phone by installing the Termux app and then installing Hugo using the command pkg install hugo. Once installed, you can create your site directory using hugo new site <sitename> and then navigate to it using cd <sitename>. You can then use Git to initialize your site with git init and add a theme with git submodule add <hugo-git-theme-link> themes/<theme-name>. After that, you can update your blog using Git commands.

Continue reading