Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbc/Ingia
A free, open source theme for Ghost
https://github.com/stefanbc/Ingia
ghost ghost-blog ghost-blog-theme ghost-cms ghost-theme ghost-themes
Last synced: 3 months ago
JSON representation
A free, open source theme for Ghost
- Host: GitHub
- URL: https://github.com/stefanbc/Ingia
- Owner: stefanbc
- License: mit
- Created: 2019-04-28T20:36:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:36:40.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T17:07:04.724Z (5 months ago)
- Topics: ghost, ghost-blog, ghost-blog-theme, ghost-cms, ghost-theme, ghost-themes
- Language: Handlebars
- Homepage:
- Size: 5.88 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - stefanbc/Ingia - A free, open source theme for Ghost (others)
README
##
Ingia
![build](https://travis-ci.com/stefanbc/Ingia.svg?branch=master)
![ingia stefancosma xyz_](https://user-images.githubusercontent.com/1278794/133776699-39ca9689-2483-4a37-afb2-1635f6c60818.png)
A free, single column theme for [Ghost](https://github.com/TryGhost). Originally based on [Kakotopia](https://github.com/ourdarkfuture/kakotopia).
## Instalation
1. Download the theme from GitHub.
2. Upload the theme as described in the [Ghost Documentation](https://docs.ghost.org/concepts/config/).
3. Make sure you replace the URLs in the `partials/social.hbs` file with your own social media URLs.
4. This theme has a custom page named `about`. Checkout the Ghost [docs](https://docs.ghost.org/api/handlebars-themes/context/page/#templates) for more info about custom pages.
5. Additionally you should replace all the image in the `assets/images` folder. You can use [this useful tool](http://realfavicongenerator.net/).After you've completed the steps above, you can zip the theme and upload it.
**This theme is compatible with Ghost 2.x.**
## Developers
You can install all the theme dependencies using:
```
yarn install
```Available script you can run for development and production:
* `yarn dev` - will build the whole theme for testing.
* `yarn prod` - will build the whole theme for production.
* `yarn watch` - will watch for any sass file modifications and will build.
* `yarn zip` - will zip the theme for production.
* `yarn validate` - will validate the zip created with the previous command.
* `yarn deploy` - will build the theme for production, zip and validate.