Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Inoryum-Ltd/aesto
Free Ghost theme with membership support. Minimal content focused design with multi author supported.
https://github.com/Inoryum-Ltd/aesto
blog blog-theme free ghost ghost-aesto ghost-blog ghost-theme gulp icons membership-support open-source personal-blog theme
Last synced: 30 days ago
JSON representation
Free Ghost theme with membership support. Minimal content focused design with multi author supported.
- Host: GitHub
- URL: https://github.com/Inoryum-Ltd/aesto
- Owner: Inoryum-Ltd
- License: mit
- Created: 2020-08-19T19:29:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T09:15:19.000Z (11 months ago)
- Last Synced: 2024-08-03T15:17:51.434Z (4 months ago)
- Topics: blog, blog-theme, free, ghost, ghost-aesto, ghost-blog, ghost-theme, gulp, icons, membership-support, open-source, personal-blog, theme
- Language: Handlebars
- Homepage: https://aesto.visioun.com
- Size: 13.2 MB
- Stars: 34
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Inoryum-Ltd/aesto - Free Ghost theme with membership support. Minimal content focused design with multi author supported. (open-source)
README
# aEsto - Minimalist Blog & Magazine theme for Ghost
Aesto is a Ghost theme with clean & content focused design. The theme is fully responsive so it fits at any screen sizes. Aesto supports Ghost membership feature so that you can turn your audience in to business. This theme is suitable for personal & professional blog or for your multi author magazine.
[Demo](https://aesto.inoryum.com) - [Download](https://github.com/Inoryum-Ltd/aesto/releases) - [Documentation](https://inoryum.com/docs/aesto)
### Aesto Demo is Hosted by [Spookey.io](https://spookey.io) Managed Ghost Publication Specially for NoCode Lovers
***
#### Inoryum Themes rebranding as [Visioun](https://visioun.com)
[Visioun](https://visioun.com) a TaaS(Themes as a Service) for your ghost publication. See [Pricing](https://visioun.com/pricing). With [Visioun](https://visioun.com) subscription you will get access to all the premium ghost themes, Plus a new theme each month.
***
# Theme features
* Clean & responsive design
* Lightweight
* Enhanced performance
* Responsive images
* Lazy Loading for images
* SVG icons are used
* Well structured & commented codes
* Easy to customize
* Instant Search
* Disqus comments integrated
* Custom Template for Tags & Authors pages
* Social share support for posts
* Responsive videos
* Developer friendly# Ghost core features
* Membership support
- Signin page
- Signup page
- Account page
- Pricing page
- Notifications
- Call to action for subscription in members, paid-members only post.
- Post visibility depending on access
* Translation ready
- English, Spanish, Italian & Turkish included.
* Publication title & description
* Publication icon & Logo
* Custom excerpt support
* Primary & secondary Navigation
- Primary navigation on header
- Secondary navigation on footer
* Subscriber form
* Feature Icon for Featured post
* Social links & icons
* Tag archive
* Tag Accent Color in tag show page & custom tag list page
* Author archive
* Read time
* Multiple author support for post
* Koenig Editor
- Gallery and Bookmark and all other inbuilt card in Koenig editor
* Responsive YouTube, Vimeo, SoundCloud, Spotify, twitter, Instagram and all other embed
* Previous and next post link in single post view# Documentation
For Documentation Checkout the Link [Here](https://inoryum.com/docs/aesto)
# Credits
* Images by [Unsplash](https://unsplash.com/)
* [jQuery](https://jquery.com/)
* Search Engine by [SearchinGhostEasy](https://github.com/gmfmi/searchinghost-easy)
* [FitVids](http://fitvidsjs.com/)
* Built on top of [Ghost Starter Theme](https://github.com/TryGhost/Starter)
* Demo Hosted By [spookey.io](https://spookey.io)# Development
Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory:
```bash
# Install
yarn# Run build & watch for changes
$ yarn dev
```Now you can edit `/assets/scss/` files, which will be compiled to `/assets/built/` automatically.
The `zip` Gulp task packages the theme files into `dist/.zip`, which you can then upload to your site.
```bash
yarn zip
```# Copyright & License
Copyright (c) 2020 Inoryum Ltd - Released under the [MIT license](LICENSE).