Skip to content

Commit d3665e3

Browse files
committed
hidding placeholders
1 parent b2fadf2 commit d3665e3

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

config/_default/menus.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# The weight parameter defines the order that the links will appear in.
55

66
main:
7-
- name: About
8-
url: post
9-
weight: 10
7+
# - name: About
8+
# url: post
9+
# weight: 10
1010
- name: People
1111
url: people
1212
weight: 30
1313
- name: Publications
1414
url: publication
1515
weight: 20
16-
- name: Projects
17-
url: projects
18-
weight: 40
16+
# - name: Projects
17+
# url: projects
18+
# weight: 40
1919
- name: Contact
2020
url: contact
2121
weight: 50

content/_index.md

+30-30
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ sections:
2121
**BiodataGeeks** is a research team at Warsaw University of Technology, uniting faculty, PhD students, and students to explore bioinformatics, genomics, and genetic data analysis.
2222
</div>
2323
24-
- block: collection
25-
content:
26-
title: Latest News
27-
subtitle:
28-
text:
29-
count: 5
30-
filters:
31-
author: ''
32-
category: ''
33-
exclude_featured: false
34-
publication_type: ''
35-
tag: ''
36-
offset: 0
37-
order: desc
38-
page_type: post
39-
design:
40-
view: card
41-
columns: '1'
24+
# - block: collection
25+
# content:
26+
# title: Latest News
27+
# subtitle:
28+
# text:
29+
# count: 5
30+
# filters:
31+
# author: ''
32+
# category: ''
33+
# exclude_featured: false
34+
# publication_type: ''
35+
# tag: ''
36+
# offset: 0
37+
# order: desc
38+
# page_type: post
39+
# design:
40+
# view: card
41+
# columns: '1'
4242

4343
- block: markdown
4444
content:
@@ -60,18 +60,18 @@ sections:
6060
padding: ['20px', '0', '20px', '0']
6161
css_class: fullscreen
6262

63-
- block: collection
64-
content:
65-
title: Latest Preprints
66-
text: ""
67-
count: 5
68-
filters:
69-
folders:
70-
- publication
71-
publication_type: 'article'
72-
design:
73-
view: citation
74-
columns: '1'
63+
# - block: collection
64+
# content:
65+
# title: Latest Preprints
66+
# text: ""
67+
# count: 5
68+
# filters:
69+
# folders:
70+
# - publication
71+
# publication_type: 'article'
72+
# design:
73+
# view: citation
74+
# columns: '1'
7575

7676
- block: markdown
7777
content:

0 commit comments

Comments
 (0)