generated from SeaCMS/modele-depot
feat(seacms-theme):extent theme
This commit is contained in:
parent
4360a1ca24
commit
21435da591
22
composer.lock
generated
22
composer.lock
generated
@ -331,7 +331,7 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.defis.info/SeaCMS/seacms-app",
|
||||
"reference": "804ddb76d4a0349fd2168894286ea575246279df"
|
||||
"reference": "1f89a43499aa6209399468407f023ad4350a5fe3"
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
@ -361,6 +361,7 @@
|
||||
"SeacmsAppPlugin.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"SeaCMS\\App\\Test\\": "tests",
|
||||
"SeaCMS\\App\\": "src"
|
||||
}
|
||||
},
|
||||
@ -385,7 +386,7 @@
|
||||
"license": [
|
||||
"EUPL-1.2"
|
||||
],
|
||||
"time": "2023-03-19T12:21:37+00:00"
|
||||
"time": "2023-03-20T16:11:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "seacms/composer-plugin",
|
||||
@ -393,7 +394,7 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.defis.info/SeaCMS/composer-plugin",
|
||||
"reference": "f576ad2bcb6c420d78338744f6d283d7ca909024"
|
||||
"reference": "00a9c6d29816dcaed0bb84b11285a93e7563c195"
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^2.3",
|
||||
@ -439,7 +440,7 @@
|
||||
"issues": "https://git.defis.info/SeaCMS/composer-plugin/issues",
|
||||
"source": "https://git.defis.info/SeaCMS/composer-plugin"
|
||||
},
|
||||
"time": "2023-03-19T12:21:58+00:00"
|
||||
"time": "2023-03-20T15:11:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "seacms/pico-content-editor",
|
||||
@ -594,16 +595,15 @@
|
||||
{
|
||||
"name": "seacms/seacms-theme",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.defis.info/SeaCMS/seacms-theme",
|
||||
"reference": "2abeec7ddb1e653715b8de11afc53544a86163cd"
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../seacms-theme",
|
||||
"reference": "05a668c6597665061c2a06057cbae72110994915"
|
||||
},
|
||||
"require": {
|
||||
"seacms/app": "dev-master",
|
||||
"seacms/pico-content-editor": "dev-master"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "pico-theme",
|
||||
"extra": {
|
||||
"installer-name": "seacms"
|
||||
@ -620,7 +620,9 @@
|
||||
"seacms",
|
||||
"seacms-theme"
|
||||
],
|
||||
"time": "2023-03-17T00:06:03+00:00"
|
||||
"transport-options": {
|
||||
"relative": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
|
@ -1,38 +0,0 @@
|
||||
---
|
||||
logo: '%theme_url%/img/logo.svg'
|
||||
tagline: Making the web easy.
|
||||
social:
|
||||
- title: Visit us on GitHub
|
||||
url: https://github.com/picocms/Pico
|
||||
icon: octocat
|
||||
- title: Join us on Freenode IRC Webchat
|
||||
url: https://webchat.freenode.net/?channels=%23picocms
|
||||
icon: chat
|
||||
- title: Help us by creating/collecting bounties and pledging to fundraisers
|
||||
url: https://www.bountysource.com/teams/picocms
|
||||
icon: dollar
|
||||
icon0: github
|
||||
icon0_txt: Our Git repo
|
||||
icon1: upload
|
||||
icon2: printer
|
||||
button:
|
||||
- icon: upload
|
||||
image1:
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
alt: Image alternative
|
||||
title: Editable title
|
||||
txt: Editable texte
|
||||
module:
|
||||
- id: 0
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
title: Visit us on GitHub
|
||||
txt: octocat
|
||||
- id: 1
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
title: Join us on Freenode IRC Webchat
|
||||
txt: chat
|
||||
- id: 2
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
title: Help us by creating/collecting bounties and pledging to fundraisers
|
||||
txt: dollar
|
||||
---
|
8
content/contact.md
Normal file
8
content/contact.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
Title: Contact
|
||||
Description: Formulaire de contact de SeaCMS.
|
||||
template: contact
|
||||
titlecard: Titre contact
|
||||
---
|
||||
|
||||
# Page 2 de contact de SeaCMS
|
6
content/header.md
Normal file
6
content/header.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
logo: '%theme_url%/img/logo.svg'
|
||||
iconGit: github
|
||||
iconGit_txt: Our Git repo
|
||||
---
|
||||
|
@ -1,7 +1,29 @@
|
||||
---
|
||||
Title: Welcome
|
||||
Description: Pico is a stupidly simple, blazing fast, flat file CMS.
|
||||
Description: SeaCMS is a stupidly simple, blazing fast, flat file CMS.
|
||||
template: home
|
||||
icon1: printer
|
||||
button:
|
||||
- icon: upload
|
||||
image1:
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
alt: Image alternative
|
||||
title: Editable title
|
||||
txt: Editable texte
|
||||
module:
|
||||
- id: 0
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
title: Visit us on GitHub
|
||||
txt: octocat
|
||||
- id: 1
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
title: Join us on Freenode IRC Webchat
|
||||
txt: chat
|
||||
- id: 2
|
||||
url: '%theme_url%/img/drop.jpg'
|
||||
title: Help us by creating/collecting bounties and pledging to fundraisers
|
||||
txt: dollar
|
||||
|
||||
---
|
||||
|
||||
# Page d'accueil SeaCMS
|
11
content/page2.md
Normal file
11
content/page2.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
Title: Page 2
|
||||
Description: Page 22 de SeaCMS.
|
||||
template: page2
|
||||
---
|
||||
|
||||
|
||||
# Page 2 de test SeaCMS
|
||||
|
||||
kfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLK=CJKB JKAÙZEHJFMIHUIVMH JHCVKAZEMHJIONB VEAHIOMHJBCEB fjemnbqvu hvemajinveanjkmnjmaehmn vekrzhjomih jveaioùhoù vaiomhiovkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLKkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLK=CJKB JKAÙZEHJFMIHUIVMH JHCVKAZEMHJIONB VEAHIOMHJBCEB fjemnbqvu hvemajinveanjkmnjmaehmn vekrzhjomih jveaioùhoù vaiomhiovkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLKkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLK=CJKB JKAÙZEHJFMIHUIVMH JHCVKAZEMHJIONB VEAHIOMHJBCEB fjemnbqvu hvemajinveanjkmnjmaehmn vekrzhjomih jveaioùhoù vaiomhiovkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLKkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLK=CJKB JKAÙZEHJFMIHUIVMH JHCVKAZEMHJIONB VEAHIOMHJBCEB fjemnbqvu hvemajinveanjkmnjmaehmn vekrzhjomih jveaioùhoù vaiomhiovkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLKkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLK=CJKB JKAÙZEHJFMIHUIVMH JHCVKAZEMHJIONB VEAHIOMHJBCEB fjemnbqvu hvemajinveanjkmnjmaehmn vekrzhjomih jveaioùhoù vaiomhiovkfgkyufytfvsdqjmbmckljnCKJBEBKCJNZLK
|
||||
|
Loading…
x
Reference in New Issue
Block a user