[MIG] Migration from PorteAil to hugo-portal
This commit is contained in:
5
layouts/apps/summary.html
Normal file
5
layouts/apps/summary.html
Normal file
@ -0,0 +1,5 @@
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
<div class="espace"> </div>
|
34
layouts/index.html
Normal file
34
layouts/index.html
Normal file
File diff suppressed because one or more lines are too long
3
layouts/partials/introduction.html
Normal file
3
layouts/partials/introduction.html
Normal file
@ -0,0 +1,3 @@
|
||||
<p>Depotoire est un ensemble de sites webs divers et variés qui ne suivent aucune règle particulière.</p>
|
||||
<p>Tout ce qu'il faut pour qu'un site existe : avoir la permission du possesseur de ce domaine.</p>
|
||||
|
6
layouts/partials/introduction.toml
Normal file
6
layouts/partials/introduction.toml
Normal file
@ -0,0 +1,6 @@
|
||||
content = """Some list:
|
||||
|
||||
* one
|
||||
* two
|
||||
|
||||
"""
|
7
layouts/shortcodes/button.html
Normal file
7
layouts/shortcodes/button.html
Normal file
@ -0,0 +1,7 @@
|
||||
<a class="cadre" href="{{ .Get "href" }}" title="{{ .Get "title" }}">
|
||||
<span class="element">
|
||||
{{ .Get "title" }} <br />
|
||||
|
||||
<img src="img/{{ if .Get "src"}}{{ .Get "src" }}{{ else }}{{ .Page.Site.Params.default_img }}{{ end }}" alt="{{ .Get "title" }} icon" title="{{ .Get "title" }}" />
|
||||
</span>
|
||||
</a>
|
Reference in New Issue
Block a user