Skip to content

Commit 41163dc

Browse files
committed
Bump Theme 5.18
1 parent d144f1a commit 41163dc

File tree

20 files changed

+44
-194
lines changed

20 files changed

+44
-194
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Setup Hugo
2323
uses: peaceiris/actions-hugo@v2
2424
with:
25-
hugo-version: '0.101.0'
25+
hugo-version: '0.117.0'
2626
# extended: true
2727

2828
- name: Build
29-
run: hugo --config github.toml
29+
run: hugo -b "https://ksu-cs-textbooks.github.io/cis526/"
3030

3131
- name: Deploy
3232
uses: peaceiris/actions-gh-pages@v3

config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ theme = "hugo-theme-relearn"
2020
# TELE - Teleprompter
2121
# EMBED - Embeddable Version
2222
[outputs]
23-
home = ["HTML", "RSS", "PRINT", "JSON"]
23+
home = ["HTML", "RSS", "PRINT", "SEARCH", "SEARCHPAGE"]
2424
section = ["HTML", "RSS", "PRINT", "TELE", "EMBED"]
2525
page = ["HTML", "RSS", "PRINT", "TELE", "EMBED"]
2626

@@ -87,7 +87,9 @@ theme = "hugo-theme-relearn"
8787
# this can be overridden in the pages frontmatter
8888
ordersectionsby = "weight"
8989
# Change default color scheme with a variant one. Eg. can be "red", "blue", "green" or an array like [ "blue", "green" ].
90-
themeVariant = ["light-theme", "dark-theme"]
90+
themeVariant = ["auto", "light-theme", "dark-theme"]
91+
# The first element is the variant for light mode, the second for dark mode
92+
themeVariantAuto = ["light-theme", "dark-theme"]
9193
# Change the title separator. Default to "::".
9294
# titleSeparator = "-"
9395
# If set to true, the menu in the sidebar will be displayed in a collapsible tree view.

content/00-forward/_index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
title = "Course Information"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 1
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "0"
67
pre = "<b>0. </b>"
78
+++
89

9-
### Forward
10-
11-
# CIS 526 Course Information
12-
1310
Getting Oriented
1411

1512
{{% notice noiframe %}}

content/01-the-dom/_index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
+++
2-
title = "The DOM"
2+
title = "The Document Object Model"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 10
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "1"
67
pre = "<b>1. </b>"
78
+++
89

9-
### Chapter 1
10-
11-
# The Document Object Model
1210

1311
HTML, CSS, and JavaScript in the Browser

content/02-http/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title = "Hyper-Text Transfer Protocol"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 20
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "2"
67
pre = "<b>2. </b>"
78
+++
89

9-
### Chapter 2
10-
11-
# Hyper-Text Transfer Protocol
1210

1311
Etiquette for Web Servers and Clients

content/03-asynchronous-js/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title = "Asynchronous JavaScript"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 30
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "3"
67
pre = "<b>3. </b>"
78
+++
89

9-
### Chapter 3
10-
11-
# Asynchronous JavaScript
1210

1311
Parallel Processing Made Easy

content/04-node/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title = "Introduction to Node"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 40
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "4"
67
pre = "<b>4. </b>"
78
+++
89

9-
### Chapter 4
10-
11-
# Introduction to Node
1210

1311
JavaScript on the Server

content/05-web-servers/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title = "Basic Web Servers"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 50
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "5"
67
pre = "<b>5. </b>"
78
+++
89

9-
### Chapter 5
10-
11-
# Basic Web Servers
1210

1311
Serving Content via the World-Wide-Web

content/06-dynamic-web-servers/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title = "Dynamic Web Servers"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 60
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "6"
67
pre = "<b>6. </b>"
78
+++
89

9-
### Chapter 6
10-
11-
# Dynamic Web Servers
1210

1311
The Web Comes of Age

content/07-persistent-storage/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title = "Persistent Storage"
33
date = 2018-08-24T10:53:05-05:00
44
weight = 70
5-
chapter = true
5+
archetype = "chapter"
6+
ordinal = "7"
67
pre = "<b>7. </b>"
78
+++
89

9-
### Chapter 7
1010

11-
# Persistent Storage
1211

1312
Tupperware for the Web

0 commit comments

Comments
 (0)