Skip to content

Commit

Permalink
Fix schedule order on website
Browse files Browse the repository at this point in the history
Apparently the site is currently using weights and there's no simple way
to move that to the dates given in schedule.md.
  • Loading branch information
ethanwhite committed Aug 21, 2023
1 parent b4b420b commit d6684f5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/lessons/CourseIntroduction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Course Introduction"
linkTitle: "Course Introduction"
type: book
weight: 1
summary: " "
summary: "Introduction to the class"
show_date: false
editable: true
---
Expand Down
2 changes: 1 addition & 1 deletion content/lessons/R-state-space-models-1/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "State space models in R (10/22 & 10/27 2020)"
title: "State space models in R"
linkTitle: "R: State space models"
type: book
weight: 16
Expand Down
2 changes: 1 addition & 1 deletion content/lessons/R-time-series-autocorrelation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Time Series Autocorrelation in R"
linkTitle: "R: Time series autocorrelation"
type: book
weight: 8
weight: 7.5
summary: Learn about autocorrelation in time series data and using R to examine it
show_date: false
editable: true
Expand Down
2 changes: 1 addition & 1 deletion content/lessons/intro-time-series-data/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Introduction to Time Series Data"
linkTitle: "Intro to Time Series Data"
type: book
weight: 2
weight: 8
summary: Discussion about ecological data collection and how it relates to forecasting
show_date: false
editable: true
Expand Down
4 changes: 2 additions & 2 deletions content/schedule/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ content:
# Useful if you wish to show the first item in the Featured widget
offset: 0
# Field to sort by, such as Date or Title
sort_by: 'Date'
sort_ascending: false
sort_by: 'Weight'
sort_ascending: true
design:
# Choose a listing view
view: community/schedule
Expand Down

0 comments on commit d6684f5

Please sign in to comment.