# sudo-hugo

A minimalist Hugo theme designed for clarity, speed, and offline-first workflows.  
Built with mobile packaging in mind—perfect for Termux, AIDE, and Sketchware Pro.

## Features

- Lightweight and fast
- Modular structure for easy customization
- Offline-ready: ideal for APK packaging
- Clean typography and responsive layout

## Getting Started

```bash
git clone https://github.com/abhiraj-bibhar/sudo-hugo.git

```

Then add this to your hugo side 

``` bash 

hugo new site my-site
cd my-site
git submodule add https://github.com/abhiraj-bibhar/sudo-hugo.git themes/sudo-hugo
echo 'theme = "sudo-hugo"' >> config.toml
hugo server

```