diff --git a/.env.example b/.env.example deleted file mode 100644 index dbbe14ac8..000000000 --- a/.env.example +++ /dev/null @@ -1,10 +0,0 @@ -# Allow accessing a GitHub bearer token to avoid rate limits when doing HTTP fetches to the GitHub API. -# This can be generated at https://github.com/settings/tokens?type=beta and needs read-only access to all public CYF GitHub repos. -HUGO_CURRICULUM_GITHUB_BEARER_TOKEN="" - -# Client ID and secret for the GitHub OAuth app used to authenticate users. -GITHUB_CLIENT_ID="clientid" -GITHUB_CLIENT_SECRET="clientsecret" - -# The domain of the site, used for generating redirect URLs. -DOMAIN="http://localhost:1313" diff --git a/org-cyf-tracks/content/cloud/_index.md b/org-cyf-tracks/content/cloud/_index.md index 410852d37..e01ddc460 100644 --- a/org-cyf-tracks/content/cloud/_index.md +++ b/org-cyf-tracks/content/cloud/_index.md @@ -3,5 +3,5 @@ title = 'Cloud' description = 'Deploy and manage cloud infrastructure; explore containers, pipelines, load balancing, traffic, integration and security; define infrastructure as code' layout = 'module' emoji= '☁️' -track_kinds = ["jobs-after-sdc"] +track_kinds = ["jobs-after-itp"] +++ diff --git a/org-cyf-tracks/content/sql/_index.md b/org-cyf-tracks/content/sql/_index.md index 39431c398..9ee310b04 100644 --- a/org-cyf-tracks/content/sql/_index.md +++ b/org-cyf-tracks/content/sql/_index.md @@ -3,6 +3,6 @@ title = 'SQL' description = 'Structured data storage and retrieval; relational databases, querying, sketching and designing databases, and database management systems.' layout = 'module' emoji= '💾' -track_kinds = ["jobs-after-sdc"] +track_kinds = ["jobs-after-itp"] weight='8' +++ diff --git a/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md b/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md index 7d2ac77aa..7e568c6a8 100644 --- a/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md +++ b/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md @@ -1,6 +1,6 @@ +++ title = "Jobs after ITP" -weight = 2 +weight = 4 description = "These are course materials targeting specific jobs." [[details]] name = "When" diff --git a/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md b/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md index 64cb24495..98c7b2662 100644 --- a/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md +++ b/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md @@ -1,6 +1,6 @@ +++ title = "Jobs after SDC" -weight = 3 +weight = 1 description = "These are course materials targeting specific jobs." [[details]] name = "When" diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..992a55a20 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "curriculum", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}