Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a538b693321036a743ebb00eca60fc7ba3a3bfcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Devise

A minimal [hugo](https://gohugo.io/) blog theme.

## Installation

From the root of your Hugo site, run the following:

```
$ git submodule add https://github.com/austingebauer/devise.git themes/devise
$ git submodule init
$ git submodule update
```

## Updates

You can get updates to the Devise theme by running: 

```
$ git submodule update --remote themes/devise
```

## Configuration

TODO