Skip to content

Commit c4faea0

Browse files
authored
Update to Hinode 1.0+ theme (#136)
This commit updates the Hinode theme and Hugo version, which introduced breaking changes.
1 parent 08f75f7 commit c4faea0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+410
-853
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/peaceiris/hugo:v0.145.0-full
1+
FROM ghcr.io/peaceiris/hugo:v0.146.4-full
22

33
ENV PIP_BREAK_SYSTEM_PACKAGES=1
44

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
HUGO_VERSION=0.145.0
1+
HUGO_VERSION=0.146.4

config/_default/params.yml

Lines changed: 101 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ main:
33
footerBelowFold: true
44
enableDarkMode: false
55
modes: ["light"]
6+
breakpoint: "md"
67

78
favicon:
89
logo: /images/logo.png
910

1011
navigation:
11-
logo: /images/logo.svg
12+
logo: ""
1213
search: true
1314
searchModal: true
1415
size: xl
1516
#color: primary
1617
# horizontal: true
1718
toc: true
18-
sidebar: false
19+
sidebar: true
1920
breadcrumb: false
2021

2122
sharing:
@@ -57,101 +58,101 @@ social:
5758
mermaid:
5859
align: center
5960

60-
sections:
61-
about:
62-
title:
63-
layout: card
64-
sort: weight
65-
style: rounded-1 px-4 pb-3 my-0
66-
header: none
67-
footer: none
68-
padding: 2
69-
cols: 3
70-
orientation: stacked
71-
fullCover: true
72-
reverse: false
73-
nested: false
74-
g:
75-
layout: card
76-
header: none
77-
footer: none
78-
cols: 4
79-
padding: 0
80-
u:
81-
layout: card
82-
header: none
83-
footer: none
84-
cols: 4
85-
padding: 0
86-
prospective:
87-
layout: card
88-
sort: weight
89-
style: rounded-0 px-4 pb-3 my-0
90-
header: none
91-
footer: none
92-
padding: 2
93-
cols: 3
94-
orientation: stacked
95-
fullCover: true
96-
reverse: false
97-
nested: false
98-
people:
99-
layout: card
100-
sort: weight
101-
style: border-0 px-4 pb-3 my-0 card-zoom
102-
header: none
103-
footer: none
104-
padding: 2
105-
cols: 2
106-
orientation: stacked
107-
fullCover: true
108-
reverse: false
109-
nested: false
110-
courses:
111-
sort: weight
112-
style: rounded-1 card-zoom
113-
header: none
114-
footer: none
115-
padding: 3
116-
cols: 4
117-
orientation: stacked
118-
color: body-tertiary
119-
reverse: false
120-
nested: false
121-
fullCover: true
122-
undergraduate:
123-
sort: weight
124-
style: rounded-1 card-zoom
125-
header: none
126-
footer: none
127-
padding: 3
128-
cols: 4
129-
orientation: stacked
130-
color: body-tertiary
131-
reverse: false
132-
nested: false
133-
graduate:
134-
sort: weight
135-
style: rounded-1 card-zoom
136-
header: none
137-
footer: none
138-
padding: 3
139-
cols: 3
140-
orientation: stacked
141-
color: body-tertiary
142-
reverse: false
143-
nested: false
144-
research:
145-
layout: card
146-
sort: weight
147-
style: rounded-1 card-zoom
148-
header: none
149-
footer: none
150-
padding: 3
151-
cols: 4
152-
orientation: stacked
153-
color: body-tertiary
154-
reverse: false
155-
nested: false
156-
docs:
157-
layout: card
61+
# sections:
62+
# about:
63+
# title:
64+
# layout: card
65+
# sort: weight
66+
# style: rounded-1 px-4 pb-3 my-0
67+
# header: none
68+
# footer: none
69+
# padding: 2
70+
# cols: 3
71+
# orientation: stacked
72+
# fullCover: true
73+
# reverse: false
74+
# nested: false
75+
# g:
76+
# layout: card
77+
# header: none
78+
# footer: none
79+
# cols: 4
80+
# padding: 0
81+
# u:
82+
# layout: card
83+
# header: none
84+
# footer: none
85+
# cols: 4
86+
# padding: 0
87+
# prospective:
88+
# layout: card
89+
# sort: weight
90+
# style: rounded-0 px-4 pb-3 my-0
91+
# header: none
92+
# footer: none
93+
# padding: 2
94+
# cols: 3
95+
# orientation: stacked
96+
# fullCover: true
97+
# reverse: false
98+
# nested: false
99+
# people:
100+
# layout: card
101+
# sort: weight
102+
# style: border-0 px-4 pb-3 my-0 card-zoom
103+
# header: none
104+
# footer: none
105+
# padding: 2
106+
# cols: 2
107+
# orientation: stacked
108+
# fullCover: true
109+
# reverse: false
110+
# nested: false
111+
# courses:
112+
# sort: weight
113+
# style: rounded-1 card-zoom
114+
# header: none
115+
# footer: none
116+
# padding: 3
117+
# cols: 4
118+
# orientation: stacked
119+
# color: body-tertiary
120+
# reverse: false
121+
# nested: false
122+
# fullCover: true
123+
# undergraduate:
124+
# sort: weight
125+
# style: rounded-1 card-zoom
126+
# header: none
127+
# footer: none
128+
# padding: 3
129+
# cols: 4
130+
# orientation: stacked
131+
# color: body-tertiary
132+
# reverse: false
133+
# nested: false
134+
# graduate:
135+
# sort: weight
136+
# style: rounded-1 card-zoom
137+
# header: none
138+
# footer: none
139+
# padding: 3
140+
# cols: 3
141+
# orientation: stacked
142+
# color: body-tertiary
143+
# reverse: false
144+
# nested: false
145+
# research:
146+
# layout: card
147+
# sort: weight
148+
# style: rounded-1 card-zoom
149+
# header: none
150+
# footer: none
151+
# padding: 3
152+
# cols: 4
153+
# orientation: stacked
154+
# color: body-tertiary
155+
# reverse: false
156+
# nested: false
157+
# docs:
158+
# layout: card

content/about/_index.en.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
---
22
title: About
33
metadata: none
4+
content_blocks:
5+
- _bookshop_name: hero
6+
heading:
7+
title: About
8+
align: start
9+
width: 8
10+
11+
- _bookshop_name: articles
12+
hide-empty: false
13+
input:
14+
section: about
15+
reverse: false
16+
cols: 3
17+
padding: 3
18+
limit: 15
19+
paginate: false
20+
cover: false
21+
header-style: none
22+
class: border-dark border-2 rounded-0
423
---

content/about/_index.tr.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
---
22
title: Hakkında
33
metadata: none
4+
content_blocks:
5+
- _bookshop_name: hero
6+
heading:
7+
title: Hakkında
8+
align: start
9+
width: 8
10+
11+
- _bookshop_name: articles
12+
hide-empty: false
13+
input:
14+
section: about
15+
reverse: false
16+
more:
17+
title: More Posts
18+
cols: 3
19+
padding: 3
20+
limit: 9
21+
paginate: false
22+
cover: false
23+
header-style: none
24+
class: border-dark border-2 rounded-0
425
---

content/about/academic-advisors.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Academic Advisors
33
description: Academic Advisors at Computer Engineering
44
weight: 5
55
metadata: none
6-
type: wide
76
---
87

98
All students enrolled in the Computer Engineering program are assigned an

content/about/academic-advisors.tr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Akademik Danışmanlar
33
description: Akademik Danışmanlar
44
weight: 5
55
metadata: none
6-
type: wide
76
---
87

98
## Hazırlık

content/about/administration.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Administration
33
description: Department Administration and Committees
44
weight: 4
55
metadata: none
6-
type: wide
76
---
87

98
## Chair

content/about/administration.tr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Yönetim
33
description: Bölüm Yönetimi ve Komisyonları
44
weight: 4
55
metadata: none
6-
type: wide
76
---
87

98
## Bölüm Başkanı

content/courses/_index.en.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,26 @@ title: Courses
33
description: Computer Engineering Course Catalog
44
metadata: none
55
weight: 2
6+
content_blocks:
7+
- _bookshop_name: hero
8+
heading:
9+
title: Courses
10+
content: >-
11+
This section provides detailed information about the courses offered by the department across undergraduate and graduate programs. Our courses span a wide range of topics, from core subjects that build essential knowledge to advanced electives that reflect current research and emerging technologies. Each course is developed and taught by experienced faculty members, ensuring academic rigor and relevance. You can find course descriptions, prerequisites, credit information, and semester offerings in the following.
12+
align: start
13+
width: 8
14+
15+
- _bookshop_name: articles
16+
hide-empty: false
17+
input:
18+
section: courses
19+
sort: title
20+
reverse: false
21+
cols: 4
22+
padding: 4
23+
limit: 16
24+
paginate: true
25+
cover: false
26+
header-style: tags
27+
class: border-dark border-2 rounded-0
628
---

0 commit comments

Comments
 (0)