Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate sql folder structure #47

Closed
sheenarbw opened this issue Oct 10, 2020 · 1 comment
Closed

Consolidate sql folder structure #47

sheenarbw opened this issue Oct 10, 2020 · 1 comment

Comments

@sheenarbw
Copy link
Contributor

Back in the day, the way to categorise different pieces of content as different things was to put them into differet folders. You'll see that there are folders for "topics", "projects" and "workshops". Ths worked fine fora long time, but our syllabus offerings became way more complex, and frontmatter is awesome and versatile.

In an effort to make our syllabus easier to navigate, we'd like to have the content directory hierarchy less about the content type and more about what the content is about.

Please do the followin:

  1. Make a new directory called content/sql
  2. Make a markdown file in there called _index.md. For now that can just contain:
---
title: SQL
---

This will then show up in the navigation side bar.

  1. Find all the things that are specific to pure sql and arrange them sensibly in this folder. There is a whole bunch of cnotent about Python+sql, node+sql, kotlin+sql etc. For now please leave those things as they are. This is about plain simple sql only.

  2. Run the linter. It's explained in the README. There are likely a bunch of links that need to be updated

  3. Give yourself a pat on the back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants