Skip to content

Commit

Permalink
Markdown lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kastl <[email protected]>
  • Loading branch information
dkastl committed Jan 23, 2023
1 parent 79df85d commit 84d6f1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@

## Requirements

Tested with Hugo `v0.83.0` or higher.
Tested with Hugo `v0.109.0` or higher.

## Installation

Add as Git submodule to a Hugo project directory:

```
```sh
git submodule add [email protected]:Georepublic/hugo-theme-georepublic.git path/to/theme
```

Update and initialize available submodules with:

```
```sh
git submodule update --init --recursive
```

Install dependencies with npm:

```
```sh
cd path/to/theme
npm i
npm run build
```

Other commands:

```
```sh
npm run clean
```

## Development

Define custom theme parameters in `data/default.yaml` and use the following pattern to make them customizable as site parameters:

```
```sh
{{ .Site.Params.color | default .Site.Data.default.color }}
```

Expand Down

0 comments on commit 84d6f1e

Please sign in to comment.