Mapache free theme for Ghost
Minimalist and Elegant theme.
Hi. I created this theme for ghost especially for you. It is available for free so you can use on your site. If you have any suggestions to improve the theme, you can send me a tweet @GodoFredoNinja
If you have a ❤️ heart and value my work. 🙏 Please, help me with a small donation Here or PayPal. It'll help motivate me to update the theme with many improvements
➡️ If you still don't have a Hosting for your Ghost. Use Digital Ocean using my referral link and you will get free a $50 credit to use in Digital Ocean. This way you will also be helping me.
- Support for different languages (en - es - de - ko - fr)
- Light Mode / Dark Mode
- First navigation menu for the header of the page
- Second navigation menu for the footer of the page
- 404 error page
- Pagination Infinite Scroll
- Instagram Feed in footer of Post
- Optional menu in the footer
- AMP Template (Accelerated Mobile Pages)
- Social Media
- Members / Subscription
- Very fast search engine
- Related Articles (6 articles)
- Different templates for the Home Page
- Different templates for publishing posts
- Page for (About Us - Podcast - Tag - Authors - Newsletter)
- 5 lates articles in the sidebar (post)
- Tag Cloud in the sidebar
- Previous and next articles buttons
- Support for comments (Disqus)
- Support for counter comments (Disqus)
- Buttons to share the article (Facebook - Twitter - Reddit - Linkedin - Pinterest)
- Beautiful gallery viewer
- Sticky content in the sidebar
- YouTube, Vimeo, kickstarter, dailymotion => Responsive
- Lazy image loading for better performance only in backgrounds
- Code syntax Prismjs Supported all syntax.
Icons generated by Icomoon and import src/scss/selection.json
Mapache uses Gulp as a build tool and Yarn to manage front-end packages.
# clone this repo
$ git clone https://github.com/godofredoninja/Mapache.git
# Use branch Dev
$ git checkout dev
# install the dependencies
$ cd Mapache && yarn
# run build & livereload task
$ yarn dev
# link to ghost themes dir
$ ln -s $PWD path/to/ghost/content/themes/Mapache
# restart ghost server
$ cd path/to/ghost && ghost restart --development
yarn dev
— Compile assets when file changes are made, start livereloadyarn build
— Compile and optimize the files in your assets directoryyarn release
— Compile assets for production
yarn lint:js
— standard, Check for errors in the scriptyarn lint:scss
— stylelint, Check for errors in the stylesyarn lint
— check error in script and stylesyarn test
— Check the script errors and styles then check the theme if it is compatible with the latest version of Ghost
To continue with the configuration Read
Copyright (c) 2017 - 2019 GodoFredoNinja - Released under the GPLv3 license.