All Projects → moegi-design → Ghost Theme Moegi

moegi-design / Ghost Theme Moegi

Licence: mit
An elegant & fresh ghost theme.

Projects that are alternatives of or similar to Ghost Theme Moegi

Mnml Ghost Theme
A minimal, responsive, fast ghost blog theme with great typography. Comes with paid membership support, Disqus comments, syntax highlighting, and KaTeX for mathematics, and more.
Stars: ✭ 235 (+132.67%)
Mutual labels:  ghost, ghost-theme, ghost-blog
biron-ghost-theme
Biron Free Ghost Theme
Stars: ✭ 43 (-57.43%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Asgar
A two-column, clean and minimalist theme for @TryGhost
Stars: ✭ 22 (-78.22%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Simply
Theme for Ghost inspired in Medium
Stars: ✭ 336 (+232.67%)
Mutual labels:  ghost, ghost-theme, ghost-blog
aesto
Free Ghost theme with membership support. Minimal content focused design with multi author supported.
Stars: ✭ 31 (-69.31%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Ghost Matery2
这是又一个采用Material Design和响应式设计的漂亮、简洁且基于Ghost博客的新主题
Stars: ✭ 87 (-13.86%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (+372.28%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Fizzy Theme
🥤A tasty blogging theme for Ghost.
Stars: ✭ 194 (+92.08%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Prometheus
🌈 A Clean And Modern Ghost Theme with Progressive Web Apps (PWA)
Stars: ✭ 94 (-6.93%)
Mutual labels:  ghost, ghost-theme, ghost-blog
donnie-dark
Donnie Dark is dark, responsive, customizable theme for Ghost 0.5+ blogs. Name of the theme is hats-off for a great movie.
Stars: ✭ 20 (-80.2%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Caffeine Theme
A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences
Stars: ✭ 300 (+197.03%)
Mutual labels:  ghost, ghost-theme, ghost-blog
nomore
A minimal theme for Ghost Blog.
Stars: ✭ 18 (-82.18%)
Mutual labels:  ghost, ghost-theme, ghost-blog
mention-ghost-theme
Mention theme for Ghost blogging platform, built by https://vanila.io
Stars: ✭ 69 (-31.68%)
Mutual labels:  ghost, ghost-theme, ghost-blog
undefined-ghost-theme
A minimal, Ghost 5.0-ready, membership-enabled starter theme for the Ghost blogging platform.
Stars: ✭ 76 (-24.75%)
Mutual labels:  ghost, ghost-theme, ghost-blog
starter
A clean theme for Ghost blog
Stars: ✭ 26 (-74.26%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Skywalker
A material design theme for ghost blog 🙈🌈🍇
Stars: ✭ 80 (-20.79%)
Mutual labels:  ghost, ghost-theme, ghost-blog
Gatsby Theme Try Ghost
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
Stars: ✭ 88 (-12.87%)
Mutual labels:  ghost, ghost-theme
Ghost Theme Kaldorei
🎨 A Simple And Elegant Ghost Theme Derive From Default Theme Casper
Stars: ✭ 273 (+170.3%)
Mutual labels:  ghost, ghost-theme
Gatsby Casper
A Casper blog starter for Gatsby
Stars: ✭ 375 (+271.29%)
Mutual labels:  ghost, ghost-theme
Ghost On Github Pages
Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
Stars: ✭ 421 (+316.83%)
Mutual labels:  ghost, ghost-blog

Moegi 2

Ghost Version Build & Push & Deploy GitHub release (latest by date)

Moegi Theme

中文文档

Download

Stable Build

The version with major updates. Go to Releases to download stable version.

Nightly Build

Every commit in this branch will be built and tested automatically by Github Actions. Go to dist branch or directly download the newest zip.

Usage

  • Download the theme and Upload to the Ghost Admin. (under Design)
  • Add a custom integration under Integrations, then you can rec eive Content API Key and API URL.
  • Go to Code injection, put codes below into Site Header:
    <script>
    const config = {
      api: {
        url: 'Your API URL',
        contentKey: 'Your Content API Key',
      }
    }
    </script>
    
    The above is required content, if you need more custom configuration, please skip to Configuration.
  • Activate the theme.

Configuration

The Moegi theme is configured by declaring a config object in Site Header, for example:

<script>
const config = {
  api: {
    url: 'Your API URL',
    contentKey: 'Your Content API Key',
  },
  primaryColor: '#86B81B',
  feed: 'Pure',
  darkMode: 'auto',
}
</script>
Name Description
api required
primaryColor Optional. Custom theme color, default is '#86B81B' (* Only HEX format supported)
feed Optional. Customize the style of the home page article list with optional values of 'Pure', 'Note'. default is 'Pure'
darkMode Optional. Customize whether the dark mode follows the system or not, effective for all viewers. Optional values are 'light', 'dark', default value is 'auto'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].