pancakes
+I'm a cat enby (they/it) from Australia + that likes cats, Linux, and programming. You can find my links, projects, and other pages here.
-Welcome to your new app. \ No newline at end of file +Accounts
+Other places you can find me
+ +-
+ @foreach (var link in Links.Accounts)
+ {
+
- + + @if (link.Href != null) + { + @link.Name + } + else + { + @link.Name + } + @link.Description + + + } + +
Blog Posts
+Things I've written. Licensing can be found in the appropriate page footers
+ + @* TODO: Add blog index *@ + +Projects
+Projects that I have created
+ +-
+ @foreach (var link in Links.Projects)
+ {
+
-
+ @if (link.Href != null)
+ {
+ @link.Name
+ }
+ else
+ {
+ @link.Name
+ }
+
@link.Description
+
+ }
+
Contributions
+Projects that I do not maintain but have contributed to
+ +-
+ @foreach (var link in Links.Contributions)
+ {
+
-
+ @if (link.Href != null)
+ {
+ @link.Name
+ }
+ else
+ {
+ @link.Name
+ }
+
@link.Description
+
+ }
+