feat: modernize card view with 2025 design trends and smart metadata
This commit is contained in:
@@ -23,37 +23,12 @@ sections:
|
|||||||
education: ''
|
education: ''
|
||||||
interests: ''
|
interests: ''
|
||||||
design:
|
design:
|
||||||
|
# Apply a gradient background
|
||||||
css_class: hbx-bg-gradient
|
css_class: hbx-bg-gradient
|
||||||
# Avatar customization
|
# Avatar customization
|
||||||
avatar:
|
avatar:
|
||||||
size: medium # Options: small (150px), medium (200px, default), large (320px), xl (400px), xxl (500px)
|
size: medium # Options: small (150px), medium (200px, default), large (320px), xl (400px), xxl (500px)
|
||||||
shape: circle # Options: circle (default), square, rounded
|
shape: circle # Options: circle (default), square, rounded
|
||||||
background:
|
|
||||||
#color: black
|
|
||||||
#image:
|
|
||||||
# RECOMMENDED: Modern gradient mesh backgrounds
|
|
||||||
# Option 1: Abstract neural network visualization (perfect for AI researchers)
|
|
||||||
# filename: https://images.unsplash.com/photo-1635070041078-e363dbe005cb
|
|
||||||
|
|
||||||
# Option 2: Dark gradient mesh (sophisticated and modern)
|
|
||||||
# filename: https://images.unsplash.com/photo-1557683316-973673baf926
|
|
||||||
|
|
||||||
# Option 3: Subtle tech pattern (professional)
|
|
||||||
# filename: https://images.unsplash.com/photo-1451187580459-43490279c0fa
|
|
||||||
|
|
||||||
# Current: Generic geometric pattern (consider upgrading)
|
|
||||||
#filename: stacked-peaks.svg
|
|
||||||
|
|
||||||
# For best 2025 results, consider:
|
|
||||||
# 1. Using a CSS gradient instead (remove image section)
|
|
||||||
# 2. Implementing particle.js for interactive background
|
|
||||||
# 3. Using a subtle video background with neural network visualization
|
|
||||||
|
|
||||||
#filters:
|
|
||||||
#brightness: 0.7 # Darkened for better text contrast
|
|
||||||
size: cover
|
|
||||||
position: center
|
|
||||||
parallax: false
|
|
||||||
- block: markdown
|
- block: markdown
|
||||||
content:
|
content:
|
||||||
title: '📚 My Research'
|
title: '📚 My Research'
|
||||||
@@ -95,8 +70,7 @@ sections:
|
|||||||
folders:
|
folders:
|
||||||
- event
|
- event
|
||||||
design:
|
design:
|
||||||
view: article-grid
|
view: card
|
||||||
columns: 1
|
|
||||||
- block: collection
|
- block: collection
|
||||||
id: news
|
id: news
|
||||||
content:
|
content:
|
||||||
@@ -122,7 +96,7 @@ sections:
|
|||||||
order: desc
|
order: desc
|
||||||
design:
|
design:
|
||||||
# Choose a layout view
|
# Choose a layout view
|
||||||
view: date-title-summary
|
view: card
|
||||||
# Reduce spacing
|
# Reduce spacing
|
||||||
spacing:
|
spacing:
|
||||||
padding: [0, 0, 0, 0]
|
padding: [0, 0, 0, 0]
|
||||||
|
|||||||
@@ -16,6 +16,12 @@ tags:
|
|||||||
- Academic
|
- Academic
|
||||||
- Hugo Blox
|
- Hugo Blox
|
||||||
- Markdown
|
- Markdown
|
||||||
|
|
||||||
|
content_meta:
|
||||||
|
# content_type: 'Tutorial'
|
||||||
|
# difficulty: 'Beginner'
|
||||||
|
prerequisites: ['Markdown']
|
||||||
|
trending: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Welcome 👋
|
Welcome 👋
|
||||||
|
|||||||
@@ -20,4 +20,7 @@ sections:
|
|||||||
view: article-grid
|
view: article-grid
|
||||||
fill_image: false
|
fill_image: false
|
||||||
columns: 3
|
columns: 3
|
||||||
|
show_date: false
|
||||||
|
show_read_time: false
|
||||||
|
show_read_more: false
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user