Simply
Theme for Ghost inspired on Medium
Install / Use
/learn @godofredoninja/SimplyREADME
Featured
- Simply Settings
- Site wide
- Header
- Defautl
- DropDown Menu
- Footer
- Default
- Dark
- No Secondary Navigation
- Color Scheme
- Auto (default)
- Dark Mode
- Light Mode
- Pagination
- Infinite Scroll (default)
- Pagination Number
- Membership
- Header
- Homepage
- Publication cover
- None
- Featured -> Latest Featured Article
- Featured Slider -> 3 Latest Articles
- Cover (default)
- Publication cover title
- Publication cover description
- Publication cover color
- Publication cover img
- Publication cover
- Post
- Post Font
- font-serif (default)
- font-sans
- Newsletter
- Show / Hide
- Newsletter Text
- Comments
- Post Font
- Publication Language
en— English default languagees— Españolde— German by dkbasttr— Turkish by Mertcan GÖKGÖZ, @tolgaaaltasfr-CA— Canadian French by Pascal Andyru— Russian by Partizan007vi— Vietnamese by pingfr— French by pingit— Italian by Marco Sansonid— Indonesian by Adryan Eka Vandrapt-BR— Brazilian by Daniel Pereira, Alexandre "Lekler"uz— Uzbek by Shukrullo Turgunovpl— Polish by Anarionnl— Dutch by exbu
- Home Page
- Post Format
- Page Format
- Page Default
- Page Toc
- Page
- Archive
- Kusi Doc for the documentation of your project
- AMP Template
- Post and Page
- Prism supported all syntax
- Medium style image zoom
- Video Responsive
- Video
- YouTube
- Vimeo
- kickstarter
- Dailymotion
- Post Content
- Related Articles
- Social share buttons support for posts
- Previous and next Post
- Sidebar
- 3 featured articles on the home page
- 3 lates articles
- Tag Cloud
- Lazy Loading for images
- Tracking Google Tag Manager
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-updatesand save. - Copy the Admin API key
- Create a file named
.envin the theme folder - Paste the Admin API key in the
.envfile as shown below. - Do not git commit push the
.envfile. - I have already made sure to .gitignore the
.envfile to make sure you don't accidentally spill your secret Admin API key. - Also, in the same
.envfile, 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].
Financial Contributors
First I want to say thank you with all my heart and a millio

