Skip to content

Commit

Permalink
edit menu
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerJPark committed Jul 7, 2024
1 parent 4fa851e commit c83d66a
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
24 changes: 12 additions & 12 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ main:
- name: Papers
url: /#papers
weight: 11
- name: Talks
url: /#talks
weight: 12
- name: News
url: /#news
weight: 13
- name: Experience
url: experience/
weight: 20
- name: Projects
url: projects/
weight: 30
- name: Teaching
url: teaching/
weight: 40
# - name: Talks
# url: /#talks
# weight: 12
# - name: News
# url: /#news
# weight: 13
# - name: Projects
# url: projects/
# weight: 30
# - name: Teaching
# url: teaching/
# weight: 40
5 changes: 3 additions & 2 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# Appearance
appearance:
mode: system
color: emerald
color: sky
# color: emerald

# SEO
marketing:
Expand Down Expand Up @@ -35,7 +36,7 @@ header:
show_search: true
show_theme_chooser: true
logo:
text: "Your Name"
text: "Junsung Park"

# Site footer
footer:
Expand Down
84 changes: 42 additions & 42 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ sections:
username: admin
text: ""
# Show a call-to-action button under your biography? (optional)
button:
text: Download CV
url: uploads/resume.pdf
# button:
# text: Download CV
# url: uploads/resume.pdf
design:
css_class: dark
background:
Expand Down Expand Up @@ -63,45 +63,45 @@ sections:
exclude_featured: false
design:
view: citation
- block: collection
id: talks
content:
title: Recent & Upcoming Talks
filters:
folders:
- event
design:
view: article-grid
columns: 1
- block: collection
id: news
content:
title: Recent News
subtitle: ''
text: ''
# Page type to display. E.g. post, talk, publication...
page_type: post
# Choose how many pages you would like to display (0 = all pages)
count: 5
# Filter on criteria
filters:
author: ""
category: ""
tag: ""
exclude_featured: false
exclude_future: false
exclude_past: false
publication_type: ""
# Choose how many pages you would like to offset by
offset: 0
# Page order: descending (desc) or ascending (asc) date.
order: desc
design:
# Choose a layout view
view: date-title-summary
# Reduce spacing
spacing:
padding: [0, 0, 0, 0]
# - block: collection
# id: talks
# content:
# title: Recent & Upcoming Talks
# filters:
# folders:
# - event
# design:
# view: article-grid
# columns: 1
# - block: collection
# id: news
# content:
# title: Recent News
# subtitle: ''
# text: ''
# # Page type to display. E.g. post, talk, publication...
# page_type: post
# # Choose how many pages you would like to display (0 = all pages)
# count: 5
# # Filter on criteria
# filters:
# author: ""
# category: ""
# tag: ""
# exclude_featured: false
# exclude_future: false
# exclude_past: false
# publication_type: ""
# # Choose how many pages you would like to offset by
# offset: 0
# # Page order: descending (desc) or ascending (asc) date.
# order: desc
# design:
# # Choose a layout view
# view: date-title-summary
# # Reduce spacing
# spacing:
# padding: [0, 0, 0, 0]
- block: cta-card
demo: true # Only display this section in the Hugo Blox Builder demo site
content:
Expand Down

0 comments on commit c83d66a

Please sign in to comment.