-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
executable file
·63 lines (58 loc) · 1.58 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
# Project information
site_name: CPP Lab Guide
repo_name: cpp-lln-lab/CPP_LabGuide
repo_url: https://github.com/cpp-lln-lab/CPP_LabGuide
# docs_dir: alternative_path # docs/ is the default folder
copyright: MIT
# This will use Material them
theme:
name: material
language: en
palette:
primary: light blue
accent: light blue
features:
- navigation.expand
- content.action.edit
docs_dir: doc
# Pages
nav:
- Home: index.md
- Contributing: contributing.md
- Welcome section:
- Registration at UCLouvain: registration_at_uclovuain.md
- Living in Belgium: living_in_belgium.md
- Life in lab:
- Google calendar: google_calendar.md
- Logistics: logistics.md
- Lab meetings: lab_meetings.md
- Admin: admin.md
- Lab website: lab_website.md
- Online accounts to join: online_accounts_to_join.md
- Grants: grants.md
- Conferences of interest: conferences_of_interest.md
- Buying things for the lab: buying_things_for_the_lab.md
- For PhD students: for_phd_students.md
- Using the computer cluster: using_the_computer_cluster.md
- iMac in the lab: iMac_in_the_lab.md
- Code and data management: code_and_data_management.md
- Running a study: running_a_study.md
- Testing participants: testing_participants.md
- Conference posters: conference_posters.md
- Papers: papers.md
- Activities:
- Learnign French: learning_french.md
- Fun activities: fun_activities.md
# list of extension
markdown_extensions:
- admonition
- pymdownx.details
- toc:
anchorlink: true
permalink: '#'
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- include-markdown
- search