diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..844305f
--- /dev/null
+++ b/AUTHORS.md
@@ -0,0 +1 @@
+- [Belinda Weaver](https://github.com/weaverbel), Griffith University Library
\ No newline at end of file
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..f19b804
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,13 @@
+---
+title: "Contributor Code of Conduct"
+---
+
+As contributors and maintainers of this project,
+we pledge to follow the [The Carpentries Code of Conduct][coc].
+
+Instances of abusive, harassing, or otherwise unacceptable behavior
+may be reported by following our [reporting guidelines][coc-reporting].
+
+
+[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
+[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..7632871
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,79 @@
+---
+title: "Licenses"
+---
+
+## Instructional Material
+
+All Carpentries (Software Carpentry, Data Carpentry, and Library Carpentry)
+instructional material is made available under the [Creative Commons
+Attribution license][cc-by-human]. The following is a human-readable summary of
+(and not a substitute for) the [full legal text of the CC BY 4.0
+license][cc-by-legal].
+
+You are free:
+
+- to **Share**---copy and redistribute the material in any medium or format
+- to **Adapt**---remix, transform, and build upon the material
+
+for any purpose, even commercially.
+
+The licensor cannot revoke these freedoms as long as you follow the license
+terms.
+
+Under the following terms:
+
+- **Attribution**---You must give appropriate credit (mentioning that your work
+ is derived from work that is Copyright (c) The Carpentries and, where
+ practical, linking to ), provide a [link to the
+ license][cc-by-human], and indicate if changes were made. You may do so in
+ any reasonable manner, but not in any way that suggests the licensor endorses
+ you or your use.
+
+- **No additional restrictions**---You may not apply legal terms or
+ technological measures that legally restrict others from doing anything the
+ license permits. With the understanding that:
+
+Notices:
+
+* You do not have to comply with the license for elements of the material in
+ the public domain or where your use is permitted by an applicable exception
+ or limitation.
+* No warranties are given. The license may not give you all of the permissions
+ necessary for your intended use. For example, other rights such as publicity,
+ privacy, or moral rights may limit how you use the material.
+
+## Software
+
+Except where otherwise noted, the example programs and other software provided
+by The Carpentries are made available under the [OSI][osi]-approved [MIT
+license][mit-license].
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+## Trademark
+
+"The Carpentries", "Software Carpentry", "Data Carpentry", and "Library
+Carpentry" and their respective logos are registered trademarks of [Community
+Initiatives][ci].
+
+[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
+[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
+[mit-license]: https://opensource.org/licenses/mit-license.html
+[ci]: https://communityin.org/
+[osi]: https://opensource.org
diff --git a/config.yaml b/config.yaml
index bc5361d..bdb1ee1 100644
--- a/config.yaml
+++ b/config.yaml
@@ -8,13 +8,13 @@
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
-carpentry: 'incubator'
+carpentry: 'lc'
# Overall title for pages.
-title: 'Lesson Title'
+title: 'Introducing Computational Thinking'
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
-created:
+created: "2022-08-12"
# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries'
@@ -27,7 +27,7 @@ life_cycle: 'pre-alpha'
license: 'CC-BY 4.0'
# Link to the source repository for this lesson
-source: 'https://github.com/carpentries/workbench-template-md'
+source: 'https://github.com/GULibrarySandbox/intro-computational-thinking'
# Default branch of your lesson
branch: 'main'
@@ -59,14 +59,14 @@ contact: 'team@carpentries.org'
# Order of episodes in your lesson
episodes:
-- 0-intro.md
-- 1-exercise.md
-- 2-lesson.md
-- 3-lesson.md
-- 4-lesson.md
-- 5-solutions.md
-- 6-resources.md
-- 7-glossary.md
+- intro.md
+- exercise.md
+- computation_practice.md
+- computation_programming.md
+- pseudocode.md
+- solutions.md
+- resources.md
+- glossary.md
# Information for Learners
diff --git a/site/_pkgdown.yaml b/site/_pkgdown.yaml
index 64efb29..1b5a271 100644
--- a/site/_pkgdown.yaml
+++ b/site/_pkgdown.yaml
@@ -2,7 +2,7 @@
# This file was generated by sandpaper version '0.12.4'
# If you want to make changes, please edit '/Users/lawrencetlee/Personal/Lesson Job/intro-computational-thinking/config.yaml'
# ------------------------------------------------------------------ information
-title: Lesson Title
+title: Introducing Computational Thinking
home:
title: Home
strip_header: yes
@@ -10,35 +10,35 @@ home:
template:
package: varnish
params:
- time: 2023-07-12 20:11:35 +0000
- source: https://github.com/carpentries/workbench-template-md
+ time: 2023-07-17 16:19:38 +0000
+ source: https://github.com/GULibrarySandbox/intro-computational-thinking
branch: main
contact: team@carpentries.org
license: CC-BY 4.0
handout: ~
cp: no
- lc: no
+ lc: yes
dc: no
swc: no
- carpentry: incubator
- carpentry_name: Carpentries Incubator
- carpentry_icon: incubator
+ carpentry: lc
+ carpentry_name: Library Carpentry
+ carpentry_icon: library
life_cycle: pre-alpha
pre_alpha: yes
alpha: ~
beta: ~
- title: Lesson Title
- created: ~
+ title: Introducing Computational Thinking
+ created: '2022-08-12'
keywords: software, data, lesson, The Carpentries
episodes:
- - 0-intro.md
- - 1-exercise.md
- - 2-lesson.md
- - 3-lesson.md
- - 4-lesson.md
- - 5-solutions.md
- - 6-resources.md
- - 7-glossary.md
+ - intro.md
+ - exercise.md
+ - computation_practice.md
+ - computation_programming.md
+ - pseudocode.md
+ - solutions.md
+ - resources.md
+ - glossary.md
learners: ~
instructors: ~
profiles: ~
diff --git a/site/built/AUTHORS.md b/site/built/AUTHORS.md
new file mode 100644
index 0000000..844305f
--- /dev/null
+++ b/site/built/AUTHORS.md
@@ -0,0 +1 @@
+- [Belinda Weaver](https://github.com/weaverbel), Griffith University Library
\ No newline at end of file
diff --git a/site/built/CODE_OF_CONDUCT.md b/site/built/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..f19b804
--- /dev/null
+++ b/site/built/CODE_OF_CONDUCT.md
@@ -0,0 +1,13 @@
+---
+title: "Contributor Code of Conduct"
+---
+
+As contributors and maintainers of this project,
+we pledge to follow the [The Carpentries Code of Conduct][coc].
+
+Instances of abusive, harassing, or otherwise unacceptable behavior
+may be reported by following our [reporting guidelines][coc-reporting].
+
+
+[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
+[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html
diff --git a/site/built/LICENSE.md b/site/built/LICENSE.md
new file mode 100644
index 0000000..7632871
--- /dev/null
+++ b/site/built/LICENSE.md
@@ -0,0 +1,79 @@
+---
+title: "Licenses"
+---
+
+## Instructional Material
+
+All Carpentries (Software Carpentry, Data Carpentry, and Library Carpentry)
+instructional material is made available under the [Creative Commons
+Attribution license][cc-by-human]. The following is a human-readable summary of
+(and not a substitute for) the [full legal text of the CC BY 4.0
+license][cc-by-legal].
+
+You are free:
+
+- to **Share**---copy and redistribute the material in any medium or format
+- to **Adapt**---remix, transform, and build upon the material
+
+for any purpose, even commercially.
+
+The licensor cannot revoke these freedoms as long as you follow the license
+terms.
+
+Under the following terms:
+
+- **Attribution**---You must give appropriate credit (mentioning that your work
+ is derived from work that is Copyright (c) The Carpentries and, where
+ practical, linking to ), provide a [link to the
+ license][cc-by-human], and indicate if changes were made. You may do so in
+ any reasonable manner, but not in any way that suggests the licensor endorses
+ you or your use.
+
+- **No additional restrictions**---You may not apply legal terms or
+ technological measures that legally restrict others from doing anything the
+ license permits. With the understanding that:
+
+Notices:
+
+* You do not have to comply with the license for elements of the material in
+ the public domain or where your use is permitted by an applicable exception
+ or limitation.
+* No warranties are given. The license may not give you all of the permissions
+ necessary for your intended use. For example, other rights such as publicity,
+ privacy, or moral rights may limit how you use the material.
+
+## Software
+
+Except where otherwise noted, the example programs and other software provided
+by The Carpentries are made available under the [OSI][osi]-approved [MIT
+license][mit-license].
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+## Trademark
+
+"The Carpentries", "Software Carpentry", "Data Carpentry", and "Library
+Carpentry" and their respective logos are registered trademarks of [Community
+Initiatives][ci].
+
+[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
+[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
+[mit-license]: https://opensource.org/licenses/mit-license.html
+[ci]: https://communityin.org/
+[osi]: https://opensource.org
diff --git a/site/built/README_original.md b/site/built/README_original.md
deleted file mode 100644
index 0fe55d8..0000000
--- a/site/built/README_original.md
+++ /dev/null
@@ -1,149 +0,0 @@
-{% capture aboutworkshop %}
-
-## Topic and aims
-
-An introduction to computational thinking
-
-Once you have completed this workshop, you should be able to:
-
-- Identify the steps involved in computational thinking
-- Break a problem down into more manageable pieces
-- Develop an algorithm to solve the problem
-- Use abstraction to make the algoritm re-usable
-
-## Audience
-
-This workshop is aimed at researchers at all stages who want to understand the building blocks of computational thinking.
-
-## Prerequisites
-
-To successfully complete this workshop you will need:
-
-- A pen and paper
-
-## Assumed knowledge
-
-No prior knowledge is assumed.
-
-{% endcapture %}
-
-{% include card.html header="About this workshop" text=aboutworkshop %}
-
-# About the Griffith Library Workshop Template
-
-This template is derived from `workshop-template-b` by Evan Williamson. It is a Jekyll template for a simple workshop website, with a [Bootstrap](https://getbootstrap.com/)-based theme, designed for hosting on [GitHub Pages](https://pages.github.com/).
-
-Works best for about 5 pages of instructions, plus an index page, all written in Markdown.
-The navigation to the main pages is exposed at top and bottom of each page for easy stepping through the sections.
-
-**Please note: the template was updated in Nov 2021 to Bootstrap 5!**
-
-> For a more minimal version, try the original [workshop-template](https://github.com/evanwill/workshop-template)
-
-## Why?
-
-Rather than making slides for a workshop, why not make a website?
-It's easier to write, access, share, and reuse.
-GitHub and GitHub Pages makes this pretty easy.
-
-It is a better Open Educational Resource since anyone can make a copy and adapt!
-
-## How To Use Template
-
-The [workshop-template-b repository](https://github.com/evanwill/workshop-template-b) is a template project --> to get started quickly, make a copy and replace the demo with your own content and customizations.
-The [demo site](https://evanwill.github.io/workshop-template-b/) demonstrates the output on GitHub Pages.
-The content pages serve as documentation and examples to copy from.
-
-Overview:
-
-1. Click the green "Use this template" button on the [Library Workshop Template](https://github.com/GULibrarySandbox/library-template-2022) to make your own new copy of the code (make sure you are logged into GitHub!).
-2. Work on the GitHub web interface or clone to your local machine to edit files (tip: click `.` on any GitHub repository to [open the web editor](https://docs.github.com/en/codespaces/the-githubdev-web-based-editor)).
-3. Edit the `_config.yml` with your info.
-4. Edit/add the content pages in Markdown (found in the "content" folder).
-5. Add any images to the "images" folder.
-5. Push to GitHub or commit on the web interface.
-6. In your repository's settings, activate GitHub Pages, using main branch.
-
-### Basic Configuration
-
-Edit the "_config.yml" to get your workshop website set up with the basics such as `title` and `author`.
-Check comments (denoted by `#` in YAML) in the file for all the options!
-
-Once you have edited the "_config.yml", you are ready to start editing your content pages.
-All your content is written in Markdown in the "content" folder.
-
-### Creating content pages
-
-Content pages are written in markdown and can be enhanced using Liquid includes that are packaged with the template (see "_includes/" folder).
-Start by editing the examples or creating new files in the "content" folder.
-
-At the top of each page is "YAML front matter" used to configure the page.
-Use these options:
-
-- `nav:` add the text you want to appear in the the header and footer navigation.
- - Alternatively, use `nav: true` to use the page's `title` value for the nav text.
- - Do not include `nav` if you do not want the page to appear in the nav elements.
- - All pages with a `nav` value will appear in the header and footer navigation, sorted by order of filenames. For simplicity use leading numbers in the lesson page filenames to create correct order.
-- `title:` value will appear as `h1` at the top of the page.
-- `topics:` will appear as a small feature below the title (optional).
-- `description:` will appear as an indented text block below the title (optional). This gives you a chance to summarize the section contents.
-- `youtubeid:` will add an YouTube video embed (optional). Find the id in the YouTube link. For example, in `https://youtu.be/moJgWrD6dwg` or `https://www.youtube.com/watch?v=moJgWrD6dwg` the youtubeid is `moJgWrD6dwg`.
-- Alternatively, if you don't want `title` or other options to appear on the page, you can over ride the section layout by adding `layout: default`
-
-### Components Includes
-
-`workshop-template-b` contains a series of [Liquid "includes"](https://jekyllrb.com/docs/includes/) to simplify adding basic [Bootstrap 5 components](https://getbootstrap.com/docs/5.0/components/) to your Markdown content.
-The includes can be found in the "_includes" folder.
-Check the comments at the top of each include file for details about options and how to use them.
-
-#### Figures / Images
-
-- put any images you want to use in the "images" folder, or use a full URL to external images.
-- in a markdown file where you want the image to appear, use the "figure.html" include on its own line, following the pattern: `{% include figure.html img="my-cat.jpg" alt="cat" caption="My cat" width="50%" %}`
-- figures will be centered, and can optionally be given a caption and percentage width.
-
-Additional includes are available in the "_includes" folder, check the comments for how to use them.
-
-### Style customization [optional]
-
-The file "assets/css/custom.scss" exposes variables that can customize the basic style of website:
-
-- `$top-border` adds a tiny splash of color on the header and footer borders. Try tweaking the color using an [HTML # value](https://www.w3schools.com/colors/colors_picker.asp).
-- `$text-color` sets the body text color
-- `$link-color` sets link color
-- `$base-font-size` sets the body text size
-- `$container-max` sets a maximum width for the text body--keeping it narrow can make it easier to read, but gives less screen space!
-
-To use the Bootstrap defaults for *any* of these values, comment out the variable in "custom.scss", using `//` in front of the option's line (e.g. `// $text-color: #111 !default;` ).
-
-To add your own custom CSS, use the file "_sass/_custom.scss".
-Any CSS/SASS you add to this file will override the template and Bootstrap classes.
-
-### Google Analytics [optional]
-
-Griffith's Google id has already been added to "_config.yml" in `google-analytics-id:`
-
-To use an alternative analytics, paste the code snippet provided by the platform into the file "_includes/template/analytics.html".
-
-The analytics code will only be added when using "production" environment.
-This happens automatically on GitHub Pages.
-To build manually you need to add "JEKYLL_ENV", like: `JEKYLL_ENV=production jekyll build`.
-
-## Demos
-
-- [Demo](https://evanwill.github.io/workshop-template-b/) (this repository)
-- [Go Go GitHub Pages (v.2)](https://evanwill.github.io/go-go-ghpages-b/)
-- [Make OER!](https://evanwill.github.io/make-oer/) (presentation)
-- [Web Crash Course](https://evanwill.github.io/web-crash-course/) (workshop)
-- [Write MD](https://evanwill.github.io/write-md/) (workshop)
-
-My workshop sites using an [minimal version of this template](https://github.com/evanwill/workshop-template) (no bootstrap):
-
-- [get-git](https://evanwill.github.io/get-git/)
-- [hello-arduino](https://evanwill.github.io/hello-arduino/)
-- [clean-your-data](https://evanwill.github.io/clean-your-data/)
-- [go-go gh-pages](https://evanwill.github.io/go-go-ghpages/)
-
-> Repository does not include a Gemfile because it is a very simple project.
-> Originally built using Ruby 2.5+ and Jekyll 3.7+; most recently used Ruby 3 and Jekyll 4.2.1.
-> Designed for use with [GitHub Pages automatic build versions](https://pages.github.com/versions/).
diff --git a/site/built/2-lesson.md b/site/built/computation_practice.md
similarity index 100%
rename from site/built/2-lesson.md
rename to site/built/computation_practice.md
diff --git a/site/built/3-lesson.md b/site/built/computation_programming.md
similarity index 100%
rename from site/built/3-lesson.md
rename to site/built/computation_programming.md
diff --git a/site/built/config.yaml b/site/built/config.yaml
index bc5361d..c2f2619 100644
--- a/site/built/config.yaml
+++ b/site/built/config.yaml
@@ -59,14 +59,14 @@ contact: 'team@carpentries.org'
# Order of episodes in your lesson
episodes:
-- 0-intro.md
-- 1-exercise.md
-- 2-lesson.md
-- 3-lesson.md
-- 4-lesson.md
-- 5-solutions.md
-- 6-resources.md
-- 7-glossary.md
+- intro.md
+- exercise.md
+- computation_practice.md
+- computation_programming.md
+- pseudocode.md
+- solutions.md
+- resources.md
+- glossary.md
# Information for Learners
diff --git a/site/built/1-exercise.md b/site/built/exercise.md
similarity index 100%
rename from site/built/1-exercise.md
rename to site/built/exercise.md
diff --git a/site/built/7-glossary.md b/site/built/glossary.md
similarity index 100%
rename from site/built/7-glossary.md
rename to site/built/glossary.md
diff --git a/site/built/0-intro.md b/site/built/intro.md
similarity index 100%
rename from site/built/0-intro.md
rename to site/built/intro.md
diff --git a/site/built/md5sum.txt b/site/built/md5sum.txt
index c0db724..4f96058 100644
--- a/site/built/md5sum.txt
+++ b/site/built/md5sum.txt
@@ -1,17 +1,19 @@
"file" "checksum" "built" "date"
-"README_original.md" "688f44422e45a40de479b9eb98c87597" "site/built/README_original.md" "2023-07-07"
-"config.yaml" "6f16ccf689d32b1aa9eccf9c2f0a2ddb" "site/built/config.yaml" "2023-07-07"
+"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2023-07-17"
+"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-07-17"
+"config.yaml" "106b3a81dec98c0ce37461ee85097c35" "site/built/config.yaml" "2023-07-17"
"index.md" "19273739f3a00da34d29e608f5a7f8af" "site/built/index.md" "2023-07-07"
"search.md" "2d215d6e5c915ce30f5a5072d986609f" "site/built/search.md" "2023-07-07"
-"episodes/0-intro.md" "aeefa4e1d306ef1dbcca97f8466617b1" "site/built/0-intro.md" "2023-07-07"
-"episodes/1-exercise.md" "4339a60af85f135131825ca4d84ff584" "site/built/1-exercise.md" "2023-07-07"
-"episodes/2-lesson.md" "1d4488c042bbc4298c7edf3d7976e639" "site/built/2-lesson.md" "2023-07-07"
-"episodes/3-lesson.md" "f7916f524266a645ce75c34d76fd54e2" "site/built/3-lesson.md" "2023-07-07"
-"episodes/4-lesson.md" "24387444c222935269be5ac1784c3955" "site/built/4-lesson.md" "2023-07-12"
-"episodes/5-solutions.md" "5458d351e50e71ba9e97af244c4bdaef" "site/built/5-solutions.md" "2023-07-07"
-"episodes/6-resources.md" "445c463cd61a5866e8f982832522d0fa" "site/built/6-resources.md" "2023-07-07"
-"episodes/7-glossary.md" "a972c8204c583630331ae87ede34be4a" "site/built/7-glossary.md" "2023-07-07"
+"episodes/intro.md" "aeefa4e1d306ef1dbcca97f8466617b1" "site/built/intro.md" "2023-07-17"
+"episodes/exercise.md" "4339a60af85f135131825ca4d84ff584" "site/built/exercise.md" "2023-07-17"
+"episodes/computation_practice.md" "1d4488c042bbc4298c7edf3d7976e639" "site/built/computation_practice.md" "2023-07-17"
+"episodes/computation_programming.md" "f7916f524266a645ce75c34d76fd54e2" "site/built/computation_programming.md" "2023-07-17"
+"episodes/pseudocode.md" "24387444c222935269be5ac1784c3955" "site/built/pseudocode.md" "2023-07-17"
+"episodes/solutions.md" "5458d351e50e71ba9e97af244c4bdaef" "site/built/solutions.md" "2023-07-17"
+"episodes/resources.md" "445c463cd61a5866e8f982832522d0fa" "site/built/resources.md" "2023-07-17"
+"episodes/glossary.md" "a972c8204c583630331ae87ede34be4a" "site/built/glossary.md" "2023-07-17"
"instructors/instructor-notes.md" "cae72b6712578d74a49fea7513099f8c" "site/built/instructor-notes.md" "2023-07-07"
"learners/reference.md" "d41d8cd98f00b204e9800998ecf8427e" "site/built/reference.md" "2023-07-07"
"learners/setup.md" "8b560e25189bc613b01710870b24252d" "site/built/setup.md" "2023-07-07"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-07-07"
+"AUTHORS.md" "6006c2361c8eb909790196e64e571d42" "site/built/AUTHORS.md" "2023-07-17"
diff --git a/site/built/4-lesson.md b/site/built/pseudocode.md
similarity index 100%
rename from site/built/4-lesson.md
rename to site/built/pseudocode.md
diff --git a/site/built/6-resources.md b/site/built/resources.md
similarity index 100%
rename from site/built/6-resources.md
rename to site/built/resources.md
diff --git a/site/built/5-solutions.md b/site/built/solutions.md
similarity index 100%
rename from site/built/5-solutions.md
rename to site/built/solutions.md
diff --git a/site/docs/404.html b/site/docs/404.html
index 8752878..f1f227c 100644
--- a/site/docs/404.html
+++ b/site/docs/404.html
@@ -1,5 +1,5 @@
-