-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * WIP * WIP * WIP * WIP * rename categories * WIP * WIP * WIP * WIP * WIP * WIP * performance fix * tailwind changes
- Loading branch information
Adam Gordon Bell
authored
Jun 12, 2024
1 parent
da72cf3
commit aac6795
Showing
453 changed files
with
1,010 additions
and
878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,119 @@ | ||
- name: Cloud | ||
slug: cloud | ||
list-name: Cloud | ||
title: Cloud Tutorials | ||
|
||
- name: Platform | ||
slug: platform | ||
list-name: Platform | ||
title: Platform Tutorials | ||
|
||
- name: Build | ||
slug: build | ||
list-name: Build | ||
title: Build Tutorials | ||
|
||
- name: Writing | ||
slug: writing | ||
title: Writing Tutorials | ||
|
||
- name: Python | ||
slug: python | ||
list-name: Python | ||
title: Python Development Tutorials | ||
|
||
- name: Golang | ||
slug: golang | ||
list-name: Golang | ||
title: Golang Tutorials | ||
|
||
- name: Rust | ||
slug: rust | ||
list-name: Rust | ||
title: Rust Tutorials | ||
|
||
- name: GitHubActions | ||
slug: githubactions | ||
list-name: GitHub Actions | ||
title: GitHub Actions Tutorials | ||
|
||
- name: Containers | ||
slug: containers | ||
list-name: Containers | ||
title: Containers and Orchestration Tutorials | ||
|
||
- name: Orchestration | ||
slug: orchestration | ||
list-name: Container Orchestration | ||
title: Container Orchestration Tutorials | ||
|
||
- name: Deployment | ||
slug: deployment | ||
list-name: Deployment and CD | ||
title: Deployment and Continous Deployment | ||
|
||
- name: Make | ||
slug: make | ||
list-name: Makefiles | ||
title: Makefiles and C++ builds | ||
|
||
- name: cli | ||
slug: cli | ||
list-name: CLI, Scripting and Automation | ||
title: Command Line Mastery, Shell Scripting and Automation | ||
|
||
- name: IaC | ||
slug: iac | ||
list-name: Infrastructure as Code | ||
title: Infrastructure as Code Tutorials | ||
|
||
- name: Bazel | ||
slug: bazel | ||
list-name: Bazel Builds | ||
title: Bazel Build Tutorials | ||
|
||
- name: Tutorials | ||
slug: tutorials | ||
list-name: Miscellaneous | ||
title: Programming Tutorials | ||
|
||
- name: Articles | ||
slug: articles | ||
title: Articles | ||
|
||
- name: News | ||
slug: news | ||
title: News | ||
- category: DevOps | ||
enabled: true | ||
items: | ||
- name: Cloud | ||
slug: cloud | ||
list-name: Cloud | ||
title: Cloud Tutorials | ||
|
||
- name: Containers | ||
slug: containers | ||
list-name: Containers | ||
title: Containers Tutorials | ||
|
||
- name: Orchestration | ||
slug: orchestration | ||
list-name: Container Orchestration | ||
title: Container Orchestration Tutorials | ||
|
||
- name: IaC | ||
slug: iac | ||
list-name: Infrastructure as Code | ||
title: Infrastructure as Code Tutorials | ||
|
||
- name: Platform | ||
slug: platform | ||
list-name: Platform Eng. | ||
title: Platform Tutorials | ||
|
||
- name: cli | ||
slug: cli | ||
list-name: CLI, Scripting and Automation | ||
title: Command Line Mastery, Shell Scripting and Automation | ||
|
||
- name: Linux | ||
slug: linux | ||
list-name: Linux | ||
title: Linux Usage and Administration | ||
|
||
- name: Git | ||
slug: git | ||
list-name: Git | ||
title: Git Usage and Tutorials | ||
|
||
- category: Builds & CI | ||
enabled: true | ||
items: | ||
- name: Deployment | ||
slug: deployment | ||
list-name: Deployment and CD | ||
title: Deployment and Continuous Deployment | ||
|
||
- name: Make | ||
slug: make | ||
list-name: Makefiles | ||
title: Makefiles and C++ builds | ||
|
||
- name: Bazel | ||
slug: bazel | ||
list-name: Bazel Builds | ||
title: Bazel Build Tutorials | ||
|
||
- name: Python-Tooling | ||
slug: python-tooling | ||
list-name: Python Packaging and Builds | ||
title: Python Packaging, Builds and tools | ||
|
||
- name: JS Tooling | ||
slug: js-tooling | ||
list-name: JS Packaging and Tooling | ||
title: JS Packaging and Tooling | ||
|
||
- name: GitHub Actions | ||
slug: githubactions | ||
list-name: GitHub Actions | ||
title: GitHub Actions Tutorials | ||
|
||
- name: MonoRepos | ||
slug: monorepos | ||
list-name: Monorepos | ||
title: Monorepo Tutorials | ||
|
||
- name: Builds | ||
slug: build | ||
list-name: Other Builds | ||
title: Builds & CI | ||
|
||
- category: Software Engineering | ||
enabled: true | ||
items: | ||
- name: Python | ||
slug: python | ||
list-name: Python | ||
title: Python Development Tutorials | ||
|
||
- name: Golang | ||
slug: golang | ||
list-name: Golang | ||
title: Golang Tutorials | ||
|
||
- name: Rust | ||
slug: rust | ||
list-name: Rust | ||
title: Rust Tutorials | ||
|
||
|
||
- category: Other | ||
enabled: false | ||
items: | ||
- name: Writing | ||
slug: writing | ||
title: Writing Tutorials | ||
|
||
- name: Articles | ||
slug: articles | ||
title: Articles | ||
|
||
- name: News | ||
slug: news | ||
title: News |
Oops, something went wrong.