Skip to content
Snippets Groups Projects
Commit fb4c275b authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

...web

parent a9fc82f0
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,26 @@ publishDir = "public" ...@@ -14,14 +14,26 @@ publishDir = "public"
copyright = "" copyright = ""
dark = "auto" dark = "auto"
highlight = true highlight = true
color = "gray" # Any color in CSS syntax
width = "42rem" # Any length in CSS syntax
# - name: Aboutaaa
# url: about/
# weight: 1
[menu] [menu]
# [[menu.main]] [[menu.nav]]
# identifier = "posts" identifier = "home"
# name = "posts" name = "home"
# title = "posts" title = "home"
# url = "/posts" url = "home/"
# weight = 10 weight = 1
[[menu.nav]]
identifier = "controle"
name = "controle"
title = "controle"
url = "controle/"
weight = 2
[permalinks] [permalinks]
...@@ -32,4 +44,5 @@ publishDir = "public" ...@@ -32,4 +44,5 @@ publishDir = "public"
unsafe = true unsafe = true
[markup.tableOfContents] [markup.tableOfContents]
ordered = true ordered = true
\ No newline at end of file
baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/'
#baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/'
title: Animation en synthèse d'images
author: Alexandre Meyer
languageCode: fr-FR
pygmentsCodeFences: true
enableRobotsTXT: true
theme: hugo-flex
publishDir: public
permalinks:
posts: '/:filename/'
pages: '/:filename/'
params:
color: gray # Any color in CSS syntax # baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/'
width: 42rem # Any length in CSS syntax # #baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/'
# title: Animation en synthèse d'images
# author: Alexandre Meyer
# languageCode: fr-FR
# pygmentsCodeFences: true
# enableRobotsTXT: true
# theme: hugo-flex
# publishDir: public
# params:
# color: gray # Any color in CSS syntax
# width: 42rem # Any length in CSS syntax
# footer: >- # HTML spaces ( ) are needed before HTML elements # footer: >- # HTML spaces ( ) are needed before HTML elements
# Except where otherwise noted, content on this site is licensed under a   # Except where otherwise noted, content on this site is licensed under a  
# <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative # <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative
......
File moved
File moved
name = "Hugo Flex"
license = "Apache-2.0"
licenselink = "https://github.com/de-souza/hugo-flex/blob/master/LICENSE"
description = "A lightweight Hugo theme leveraging CSS Flexbox"
homepage = "https://github.com/de-souza/hugo-flex/"
tags = ["responsive", "minimal", "flexbox", "no-javascript"]
features = ["posts"]
min_version = "0.55"
[author]
name = "Alexandre myere"
homepage = "https://github.com/de-souza/"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment