Deliver theme is a port of the Deliver by Michael Reimer. Whether you’re a creative looking to show off your portfolio, or a business looking to promote your company, this theme is for you.
- Fully responsive
- Automatic and custom navigation menus included
- Showcase section with stunning animated slideshow module
- Services grid with custom FontAwesome icons.
- Portfolio grid with modal window popup previews for portfolio item details. Both frontpage (minimal) and full featured versions included.
- Footer section with Feedburner subscription (feedburner id customizable in site config), custom menus, contact info and more.
- About layout with social icons module and custom styling
- Services layout with FontAwesome icons and pricing tables
- Archive layout with blog posts archives list
- Full featured blog with support for custom authors and jscomments
- Contact us layout with Simple Form plugin support.
- SCSS files included for deeper customization options
Installing the Deliver theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.
The theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The Deliver Site Skeleton is a self-contained repository for a complete sites which includes: sample content, configuration, theme, and plugins.
The simplest way to install this theme is via the Grav Package Manager (GPM) through your system's Terminal (also called the command line). From the root of your Grav install type:
bin/gpm install deliver
This will install the Deliver theme into your /user/themes
directory within Grav. Its files can be found under /your/site/grav/user/themes/deliver
.
To install this theme, just download the zip version of this repository and unzip it under /your/site/grav/user/themes
. Then, rename the folder to deliver
. You can find these files either on GitHub or via GetGrav.org.
You should now have all the theme files under
/your/site/grav/user/themes/deliver
NOTE: This theme is a modular component for Grav which requires the Grav, Error and Problems plugins.
As development for the Deliver theme continues, new versions may become available that add additional features and functionality, improve compatibility with newer Grav releases, and generally provide a better user experience. Updating Deliver is easy, and can be done through Grav's GPM system, as well as manually.
The simplest way to update this theme is via the Grav Package Manager (GPM). You can do this with this by navigating to the root directory of your Grav install using your system's Terminal (also called command line) and typing the following:
bin/gpm update deliver
This command will check your Grav install to see if your Deliver theme is due for an update. If a newer release is found, you will be asked whether or not you wish to update. To continue, type y
and hit enter. The theme will automatically update and clear Grav's cache.
Manually updating Deliver is pretty simple. Here is what you will need to do to get this done:
- Delete the
your/site/user/themes/deliver
directory. - Download the new version of the Deliver theme from either GitHub or GetGrav.org.
- Unzip the zip file in
your/site/user/themes
and rename the resulting folder todeliver
. - Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in terminal and typing
bin/grav clear-cache
.
Note: Any changes you have made to any of the files listed under this directory will also be removed and replaced by the new set. Any files located elsewhere (for example a YAML settings file placed in
user/config/themes
) will remain intact.
If you want to set Deliver as the default theme, you can do so by following these steps:
- Navigate to
/your/site/grav/user/config
. - Open the system.yaml file.
- Change the
theme:
setting totheme: deliver
. - Save your changes.
- Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in Terminal and typing
bin/grav clear-cache
.
Once this is done, you should be able to see the new theme on the frontend. Keep in mind any customizations made to the previous theme will not be reflected as all of the theme and templating information is now being pulled from the deliver folder.
Deliver comes with a variety of configuration options that can be set site-wide. These options are organized into sections for easier management:
enabled: # Enable or disable the theme.
dropdown.enabled: # Enable or disable the dropdown menu.
sticky_menu.enabled: # Enable or disable the sticky menu.
production-mode: # Enable production mode to use minified CSS.
custom_css: # Enable or disable custom CSS.
custom_js: # Enable or disable custom JavaScript.
social_enabled: # Enable or disable social media icons.
social: # Add social media icons with name, URL, target, and icon options.
footer.copyright_text: # Add custom copyright text in the footer.
footer.contact_section_label: # Label for the "Contact" section in the footer.
footer.quick_links_label: # Label for the "Quick Links" section in the footer.
footer.about.description: # Add a description for the "About" section in the footer.
footer.gps: # Add GPS coordinates for the contact section.
footer.address: # Add address lines for the contact section.
footer.quick_links_items: # Add quick links with text, URL, and target options.
footer.other_menu: # Add other menu items with text, URL, and target options.
custommenus.enabled: # Enable or disable custom menus.
custommenu: # Add custom menu items with text, icon, URL, and target options.
theme_logo_enabled: # Enable or disable the custom logo.
type_logo_header: # Choose the type of logo header. Values: "image", "text", "both".
theme_logo: # Upload a custom logo for desktop view. Accepts image files (e.g., .png, .jpg, .svg).
theme_logo_mobile: # Upload a custom logo for mobile view. Accepts image files (e.g., .png, .jpg, .svg).
favicon: # Upload a custom favicon. Accepts image files (e.g., .png, .ico).
back_to_top_button.enabled: # Enable or disable the back-to-top button.
To make modifications, you can copy the user/themes/deliver/deliver.yaml
file to user/config/themes/
folder and modify, or you can use the admin plugin.
NOTE: Do not modify the
user/themes/deliver/deliver.yaml
file directly or your changes will be lost with any updates
To add a custom logo, you should put the logo into the user/themes/deliver/images/logo
folder. Standard image formats are support (.png
,.jpg
, .gif
, .svg
, etc.). Then reference the logo via the YAML like so:
custom_logo:
- name: 'my-custom-logo.png'
custom_logo_mobile:
- name: 'my-custom-mobile-logo.png'
Alternatively, you can you use the drag-n-drop "Custom Logo" field in the Deliver theme options.
- Improve css classes for image type logo
- Create an Image Gallery template with Glightbox or another similar library
- Add the featured articles module to the sidebar
- Add the article categories module to the sidebar
- Add latest Fontawesome icons