Hugo Ghost is Hugo theme based on Casper, default Ghost theme
Inside the folder of your Hugo site run:
$ git submodule add https://github.com/kirill-shtrykov/hugo-ghost-theme themes/ghost
For more information read the official setup guide of Hugo.
Configuration example
baseURL: https://example.com
languageCode: ru-RU
defaultContentLanguage: ru
title: Example Site
theme: ghost
params:
author: Author Name
description: Site Description
logo: logo.svg
mainSections:
- posts
favicon:
enabled: true
file: favicon.ico
svgIcon:
enabled: true
file: icon.svg
appleIcon:
enabled: true
file: apple-touch-icon.png
webmanifest:
enabled: true
file: manifest.webmanifest
social:
email: email@example.com
telegram: username
gitlab: username
github: username
menus:
main:
- identifier: Home
weight: 100
url: /
- identifier: Tags
url: /tags/
warn
/hint
/danger
codeblocks
If you find a bug or have an idea for a feature, feel free to write an issue or make a PR.
- Pagination
- Comments
- More socials
- More languages
Hugo Ghost is licensed under the MIT license.