Skip to content

Commit 4b5c8ef

Browse files
anjannathcfergeau
authored andcommitted
remove the about page and menu entry from top navbar
earlier crc.dev would redirect to /blog/about and that acted as the landing page/home page, and the about.md was a symlinkg to content/_index.md but recently on 0.123.0 release of hugo support for symlinks for input pages was removed: gohugoio/hugo#11556 now we redirect crc.dev to crc.dev/blog and removed the about page as the content is almost similar to the crc.dev/blog page
1 parent 986c428 commit 4b5c8ef

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

config.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,19 @@ enableRobotsTXT: true
77

88
menu:
99
main:
10-
- identifier: about
11-
name: About
12-
title: About
13-
url: /about/
14-
weight: 1
1510
- identifier: docs
1611
name: Docs
1712
url: https://crc.dev/crc
18-
weight: 2
13+
weight: 1
1914
- identifier: releases
2015
name: Releases
2116
url: https://mirror.openshift.com/pub/openshift-v4/clients/crc/
22-
weight: 3
17+
weight: 2
2318
- identifier: archive
2419
name: Archive
2520
title: Archive
2621
url: /posts/
27-
weight: 4
22+
weight: 3
2823

2924
params:
3025
author: "CRC Contributors"

content/about.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)