Grav Deliver Theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Navas 8ef33fd3d2 Modifications pour aspect captcha, réduction de taille de polices et rendre l'apparition d'un bouton optionnelle 3 months ago
assets Ready update 8 years ago
blueprints Fix #5 Blueprints for admin and other fixes 8 years ago
css - Several modifications of template files for Libretic's web site 1 year ago
css-compiled Modifications pour aspect captcha, réduction de taille de polices et rendre l'apparition d'un bouton optionnelle 3 months ago
fonts - Several modifications of template files for Libretic's web site 1 year ago
images Changement logo 10 months ago
js Add an option to have a sticky menu 7 years ago
scss Modifications pour aspect captcha, réduction de taille de polices et rendre l'apparition d'un bouton optionnelle 3 months ago
templates Modifications pour aspect captcha, réduction de taille de polices et rendre l'apparition d'un bouton optionnelle 3 months ago
webfonts - Several modifications of template files for Libretic's web site 1 year ago
.gitignore Ajout template services 6 months ago
CHANGELOG.md Fixed missing `|raw` filters in `simplesearch_base.html.twig` [#39] 1 year ago
LICENSE Initial commit 9 years ago
README.md - Several modifications of template files for Libretic's web site 1 year ago
blueprints.yaml - Several modifications of template files for Libretic's web site 1 year ago
deliver.php Initial Commit 9 years ago
deliver.yaml Add an option to have a sticky menu 7 years ago
gulpfile.js - Several modifications of template files for Libretic's web site 1 year ago
package.json - Several modifications of template files for Libretic's web site 1 year ago
screenshot.jpg Initial Commit 9 years ago
scss.sh Initial Commit 9 years ago
thumbnail.jpg Initial Commit 9 years ago

README.md

Libretic's Deliver Theme for Grav

Deliver

This is a customization, made for Libretic Website, of the Deliver theme which is a port of the Deliver by Michael Reimer.

Installation / Update

  • Delete the your/site/user/themes/deliver directory.
  • Download the new version of the Libretic theme from our GIT repository
  • Unzip the zip file in your/site/user/themes and rename the resulting folder to deliver.
  • 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.

Setup

To set this theme as the default theme, follow these steps:

  • Navigate to /your/site/grav/user/config.
  • Open the system.yaml file.
  • Change the theme: setting to theme: 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.

SCSS modifications and compilation of css

Tested on debian 10 :

apt install nodejs nmp
git clone https://git.libretic.fr/libretic/grav-theme-libretic.git
cd grav-theme-libretic
npm install    # install dependancies
    
[ modifications of scss here ]
    
npm run build  # build css-compiled
    
[git commit and push, then "setup" again in grav site]