Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matusstafura/berg-hugo-theme
- Owner: matusstafura
- License: mit
- Created: 2023-01-30T13:09:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:33:27.000Z (18 days ago)
- Last Synced: 2025-01-10T13:38:03.940Z (18 days ago)
- Topics: go, golang, hugo, hugo-theme, responsive, tailwindcss, theme
- Language: CSS
- Homepage: https://berg.stafura.dev/
- Size: 2.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).