Skip to content
Snippets Groups Projects
config.yaml 1.77 KiB
Newer Older
STAHL FREDERIC's avatar
STAHL FREDERIC committed
baseURL: "https://fstahl.pages.unistra.fr/lin-cs/"
contentdir: "content"
layoutdir: "layouts"
publishdir: "public"
canonifyURLs: true
#relativeURLs: true
#uglyURLs: true

STAHL FREDERIC's avatar
STAHL FREDERIC committed
theme: "beautifulhugo"
metaDataFormat: "yaml"
pygmentsUseClasses: true
pygmentCodeFences: true

params:
  logo: "img/avatar-icon.png"
  favicon: "img/favicon.ico"
  commit: false
  rss: true
  comments: true
#  bigimg:
#  - src: "img/triangle.jpg"
#    desc: "Triangle"
#  - src: "img/sphere.jpg"
#    desc: "Sphere"
#  - src: "img/hexagon.jpg"
#    desc: "Hexagon"

author:
STAHL FREDERIC's avatar
STAHL FREDERIC committed
  name: "Fredic67"
  email: "fstahl@unistra.fr"
  gitlab: "username"
  twitter: "username"
  reddit: "username"
  linkedin: "username"
  stackoverflow: "users/XXXXXXX/username"
  snapchat: "username"
  instagram: "username"
  itchio: "username"

menu:
  main:
  - name: "Articles"
    url: "post/"
    weight: 1
  - name: "À propos"
    url: "page/about/"
    weight: 3
  - identifier: "samples"
    name: "À la une"
    weight: 2
  - parent: "samples"
    name: "Markdown"
    url: "post/syntaxe-markdown"
    weight: 1
  - parent: "samples"
    name: "Mathématiques"
    url: "post/maths"
    weight: 2
  - parent: "samples"
    name: "Programmation"
    url: "post/code-source"
    weight: 3
STAHL FREDERIC's avatar
STAHL FREDERIC committed
  - parent: "samples"
STAHL FREDERIC's avatar
STAHL FREDERIC committed
    name: "Test"
STAHL FREDERIC's avatar
STAHL FREDERIC committed
    url: "post/syntaxe-markdown"
STAHL FREDERIC's avatar
STAHL FREDERIC committed
    weight: 4
  - name: "Catégories"
    url: "tags"
    weight: 3
STAHL FREDERIC's avatar
STAHL FREDERIC committed
defaultContentLanguage: "fr"
languages:
  fr:
    languageName: Français
    weight: 1
STAHL FREDERIC's avatar
STAHL FREDERIC committed
    title: "UMR7069 - LinCS"
STAHL FREDERIC's avatar
STAHL FREDERIC committed
    subtitle: "Laboratoire International des Etudes Culturelles"
    params:
      dateFormat: "2/1/2006"
  en:
    languageName: English
    weight: 2
STAHL FREDERIC's avatar
STAHL FREDERIC committed
    title: "UMR7069 - LinCS"
STAHL FREDERIC's avatar
STAHL FREDERIC committed
    subtitle: "Internatinoal Laboratory for Cultural Studies"
    params:
      dateFormat: "2006-1-2"
STAHL FREDERIC's avatar
STAHL FREDERIC committed
  - en