Update config.yml
This commit is contained in:
parent
07cc2cb203
commit
5517cf6965
10
config.yml
10
config.yml
|
@ -42,7 +42,7 @@ params:
|
||||||
tocopen: false
|
tocopen: false
|
||||||
profileMode:
|
profileMode:
|
||||||
enabled: True
|
enabled: True
|
||||||
title: "Hi, I’m Morgan!" # optional default will be site title
|
title: "Hi, I'm Morgan!" # optional default will be site title
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
# imageUrl: "<image link>" # optional
|
# imageUrl: "<image link>" # optional
|
||||||
# imageTitle: "<title of image as alt>" # optional
|
# imageTitle: "<title of image as alt>" # optional
|
||||||
|
@ -110,10 +110,10 @@ menu:
|
||||||
name: Posts
|
name: Posts
|
||||||
url: /posts/
|
url: /posts/
|
||||||
weight: 30
|
weight: 30
|
||||||
# - identifier: categories
|
- identifier: admin
|
||||||
# name: Categories
|
name: Admin
|
||||||
# url: /categories/
|
url: /admin/
|
||||||
# weight: 10
|
weight: 10
|
||||||
# - identifier: tags
|
# - identifier: tags
|
||||||
# name: Tags
|
# name: Tags
|
||||||
# url: /tags/
|
# url: /tags/
|
||||||
|
|
Loading…
Reference in New Issue