SkillAgentSearch skills...

Simply

Theme for Ghost inspired on Medium

Install / Use

/learn @godofredoninja/Simply
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="https://godofredo.ninja/ghost-theme/simply/"> <img src="https://user-images.githubusercontent.com/10253167/103450308-a2757c00-4c82-11eb-8bc3-29b09520fc58.png" width="150px" alt="Simply free theme for Ghost" /> </a> </p> <p align="center"> <a href="https://godofredo.ninja/ghost-theme/simply/introduction">Docs</a> · <a href="https://godofredo.ninja/ghost-theme/showcase/">Showcase</a> · <a href="https://github.com/godofredoninja/simply/graphs/contributors">Contributing</a> · <a href="https://www.paypal.me/godofredoninja">PayPal</a> · <a href="https://twitter.com/godofredoninja">Twitter</a> <br /><br /> <a href="https://github.com/TryGhost/Ghost"> <img src="https://img.shields.io/badge/Ghost-4.x-brightgreen.svg" alt="Ghost version" /> </a> <a href="https://www.paypal.me/godofredoninja"> <img src="https://img.shields.io/badge/donate-paypal-blue.svg" alt="Donate" /> </a> <a href="https://opencollective.com/simply"> <img src="https://opencollective.com/simply/tiers/badge.svg" alt="opencollective" /> </a> </p> <p align="center"> Hello :sunglasses: <br /> I created this theme for <a href="https://github.com/tryghost/ghost/">Ghost</a> with inspiration from <a href="https://medium.com/">Medium</a>. <br /> It is available for free so you can use on your site. </p> <p align="center"> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y7UB5Q8GVN3HN&source=url"> <img src="https://user-images.githubusercontent.com/10253167/103444000-877b1b80-4c32-11eb-8377-7bedd46dbdf8.gif" alt="donate" /> </a> </p>

 

Simply free theme for ghost

Featured

Automate theme deployment via Ghost API

  • Visit ghost admin page > settings > integrations
  • At the bottom of that page, click the button to Add custom integration
  • Name the new custom integration any thing you like - say - automated-updates and save.
  • Copy the Admin API key
  • Create a file named .env in the theme folder
  • Paste the Admin API key in the .env file as shown below.
  • Do not git commit push the .env file.
  • I have already made sure to .gitignore the .env file to make sure you don't accidentally spill your secret Admin API key.
  • Also, in the same .env file, replace the API URL - which the URL where your site is currently located
GHOST_API_URL=https://domain.TLD
GHOST_ADMIN_API_KEY=provideyouradminapikeyfromtheghostdashboard
THEME_NAME=simply
API_VERSION="v5.0"
  • run the following conmmand to deploy your theme updates to your ghost installation
yarn deploy

or if you prefer npm over yarn

npm run deploy 
  • You will see that the updates you made in the theme locally are now deployed and activated in your ghost setup.

"Now you can iteratively edit, deploy, and test your theme without leaving your command line :)"

You can also incorporate this deploy step in your CICD pipeline if you use any.

Contributing

Im always looking for contributors of all skill levels! If you're looking to ease your way into the project, try out a good first issue.

I greatly appreciate any help in maintaining to keep the documentation up to date. My English is not so good and I am trying to make the documentation more understandable.

If you are interested in collaborating with Simply, take a look at the Contributing Guide.

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Simply Contributors

Financial Contributors

First I want to say thank you with all my heart and a millio

View on GitHub
GitHub Stars704
CategoryDevelopment
Updated2d ago
Forks203

Languages

Handlebars

Security Score

100/100

Audited on Apr 1, 2026

No findings