Skip to content

Commit

Permalink
remove the about page and menu entry from top navbar
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anjannath committed Apr 22, 2024
1 parent 986c428 commit c503b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 3 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,19 @@ enableRobotsTXT: true

menu:
main:
- identifier: about
name: About
title: About
url: /about/
weight: 1
- identifier: docs
name: Docs
url: https://crc.dev/crc
weight: 2
weight: 1
- identifier: releases
name: Releases
url: https://mirror.openshift.com/pub/openshift-v4/clients/crc/
weight: 3
weight: 2
- identifier: archive
name: Archive
title: Archive
url: /posts/
weight: 4
weight: 3

params:
author: "CRC Contributors"
Expand Down
1 change: 0 additions & 1 deletion content/about.md

This file was deleted.

0 comments on commit c503b39

Please sign in to comment.