This website works better with JavaScript.
Home
Help
Sign In
rico
/
HomePage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ajoute un template et du style
master
vince vince
3 years ago
parent
5b307f8a34
commit
14f701b1da
4 changed files
with
5382 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+5
-0
index.md
+5356
-1
style.css
+20
-0
template.html
+ 1
- 1
README.md
View File
@ -2,5 +2,5 @@ Projet git de la page d'accueil
Pour générer :
```
pandoc -
f markdown index.md -o index.html -s -c style.css
pandoc -
-from markdown index.md --output index.html --standalone --template template.html
```
+ 5
- 0
index.md
View File
@ -1 +1,6 @@
---
title: CAGULL
lang: fr
---
Bienvenue sur cagull.fr
+ 5356
- 1
style.css
File diff suppressed because it is too large
View File
+ 20
- 0
template.html
View File
@ -0,0 +1,20 @@
<!DOCTYPE html>
<
html
lang
=
"fr"
>
<
head
>
<
meta
charset
=
"utf-8"
/
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0, user-scalable=yes"
/
>
<
title
>
$title$
<
/
title
>
<
link
rel
=
"stylesheet"
href
=
"style.css"
/
>
<
/
head
>
<
body
>
<
header
>
ici un header
<
/
header
>
<
main
>
$body$
<
/
main
>
<
footer
>
ici un footer
<
/
footer
>
<
/
body
>
<
/
html
>
Write
Preview
Loading…
Cancel
Save