pb pour faire fonctionner interface baseline et marge
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
user/plugins/
|
user/plugins/*
|
||||||
@@ -16,10 +16,21 @@
|
|||||||
|
|
||||||
`rm -rf user/themes/quark/`
|
`rm -rf user/themes/quark/`
|
||||||
|
|
||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
|
|
||||||
`git clone ...`
|
`git clone ...`
|
||||||
|
|
||||||
|
`cd carnet_grav`
|
||||||
|
|
||||||
|
`docker-compose up -d`
|
||||||
|
|
||||||
|
`docker exec -it -u 1000 grav-caddy /bin/sh`
|
||||||
|
|
||||||
|
`php bin/gpm selfupgrade`
|
||||||
|
|
||||||
|
`php bin/gpm install admin`
|
||||||
|
|
||||||
|
|
||||||
## Liens
|
## Liens
|
||||||
|
|
||||||
|
|||||||
@@ -33,13 +33,14 @@
|
|||||||
</head>
|
</head>
|
||||||
<body id="top" class="{{ page.header.body_classes|e }}">
|
<body id="top" class="{{ page.header.body_classes|e }}">
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<section id="body">
|
<section id="body">
|
||||||
<div class="wrapper padding">
|
<div class="wrapper padding">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block bottom %}
|
{% block bottom %}
|
||||||
{{ assets.js('bottom')|raw }}
|
{{ assets.js('bottom')|raw }}
|
||||||
|
|||||||
Reference in New Issue
Block a user