Skip to content

Commit

Permalink
updating section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Larkin committed Jul 30, 2024
1 parent f118c53 commit db61171
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 115 deletions.
20 changes: 10 additions & 10 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
# The weight parameter defines the order that the links will appear in.

main:
- name: Bio
- name: Home
url: /
weight: 10
- name: Papers
url: /#papers
weight: 11
- name: Posts
url: /#news
weight: 12
- name: Experience
url: experience/
url: /posts/
weight: 20
- name: Projects
url: projects/
- name: Research
url: /research/
weight: 30
- name: CV
url: /cv/
weight: 40
- name: Contact
url: /contact/
weight: 50
55 changes: 38 additions & 17 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sections:
size: cover
position: center
parallax: false

- block: markdown
content:
title: '📚 My Research'
Expand All @@ -42,17 +43,20 @@ sections:
Please reach out to collaborate 😃
design:
columns: '1'

- block: collection
id: papers
content:
title: Publications
text: ""
# Filter to include only specific folders
filters:
folders:
- publication
exclude_featured: false
design:
view: citation

- block: collection
id: news
content:
Expand Down Expand Up @@ -82,24 +86,41 @@ sections:
# 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:
title: 👉 Build your own academic website like this
text: |-
This site is generated by Hugo Blox Builder - the FREE, Hugo-based open source website builder trusted by 250,000+ academics like you.

<a class="github-button" href="https://github.com/HugoBlox/hugo-blox-builder" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star HugoBlox/hugo-blox-builder on GitHub">Star</a>
- block: collection
id: cv
content:
title: 'CV'
subtitle: 'Experience and Skills'
text: ''
# Page type to display. E.g. experience, project...
page_type: experience # Ensure you have a content type or folder for experience
# Choose how many pages you would like to display (0 = all pages)
count: 0 # Display all experiences
# 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]

Easily build anything with blocks - no-code required!
From landing pages, second brains, and courses to academic resumés, conferences, and tech blogs.
button:
text: Get Started
url: https://hugoblox.com/templates/
- block: markdown
content:
title: '📞 Contact'
text: 'You can reach me via email at [[email protected]](mailto:[email protected]).'
design:
card:
# Card background color (CSS class)
css_class: "bg-primary-700"
css_style: ""
columns: '1'
---
13 changes: 0 additions & 13 deletions content/event/_index.md

This file was deleted.

Binary file removed content/event/example/featured.jpg
Binary file not shown.
75 changes: 0 additions & 75 deletions content/event/example/index.md

This file was deleted.

0 comments on commit db61171

Please sign in to comment.