diff --git a/_config.yml b/_config.yml index 1f5c60b..bc4a043 100644 --- a/_config.yml +++ b/_config.yml @@ -7,3 +7,7 @@ plugins: - jekyll-seo-tag feed: posts_limit: 20 +sass: + load_paths: + - assets/css + - assets/bootstrap/css diff --git a/_data/projects-archived.yml b/_data/projects-archived.yml new file mode 100644 index 0000000..f4ef9d2 --- /dev/null +++ b/_data/projects-archived.yml @@ -0,0 +1,12 @@ +- name: automod + truename: AutoMod/automod-rewrite + icon: https://cdn.ncxprogramming.com/file/icon/automod.png + desc: My legally questionable modpack installer. +- name: c-ref + truename: c-ref + icon: https://cdn.ncxprogramming.com/file/icon/placeholder.svg + desc: The start of a user-friendly reference guide for the C language. +- name: visualbasiccollection + truename: VisualBasic-Collection-Vol.1 + icon: https://cdn.ncxprogramming.com/file/icon/placeholder.svg + desc: A demo program I made in VisualBasic. \ No newline at end of file diff --git a/_data/projects-contributed.yml b/_data/projects-contributed.yml new file mode 100644 index 0000000..183328f --- /dev/null +++ b/_data/projects-contributed.yml @@ -0,0 +1,8 @@ +- name: swift-cross-ui + truename: swift-cross-ui + author: stackotter + desc: A SwiftUI-esque wrapper for SwiftGtk. +- name: desktop + truename: c-ref + author: revoltchat + desc: The desktop app for the Revolt chat platform. \ No newline at end of file diff --git a/_data/projects-maintained.yml b/_data/projects-maintained.yml new file mode 100644 index 0000000..56f3610 --- /dev/null +++ b/_data/projects-maintained.yml @@ -0,0 +1,8 @@ +- name: fakeapt + truename: fake-apt + icon: https://cdn.ncxprogramming.com/file/icon/placeholder.svg + desc: My fake version of APT that pretends to do various APT things. +- name: mywebsite + truename: This Website + icon: https://cdn.ncxprogramming.com/file/icon/placeholder.svg + desc: The thing you're currently looking at. \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 0afb8a6..62a67bb 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,2 +1,5 @@ -