mirror of https://github.com/lxndrblz/anatole.git

Kris - The Coding Unicorn
23.11.2022 6c55d4282e1e460afb56a19e70058f05d738e85d
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
  [[main]]
  name = "Home"
  identifier = "home"
  weight = 100
  url = "/"
 
  [[main]]
  name = "Posts"
  weight = 200
  identifier = "posts"
  url = "/post/"
 
  [[main]]
  name = "Portfolio"
  weight = 300
  identifier = "portfolio"
  url = "/portfolio/"
 
  [[main]]
  name = "About"
  weight = 400
  identifier = "about"
  url = "/about/"
 
  [[main]]
  name = "Accomplishments"
  weight = 500
  identifier = "accomplishments"
 
  [[main]]
  name = "Awards"
  weight = 510
  identifier = "awards"
  url = "/awards/"
  parent = "accomplishments"  
 
  [[main]]
  name = "Certifications"
  weight = 520
  identifier = "certifications"
  url = "/certifications/"
  parent = "accomplishments"
 
  [[main]]
  name = "Contact"
  weight = 600
  identifier = "contact"
  url = "/contact/"
 
  [[footer]]
  name = "imprint"
  weight = 1
  identifier = "imprint"
  url = "/imprint/"