diff --git a/_data/links.yml b/_data/links.yml index 367b26f..c98df0b 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -28,9 +28,6 @@ - name: Arch Linux Wiki value: https://wiki.archlinux.org/ label: INHERIT - - name: Talking Arch - value: https://talkingarch.info/ - label: INHERIT - name: Speakup Project [Unencrypted] value: http://linux-speakup.org/ label: INHERIT @@ -45,7 +42,7 @@ - name: Suckless value: https://suckless.org/ label: INHERIT - - name: cat -v (considered harmful) [Unencrypted] + - name: cat -v considered harmful [Unencrypted] value: http://cat-v.org/ label: INHERIT - name: Edward Snowden @@ -56,7 +53,7 @@ - name: Gregory Gundersen value: https://gregorygundersen.com/ label: INHERIT -- heading: The This Is A Website Series +- heading: The "This Is A Website" Series values: - name: Website value: https://motherfuckingwebsite.com/ @@ -74,4 +71,4 @@ label: INHERIT - name: Melody Shih value: https://melly.tech/ - label: INHERIT \ No newline at end of file + label: INHERIT diff --git a/_data/nav.yml b/_data/nav.yml index f35ece4..997e5f5 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -6,10 +6,12 @@ # link: /about/ - name: Blog link: /blog/ +- name: Ideas + link: /ideas/ #- name: Podcast # link: /podcast.html -#- name: Links -# link: /links/ +- name: Links + link: /links/ - name: Github new_tab: true link: https://github.com/TTWNO/ diff --git a/_data/projects.yml b/_data/projects.yml index 33d37d7..8bba63b 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -1,21 +1,24 @@ - name: "Lichess" - link: "https://github.com/TTWNO/lila" + link: "https://github.com/ornicar/lila/pull/7772" description: "A patch for Lichess.org which vastly extends support for screen reader users. The website has millions of active users." - name: "Quote Retrieval System" link: "https://github.com/TTWNO/quote_pdf" - description: "Written for a local roofing business to securely distribute PDF quotes." + description: "Written for a local roofing business to securely distribute quotes." - name: "epub-with-pinyin" link: "https://github.com/TTWNO/epub-with-pinyin" description: "A program to add Pinyin above Chinese characters in .epub files to assist those learning Mandarin Chinese." - name: "lamegames" link: "https://github.com/TTWNO/lamegames.io" description: "A little games website I made for some demonstrations of Django and websocket functionality. Very, very lame. Would not recommend." -- name: "Payroll" - links: "https://github.com/TTWNO/payroll" - description: "A payroll system written in PHP for Total Impact Signs." - name: "chess" link: "https://github.com/TTWNO/chess" description: "A command-line chess game in C++. It is compileable on nearly any system." - name: "subnetting" link: "https://github.com/TTWNO/subnetting" description: "One-night write of a subnet calculation tool." +- name: "Payroll" + links: "https://github.com/TTWNO/payroll" + description: "A payroll system written in PHP." +- name: "Bytetools" + link: "https://bytetools.ca" + description: "I have my own company called Bytetools. We make websites, data archiving and custom applications. 10% discount for open-source or community-oriented projects."