diff --git a/content/projects/chu.md b/content/projects/chu.md new file mode 100644 index 0000000..199c00d --- /dev/null +++ b/content/projects/chu.md @@ -0,0 +1,10 @@ ++++ +title = "chu" +description = "Flask app for secure file uploads, with metadata removal, compression, password protection, and more." +weight = 2 + + +[extra] +local_image = "img/chu.webp" +link_to = "https://github.com/welpo/chu" ++++ diff --git a/content/projects/nani.md b/content/projects/nani.md new file mode 100644 index 0000000..d1340b4 --- /dev/null +++ b/content/projects/nani.md @@ -0,0 +1,11 @@ ++++ +title = "nani" +description = "Bash script to create public URLs from files or text on remote servers." +weight = 3 +date = 2015-10-30 +updated = 2023-02-12 + +[extra] +local_image = "img/nani.webp" +link_to = "https://github.com/welpo/nani" ++++ diff --git a/content/projects/spectro.md b/content/projects/spectro.md new file mode 100644 index 0000000..ae333b3 --- /dev/null +++ b/content/projects/spectro.md @@ -0,0 +1,10 @@ ++++ +title = "spectro" +description = "Bash script to generate spectrograms, compare them, upload them to Imgur, and provide the corresponding BBCode URLs for sharing." +weight = 4 +date = 2015-10-29 + +[extra] +local_image = "img/spectro.webp" +link_to = "https://github.com/welpo/spectro" ++++ diff --git a/content/projects/tabi.md b/content/projects/tabi.md index 48e0f63..6dcd680 100644 --- a/content/projects/tabi.md +++ b/content/projects/tabi.md @@ -1,9 +1,9 @@ +++ title = "tabi" -description = "A cute Zola theme." +description = "A fast, lightweight and modern Zola theme with optional JavaScript." weight = 1 [extra] -remote_image = "https://user-images.githubusercontent.com/6399341/216767530-cfe66699-ee6a-40b0-93ff-ce6879f5381e.png" +local_image = "img/tabi.webp" link_to = "https://github.com/welpo/tabi" +++ diff --git a/static/img/chu.webp b/static/img/chu.webp new file mode 100644 index 0000000..8fb2840 Binary files /dev/null and b/static/img/chu.webp differ diff --git a/static/img/nani.webp b/static/img/nani.webp new file mode 100644 index 0000000..f7be5f0 Binary files /dev/null and b/static/img/nani.webp differ diff --git a/static/img/spectro.webp b/static/img/spectro.webp new file mode 100644 index 0000000..e987b85 Binary files /dev/null and b/static/img/spectro.webp differ diff --git a/static/img/tabi.webp b/static/img/tabi.webp new file mode 100644 index 0000000..506f442 Binary files /dev/null and b/static/img/tabi.webp differ