|
@@ -1,14 +1,22 @@
|
|
|
-# EpauEpau Antimatter
|
|
|
+# Epau Antimatter
|
|
|
|
|
|
-
|
|
|
|
|
|
-EpauEpau Antimatter is the default [Grav](http://getgrav.org) theme. Simple, fast and modern.
|
|
|
+# modif par Ouidade
|
|
|
+le 10/03/21
|
|
|
+
|
|
|
+ai créer un module "personnes.html.twig" mais ce module n'est pas visible.
|
|
|
+ai donc rajouté ligne 51 à 55 dans modular.html.twig >>> marche pas
|
|
|
+ai rajouté lignes 11 à 16 dans personnes.html.twig >>> marche pas
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+Epau Antimatter is the default [Grav](http://getgrav.org) theme. Simple, fast and modern.
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
-Installing the EpauEpau Antimatter 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.
|
|
|
+Installing the Epau Antimatter 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 EpauEpau Antimatter theme can be found in both the [One-page](https://github.com/getgrav/grav-skeleton-onepage-site) and [Blog Site](https://github.com/getgrav/grav-skeleton-blog-site) which are self-contained repositories for a complete sites which include: sample content, configuration, theme, and plugins.
|
|
|
+The theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The Epau Antimatter theme can be found in both the [One-page](https://github.com/getgrav/grav-skeleton-onepage-site) and [Blog Site](https://github.com/getgrav/grav-skeleton-blog-site) which are self-contained repositories for a complete sites which include: sample content, configuration, theme, and plugins.
|
|
|
|
|
|
## GPM Installation (Preferred)
|
|
|
|
|
@@ -16,7 +24,7 @@ The simplest way to install this theme is via the [Grav Package Manager (GPM)](h
|
|
|
|
|
|
bin/gpm install epau-epau_antimatter
|
|
|
|
|
|
-This will install the EpauEpau Antimatter theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/epau-epau_antimatter`.
|
|
|
+This will install the Epau Antimatter theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/epau-epau_antimatter`.
|
|
|
|
|
|
## Manual Installation
|
|
|
|
|
@@ -30,7 +38,7 @@ You should now have all the theme files under
|
|
|
|
|
|
# Updating
|
|
|
|
|
|
-As development for the EpauEpau Antimatter 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 EpauEpau Antimatter is easy, and can be done through Grav's GPM system, as well as manually.
|
|
|
+As development for the Epau Antimatter 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 Epau Antimatter is easy, and can be done through Grav's GPM system, as well as manually.
|
|
|
|
|
|
## GPM Update (Preferred)
|
|
|
|
|
@@ -38,14 +46,14 @@ The simplest way to update this theme is via the [Grav Package Manager (GPM)](ht
|
|
|
|
|
|
bin/gpm update epau-epau_antimatter
|
|
|
|
|
|
-This command will check your Grav install to see if your EpauEpau Antimatter 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.
|
|
|
+This command will check your Grav install to see if your Epau Antimatter 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.
|
|
|
|
|
|
## Manual Update
|
|
|
|
|
|
-Manually updating EpauEpau Antimatter is pretty simple. Here is what you will need to do to get this done:
|
|
|
+Manually updating Epau Antimatter is pretty simple. Here is what you will need to do to get this done:
|
|
|
|
|
|
* Delete the `your/site/user/themes/epau-epau_antimatter` directory.
|
|
|
-* Download the new version of the EpauEpau Antimatter theme from either [GitHub](https://github.com/getgrav/grav-plugin-epau-epau_antimatter) or [GetGrav.org](http://getgrav.org/downloads/themes#extras).
|
|
|
+* Download the new version of the Epau Antimatter theme from either [GitHub](https://github.com/getgrav/grav-plugin-epau-epau_antimatter) or [GetGrav.org](http://getgrav.org/downloads/themes#extras).
|
|
|
* Unzip the zip file in `your/site/user/themes` and rename the resulting folder to `epau-epau_antimatter`.
|
|
|
* 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`.
|
|
|
|
|
@@ -101,7 +109,7 @@ icon: bar-chart-o
|
|
|
|
|
|
#### Custom Menu Items
|
|
|
|
|
|
-By default, Grav generates the menu from the page structure. However, there are times when you may want to add custom menu items to the end of the menu. This is now supported in EpauEpau Antimatter by creating a menu list in your `site.yaml` file. An example of this is as follows:
|
|
|
+By default, Grav generates the menu from the page structure. However, there are times when you may want to add custom menu items to the end of the menu. This is now supported in Epau Antimatter by creating a menu list in your `site.yaml` file. An example of this is as follows:
|
|
|
|
|
|
```
|
|
|
menu:
|
|
@@ -117,7 +125,7 @@ The `url:` option is required, but you can provide **either** or **both** `text:
|
|
|
|
|
|
##### Daring Fireball Link Pages
|
|
|
|
|
|
-EpauEpau Antimatter supports the ability for a page to have a `link:` header option. This will then in turn create a **link page** where the title of the page will actually be linked to the link provided and a prefexid double angle `>>` will link to the page itself. Simply provide the link in the page header:
|
|
|
+Epau Antimatter supports the ability for a page to have a `link:` header option. This will then in turn create a **link page** where the title of the page will actually be linked to the link provided and a prefexid double angle `>>` will link to the page itself. Simply provide the link in the page header:
|
|
|
|
|
|
```
|
|
|
link: http://getgrav.org/blog
|
|
@@ -125,7 +133,7 @@ link: http://getgrav.org/blog
|
|
|
|
|
|
# Setup
|
|
|
|
|
|
-If you want to set EpauEpau Antimatter as the default theme, you can do so by following these steps:
|
|
|
+If you want to set Epau Antimatter as the default theme, you can do so by following these steps:
|
|
|
|
|
|
* Navigate to `/your/site/grav/user/config`.
|
|
|
* Open the **system.yaml** file.
|