Candidus is the result of careful planning and dedicated work. It's a versatile Ghost theme with a minimalistic and approachable design, but a lot of power under the hood.
A few of its features include:
- Bookmarks
- Dark-theme
- Reading indicators
- Customizable texts
- A direct link to ChatGPT
and many more.
- Upload the
candidus.zip
to your blogging site under https://your-domain.com/ghost/#/settings/design/edit - Change the accent color to
#bdc5d4
or - Check our documentation and start customizing Candidus to your liking
To develop Candidus locally, you need to install Docker
- Fork and clone this repository
- Run
cd /content/themes/candidus && npm install && cd ../../../
- Run
docker compose up
Docker will start a Webpack development server in watch-mode and a Ghost instance. You can then start developing on the theme by opening http://localhost:2368
in your browser.
Licensed under the MIT License. See LICENSE
for more information.