Skip to content

Commit b90a23c

Browse files
committed
Add a new demo page for portfolio. Showing off some digital library and technical skills.
1 parent 19e2f24 commit b90a23c

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

content/portfolio/demo_repos.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
+++
2+
title = "Demo: Digital Repositories"
3+
[paige.pages]
4+
disable_authors = false
5+
disable_date = false
6+
disable_keywords = false
7+
disable_next = true
8+
disable_prev = true
9+
disable_reading_time = true
10+
disable_series = true
11+
disable_toc = true
12+
+++
13+
14+
## What is this?
15+
16+
Spoiler alert 🚨: I'm demonstrating my technical aptitude and knowledge about digital libraries.
17+
18+
## Future Plans
19+
20+
Host an instance on a server while continuing to develop for further learnings.
21+
22+
## Demo
23+
24+
{{< youtube lr1UauLt_Xg >}}

hugo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ parent = "portfolio"
128128
url = "/portfolio/creative/"
129129
weight = 21
130130

131+
[languages.en.menu.main.params.paige]
132+
divider_below = true
133+
134+
[[languages.en.menu.main]]
135+
identifier = "demo_repos"
136+
name = "Demo: Digital Repositories"
137+
parent = "portfolio"
138+
url = "/portfolio/demo_repos/"
139+
weight = 22
140+
131141
[[languages.en.menu.main]]
132142
identifier = "blog#"
133143
name = "Blog"

0 commit comments

Comments
 (0)