Skip to content

kirill-shtrykov/hugo-ghost-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Ghost theme

License: MIT

Hugo Ghost is Hugo theme based on Casper, default Ghost theme

Ghost Screenshot

Installation

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

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/

Features

  • warn/hint/danger codeblocks

Contributing

If you find a bug or have an idea for a feature, feel free to write an issue or make a PR.

TODO

  • Pagination
  • Comments
  • More socials
  • More languages

License

Hugo Ghost is licensed under the MIT license.

Acknowledgements

About

Hugo theme based on Casper, default Ghost theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published