Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matusstafura/berg-hugo-theme

:mountain: Hugo Theme Berg
https://github.com/matusstafura/berg-hugo-theme

go golang hugo hugo-theme responsive tailwindcss theme

Last synced: 15 days ago
JSON representation

:mountain: Hugo Theme Berg

Awesome Lists containing this project

README

        

# BERG | HUGO theme

Berg theme is a clean and modern responsive blog theme for Hugo.

[demo](https://berg.stafura.dev/)

![berg theme screenshot](screenshot.jpeg)

## Contents

- [Features](#features)
- [Quick Start](#quick-start)
- [Documentation](#documentation)
- [License](#license)

## Features

- Responsive
- Dark mode
- Pagination
- Google Tag Manager
- Breadcrumbs
- Social sharing
- Meta verification
- OpenGraph, TwitterCard support
- Dark mode

## Quick Start

```shell
hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/matusstafura/berg-hugo-theme themes/berg
echo "theme = 'berg'" >> hugo.toml
hugo server
```

## Documentation

Read the documentation by deploying it locally

```shell
cd exampleSite && hugo server
```

or read the docs online [https://berg.stafura.dev/docs](https://berg.stafura.dev/docs)

## License

This theme is released under the MIT license. For more information read the [License](LICENSE).