FR Ce thème est un fork
du quire-starter-theme
, modifié pour la publication en français et spécifiquement pour le projet ECRiDiL 2018.
EN This theme is a fork
from the quire-starter-theme
, modified specifically for the French publication ECRiDiL 2018.
- Bulma CSS Framework is included
- jQuery included by default
- Several accessibility features have been built in
- Flexbox layouts throughout
This theme is included in the Quire Starter Kit as a Git Submodule. Most users will want to "flatten" everything into a single repository containing content and theme when they first create a site (so they can version their changes as they build out their own publications).
You can use the following steps to download the Starter kit along with this theme and then flatten them into a single project:
- Clone the kit and its theme submodule:
git clone --recursive https://github.com/gettypubs/quire-starter.git
- Change into the kit directory and remove the submodule from the repo's tree:
git rm --cached themes/quire-starter-theme
- Remove the
.gitmodules
file:rm .gitmodules
- Add the contents of the theme directory to the repo and commit them:
git add themes/quire-starter-theme
- Make sure you have a new remote set up to push changes to as you make them.