Skip to content

Commit 110f3b0

Browse files
committed
6
1 parent b509925 commit 110f3b0

3 files changed

Lines changed: 36 additions & 7 deletions

File tree

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Appearance
77
appearance:
88
mode: system
9-
color: indigo
9+
color: red
1010

1111
# SEO
1212
marketing:

content/authors/_index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
---
22
# To publish author profile pages, remove all the `build` and `cascade` settings below.
3-
build:
4-
render: never
5-
cascade:
6-
build:
7-
render: never
8-
list: always
93
---

content/privacy.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: 'Terms'
3+
date: 2023-10-24
4+
type: landing
5+
6+
design:
7+
spacing: '5rem'
8+
9+
# Note: `username` refers to the user's folder name in `content/authors/`
10+
11+
# Page sections
12+
sections:
13+
- block: resume-experience
14+
content:
15+
username: admin
16+
design:
17+
# Hugo date format
18+
date_format: 'January 2006'
19+
# Education or Experience section first?
20+
is_education_first: false
21+
- block: resume-skills
22+
content:
23+
title: Skills & Hobbies
24+
username: admin
25+
design:
26+
show_skill_percentage: false
27+
- block: resume-awards
28+
content:
29+
title: Awards
30+
username: admin
31+
- block: resume-languages
32+
content:
33+
title: Languages
34+
username: admin
35+
---

0 commit comments

Comments
 (0)