Skip to content

godofredoninja/simply

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2021
Jul 14, 2022
Feb 7, 2023
Dec 31, 2023
Jun 4, 2022
Mar 1, 2024
Feb 3, 2023
Jul 14, 2022
Sep 14, 2019
Feb 5, 2023
Feb 5, 2023
Feb 13, 2022
Apr 6, 2022
Sep 14, 2019
Jun 30, 2023
Apr 22, 2021
Feb 23, 2022
Apr 6, 2022
Jun 27, 2022
Apr 6, 2022
Feb 16, 2022
Apr 2, 2022
Feb 13, 2022
Feb 13, 2022
Jun 6, 2022
Apr 28, 2022
Feb 13, 2022
Apr 2, 2022
Apr 2, 2022
Feb 13, 2022
Feb 8, 2023
Feb 13, 2022
Feb 13, 2022
Feb 13, 2022
Mar 1, 2022
Mar 28, 2022
Mar 1, 2022
Apr 28, 2022
Mar 29, 2022
Mar 1, 2022
Jul 14, 2022
Feb 13, 2022
Apr 6, 2022
Mar 20, 2023
Apr 6, 2022
Feb 5, 2023
Jan 29, 2025
Feb 13, 2022
Feb 3, 2023
Jan 6, 2021
Feb 13, 2022
Jun 6, 2022

Repository files navigation

Simply free theme for Ghost

Docs · Showcase · Contributing · PayPal · Twitter

Ghost version Donate opencollective

Hello 😎
I created this theme for Ghost with inspiration from Medium.
It is available for free so you can use on your site.

donate

 

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 million more Thank you. The donation you have made has motivated me to continue working with the improvement and updating the theme.

Become a financial contributor and help us sustain our community. [Contribute]

  • Open Collective
  • PayPal
  • Bitcoin: 3QF5D9QyV9YQdPJVu2HLN8fkdWVbmezd5J
  • Ethereum: 0x503bAA618d29774f03c7053218999Ad567a9fc71

Individuals Financial

Individuals Financial

Sponsored

  • Digital Ocean using my referral link and you will get free a $100 in credit valid for 60 days

DigitalOcean Referral Badge

Credits

Copyright & License

Copyright (c) 2017-2022 GodoFredo - Released under the GPLv3 license