Skip to content

Commit

Permalink
Update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsides22 committed Feb 7, 2024
1 parent 2b8da12 commit c9cf930
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 1 deletion.
17 changes: 17 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
description: "Computer Engineering | Computer Science"
paige:
search:
hide_page: true
style: |
#paige-collections,
#paige-sections,
#paige-pages {
display: none;
}
#paige-title {
font-size: 5rem;
}
title: "Jack Sides"
---
Hello there
1 change: 1 addition & 0 deletions content/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
11 changes: 11 additions & 0 deletions content/projects/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
description: "Demonstrations of Paige content."
title: "Content"
paige:
style: |
#paige-collections,
#paige-sections,
#paige-title {
font-size: 5rem;
}
---
15 changes: 15 additions & 0 deletions content/projects/project_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
description: "Computer Engineering | Computer Science"
date: "2023-09-18T21:33:03-07:00"
paige:
style: |
#paige-collections,
#paige-sections,
#paige-pages {
display: none;
}
#paige-title {
font-size: 5rem;
}
title: "Project 1"
---
18 changes: 17 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Jack Sides'

[[module.imports]]
path = "github.com/willfaught/paige"
path = "github.com/willfaught/paige"

[languages.en]
weight = 10

[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10

[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 10

0 comments on commit c9cf930

Please sign in to comment.