diff --git a/content/about/programming.md b/content/about/programming.md index d198aff..82872ce 100644 --- a/content/about/programming.md +++ b/content/about/programming.md @@ -1,8 +1,11 @@ --- -title: "Coding" +title: "Programming" type: page --- + +Check out [my projects](/projects) for major programming projects. + Programming languages that I know: - **A lot**: C++, Python diff --git a/content/projects/_index.md b/content/projects/_index.md index ad1bd7e..b4d2236 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -8,6 +8,10 @@ type: page - [Competitive Programming](competitive-programming) +- [Homebrew](homebrew) + +- [Machine Learning](machine-learning) + - [exozyme](https://exozy.me) - [Ladue Computer Science](https://laduecs.github.io/) diff --git a/content/projects/homebrew.md b/content/projects/homebrew.md new file mode 100644 index 0000000..ff5ac03 --- /dev/null +++ b/content/projects/homebrew.md @@ -0,0 +1,7 @@ +--- +title: Homebrew +type: page +--- + + +Nothing yet, coming soon! diff --git a/content/projects/machine-learning.md b/content/projects/machine-learning.md new file mode 100644 index 0000000..a4f07cf --- /dev/null +++ b/content/projects/machine-learning.md @@ -0,0 +1,7 @@ +--- +title: Machine Learning +type: page +--- + + +Nothing yet, coming soon!