All Projects → stefanbc → Asgar

stefanbc / Asgar

Licence: MIT license
A two-column, clean and minimalist theme for @TryGhost

Programming Languages

Handlebars
879 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Asgar

Prometheus
🌈 A Clean And Modern Ghost Theme with Progressive Web Apps (PWA)
Stars: ✭ 94 (+327.27%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, ghost-themes, ghost-blog, ghost-blog-theme
Alto
A clean, minimalist theme featuring a light and dark mode for Ghost
Stars: ✭ 109 (+395.45%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, magazine
starter
A clean theme for Ghost blog
Stars: ✭ 26 (+18.18%)
Mutual labels:  ghost, ghost-theme, ghost-themes, ghost-blog, ghost-blog-theme
Caffeine Theme
A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences
Stars: ✭ 300 (+1263.64%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, ghost-blog
Edge
A visually aesthetic portfolio theme for Ghost
Stars: ✭ 61 (+177.27%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, magazine
Dope
A unique tag-based theme for Ghost
Stars: ✭ 44 (+100%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, magazine
Casper
The default theme for Ghost
Stars: ✭ 2,274 (+10236.36%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, magazine
Wave
A podcast/blog theme for Ghost
Stars: ✭ 60 (+172.73%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, magazine
Ease
A minimal documentation theme for Ghost
Stars: ✭ 69 (+213.64%)
Mutual labels:  blogging, ghost, publishing, ghost-theme, magazine
London
A free, open source theme for Ghost
Stars: ✭ 212 (+863.64%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Tribeca
A free theme for Ghost
Stars: ✭ 15 (-31.82%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Dawn
A minimal newsletter theme for Ghost
Stars: ✭ 140 (+536.36%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Cusca
A ghost theme
Stars: ✭ 42 (+90.91%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Simply
Theme for Ghost inspired in Medium
Stars: ✭ 336 (+1427.27%)
Mutual labels:  blogging, ghost, ghost-theme, ghost-blog
Massively
A free, open source theme for Ghost
Stars: ✭ 160 (+627.27%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Roon
The official Roon theme for Ghost
Stars: ✭ 137 (+522.73%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Editorial
A free, open source theme for Ghost
Stars: ✭ 164 (+645.45%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
Starter
A development starter theme for Ghost
Stars: ✭ 195 (+786.36%)
Mutual labels:  blogging, ghost, publishing, ghost-theme
undefined-ghost-theme
A minimal, Ghost 5.0-ready, membership-enabled starter theme for the Ghost blogging platform.
Stars: ✭ 76 (+245.45%)
Mutual labels:  blogging, ghost, ghost-theme, ghost-blog
ghost-on-heroku
One-button Heroku deploy for the Ghost 3.2.0 blogging platform.
Stars: ✭ 232 (+954.55%)
Mutual labels:  blogging, ghost, publishing, ghost-blog

Asgar

Build Status Code scanning Maintainability Known Vulnerabilities

A two column, free and open source theme for Ghost.

asgar stefancosma xyz_ (1)

Installation

  1. Download the theme from GitHub.
  2. Upload the theme as described in the Ghost Documentation.
  3. This theme has multiple custom pages: about, projects and speaking. Checkout the Ghost docs for more info about custom pages. To customize the data, on the right side, in the projects and speaking pages you'll first need to add this to your routes.yaml file, bellow the routes key:
  /custom/api/:
    permalink: /custom/api/
    template: api
    content_type: json

More info about the routes.yaml file here.

  1. After that you can customize the api.hbs file with your data, just make sure the structure remains the same.
  2. Additionally you should replace all the image in the assets/images folder. You can use this useful tool.
  3. After you've completed the steps above, you can zip the theme and upload it.

Development

You can install all the theme dependencies using:

yarn install

Available scripts:

  • yarn prod - will build the whole theme for production.
  • yarn deploy - will build the theme for production, zip and validate.
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].