Skip to content

Commit 9086bcc

Browse files
committed
Remove posts from website.
1 parent c092aab commit 9086bcc

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

config/_default/menus.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ main:
77
- name: Home
88
url: '#about'
99
weight: 10
10-
- name: Posts
11-
url: '#posts'
12-
weight: 20
10+
# - name: Posts
11+
# url: '#posts'
12+
# weight: 20
1313
- name: Projects
1414
url: '#projects'
1515
weight: 30

content/_index.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: landing
66

77
sections:
88
- block: hero
9-
demo: false # Only display this section in the Hugo Blox Builder demo site
9+
demo: true # Only display this section in the Hugo Blox Builder demo site
1010
content:
1111
title: Hugo Academic Theme
1212
image:
@@ -221,33 +221,33 @@ sections:
221221
url: ''
222222
design:
223223
columns: '2'
224-
- block: collection
225-
id: posts
226-
content:
227-
title: Recent Posts
228-
subtitle: ''
229-
text: ''
230-
# Choose how many pages you would like to display (0 = all pages)
231-
count: 5
232-
# Filter on criteria
233-
filters:
234-
folders:
235-
- post
236-
author: ""
237-
category: ""
238-
tag: ""
239-
exclude_featured: false
240-
exclude_future: false
241-
exclude_past: false
242-
publication_type: ""
243-
# Choose how many pages you would like to offset by
244-
offset: 0
245-
# Page order: descending (desc) or ascending (asc) date.
246-
order: desc
247-
design:
248-
# Choose a layout view
249-
view: compact
250-
columns: '2'
224+
# - block: collection
225+
# id: posts
226+
# content:
227+
# title: Recent Posts
228+
# subtitle: ''
229+
# text: ''
230+
# # Choose how many pages you would like to display (0 = all pages)
231+
# count: 5
232+
# # Filter on criteria
233+
# filters:
234+
# folders:
235+
# - post
236+
# author: ""
237+
# category: ""
238+
# tag: ""
239+
# exclude_featured: false
240+
# exclude_future: false
241+
# exclude_past: false
242+
# publication_type: ""
243+
# # Choose how many pages you would like to offset by
244+
# offset: 0
245+
# # Page order: descending (desc) or ascending (asc) date.
246+
# order: desc
247+
# design:
248+
# # Choose a layout view
249+
# view: compact
250+
# columns: '2'
251251
- block: portfolio
252252
id: projects
253253
content:

0 commit comments

Comments
 (0)