From 3bec20d724ee950d9974977eefe04ac616b70762 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 16 Oct 2021 22:10:46 -0400 Subject: remove mathy and password-tester from about page, add to projects --- bin/gen-projects.rb | 0 content/articles/about.md | 6 ------ content/projects/mathy.md | 8 ++++++++ content/projects/password-strength.md | 8 ++++++++ data/projects.yaml | 10 ++++++++++ 5 files changed, 26 insertions(+), 6 deletions(-) mode change 100644 => 100755 bin/gen-projects.rb create mode 100644 content/projects/mathy.md create mode 100644 content/projects/password-strength.md diff --git a/bin/gen-projects.rb b/bin/gen-projects.rb old mode 100644 new mode 100755 diff --git a/content/articles/about.md b/content/articles/about.md index 0ffb54b..844b2cd 100644 --- a/content/articles/about.md +++ b/content/articles/about.md @@ -43,9 +43,6 @@ it. * [GitHub][github-me]: My [GitHub][] page. * [Keybase][keybase-me]: My [Keybase][] page. -* [Mathy][mathy]: Web-based LaTex math renderer. -* [Password Strength Tester][password-strength]: Simple password - strength tester based on [zxcvbn][]. ## Old Sites @@ -74,6 +71,3 @@ Machine][] at the following URLs: [github]: https://github.com/ "GitHub" [keybase-me]: https://keybase.io/pablotron "My Keybase page." [keybase]: https://keybase.io "Keybase secure messaging and file sharing" -[mathy]: https://mathy.pmdn.org/ "Web-based LaTeX math renderer." -[password-strength]: https://pmdn.org/password-strength/ "Password strength tester." -[zxcvbn]: https://github.com/dropbox/zxcvbn "password strenght library" diff --git a/content/projects/mathy.md b/content/projects/mathy.md new file mode 100644 index 0000000..48b867d --- /dev/null +++ b/content/projects/mathy.md @@ -0,0 +1,8 @@ +--- +title: "Mathy" +slug: "mathy" +active: true +repo: "https://git.pablotron.org/mathy" +text: "Web-based LaTeX math renderer." +--- +Web-based LaTeX math renderer. \ No newline at end of file diff --git a/content/projects/password-strength.md b/content/projects/password-strength.md new file mode 100644 index 0000000..2dd6507 --- /dev/null +++ b/content/projects/password-strength.md @@ -0,0 +1,8 @@ +--- +title: "Password Strength Tester" +slug: "password-strength" +active: true +repo: "https://github.com/pablotron/password-strength" +text: "Web-based password strength tester based on zxcvbn." +--- +Web-based password strength tester based on zxcvbn. \ No newline at end of file diff --git a/data/projects.yaml b/data/projects.yaml index 7614647..10b23b4 100644 --- a/data/projects.yaml +++ b/data/projects.yaml @@ -125,3 +125,13 @@ slug: xmms-ruby text: "XMMS bindings for Ruby." old: true + +- name: Mathy + slug: mathy + text: "Web-based LaTeX math renderer." + repo: "https://git.pablotron.org/mathy" + +- name: Password Strength Tester + slug: password-strength + text: "Web-based password strength tester based on zxcvbn." + repo: "https://github.com/pablotron/password-strength" -- cgit v1.2.3