Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuxieorg/hugo-theme-shiro

A Content-focused theme for Hugo.
https://github.com/fuxieorg/hugo-theme-shiro

golang hugo hugo-theme

Last synced: about 2 months ago
JSON representation

A Content-focused theme for Hugo.

Awesome Lists containing this project

README

        

# Shiro

A Content-focused theme for Hugo.

## Features

- No JS, just HTML and tiny CSS
- No NPM dependencies

## Installation

Clone the theme into the themes directory, adding it to your project as a Git submodule:

```sh
cd your_hugo_project
git submodule add [email protected]:fuxieorg/hugo-theme-shiro.git themes/shiro
```

Append the following line to `hugo.toml` file, indicating the current theme:

```toml
# ...
theme = "shiro"
# ...
```

Start Hugo’s development server to view the site:

```sh
hugo server
```

## Update

To update the theme, pull the latest changes from the repository by navigating to your Hugo project's root directory and running:

```sh
cd your_hugo_project
git submodule update --remote --merge
```