rustyphoenixlecture 1.10.0

This project aims to provide a simple a powerfull lecture compilation to generate html web sites

# Vector of files in the lecture
vec_file = [
	"index.md",
	"container_list_karim.md",
	"conclusion.md",
	# "list_test.md",
]
# Title of the lecture
title = "A great lecture"
# Name of the lecture (other lectures will reference this one with that name)
name = "TestLecture"
# Url of the lecture
project_url = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/static-site-generator/RustyPhoenixLecture"
# Url where to find the documentation of the project or the generated lecture
documentation_url = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/static-site-generator/RustyPhoenixLecture"
# If the lecture is part of a mater project
master_project = "https://paubert.pages.in2p3.fr/Lectures/"
# Email contact for suggestions
contact_mail = "pierre.aubert@lapp.in2p3.fr"
# Vector of authors of the lecture
vec_author = ["Pierre Aubert"]
#Relative to the current configuration location
theme_path = "../themes/book"
# Vector of parser directories which contains all toml configuration for languages highlighting
vec_parser = ["parser"]
# Vector of environment directories which contains all toml configuration for extra environment
vec_environment = ["environment"]
# Image on the main page menu
main_page_image = "Images/logo.png"

[dependencies]