add content link modif apropos change url
This commit is contained in:
parent
d8f385ff8b
commit
78f164600d
11
config.toml
11
config.toml
@ -1,4 +1,4 @@
|
||||
baseurl = "/starter/" # Your domain name. Must end with "/"
|
||||
baseurl = "https://www.ducamps.win/starter/" # Your domain name. Must end with "/"
|
||||
languageCode = "FR-fr"
|
||||
defaultContentLanguage = "fr"
|
||||
isMultilingual = false
|
||||
@ -45,3 +45,12 @@ pygmentsCodefences = true
|
||||
[[params.mainMenu]]
|
||||
link = "https://diskstation.ducamps.win/"
|
||||
text = "Diskstation"
|
||||
|
||||
[[params.mainMenu]]
|
||||
link = "/link"
|
||||
text = "Link"
|
||||
|
||||
[[params.mainMenu]]
|
||||
link = "/about"
|
||||
text = "A Propos"
|
||||
|
||||
|
@ -1,14 +1,6 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2018-02-13T13:42:49-05:00
|
||||
title: "A Propos"
|
||||
date: 2018-03-16T13:42:49-05:00
|
||||
---
|
||||
|
||||
Hello, I'm Sam. I'm a theme for [Hugo](https://gohugo.io/). I'm an extremely customizable, content-focused theme that lets you showcase your work your way.
|
||||
|
||||
I have slick minimalist templates for list pages (such as a list of blog posts) and single pages (a page to read one blog post). You can use tags on your content, and view content by tags.
|
||||
|
||||
I also have a simple responsive gallery built with CSS grid. It'll look great on any screen, and all you have to do is provide a folder of images.
|
||||
|
||||
I'm built and maintained by [Vicky Lai](https://vickylai.com). Here's her [GitHub](https://github.com/vickylai).
|
||||
|
||||
This page uses the default `single.html` template.
|
||||
Bonjour, et bienvenue sur mon site personnel, vous y trouverez les liens vers mes application AutoHébergé et des listes de liens que juge utile ou interessant.
|
||||
|
4
content/link/_index.md
Normal file
4
content/link/_index.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Interest Link
|
||||
date: 2019-03-16T15:31:25+01:00
|
||||
---
|
10
content/link/codeforfrance.md
Normal file
10
content/link/codeforfrance.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Codeforfrance"
|
||||
date: 2019-03-16T15:31:25+01:00
|
||||
---
|
||||
|
||||
[visualisation budget france](https://budget.parlement-ouvert.fr/visualisation)
|
||||
|
||||
[versionning des codes de lois a la git](https://archeo-lex.fr/codes)
|
||||
|
||||
[la fabrique des loi](https://www.lafabriquedelaloi.fr/)
|
Reference in New Issue
Block a user