Back

Project and Working Groups

Launcher

Info


Hugo Apps Theme

GitHub stars GitHub forks GitHub license

Hugo apps theme makes it easy to post web apps

Installation

From the root of your website

mkdir -p themes
cd themes
git clone https://github.com/gonnux/hugo-apps-theme

From config.toml of your site

theme = "hugo-apps-theme"

Creating a page

hugo new about.md
#hugo new about.html
hugo new apps/myapp.md
#hugo new apps/myapp.html
mkdir apps/myapp
touch apps/myapp/index.html
touch apps/myapp/app.js
touch apps/myapp/app.css

Configuration

Front Matter

What is full page?

Web apps, they would probably have index.html which contains html, head, body tags if you want to post index.html without removing that tags, you can achieve this by setting full=true

config.toml

Features

Contribution

Fork this repository and create an PR to dev branch.

Inspired by

This theme is inspired by following themes: Hugo Coder

License

Licensed under the MIT License. See the LICENSE file for more details.