godofredoninja / simply

Theme for Ghost inspired on Medium

Home Page:https://godofredo.ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Theme for Ghost inspired on Medium

https://godofredo.ninja

License:GNU General Public License v3.0


Languages

Language:Handlebars 75.6%Language:CSS 16.1%Language:JavaScript 8.4%