diff --git a/README.md b/README.md index 8205ed2..a0abf68 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ This repository is structured into several key directories: - `linux.md`: General Linux tips. - `pip packaging.md`: Packaging Python projects with pip. -- **pages/**: Templates for error pages. These are provided as inspiration and should not be used as-is. +- **pages/other/**: Templates for other pages, such as the homepage of my Debian package repository. These are provided as inspiration and should not be used as-is. + +- **pages/errors/**: Templates for error pages. These are provided as inspiration and should not be used as-is. - **requests/**: Similar to the `pages/` directory, this contains error pages structured as requests for software like HAProxy. diff --git a/pages/other/debrepo.fabq.ca.html b/pages/other/debrepo.fabq.ca.html new file mode 100644 index 0000000..64041d8 --- /dev/null +++ b/pages/other/debrepo.fabq.ca.html @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + Welcome to Fabrice Quenneville's Repository + + + + + + + + + + + + + + + + + + +
+

+ + Welcome to Fabrice Quenneville's Repository +

+
+
+

+ This repository provides stable packages for Fabrice Quenneville's + applications on Debian. Follow the instructions below to add this + repository to your system's sources list and install packages securely. +

+
+

Repository Information

+

To add this repository to your system:

+ + echo "deb [signed-by=/etc/apt/keyrings/fabq-repo.asc] + https://debrepo.fabq.ca/ stable main" | sudo tee + /etc/apt/sources.list.d/fabq.list + +

First, create the keyring directory (if not already present):

+ + sudo mkdir -p /etc/apt/keyrings && sudo chmod 755 /etc/apt/keyrings + +

Then download and save the repository key:

+ + wget -O /etc/apt/keyrings/fabq-repo.asc + https://debrepo.fabq.ca/debrepo.fabq.ca-public-key.asc + +

Finally, update and install packages:

+ sudo apt update && sudo apt install [package-name] +
+
+ + + diff --git a/pages/static/icons/Fabrice Quenneville_Orange_225.webp b/pages/static/icons/Fabrice Quenneville_Orange_225.webp new file mode 100644 index 0000000..4146191 Binary files /dev/null and b/pages/static/icons/Fabrice Quenneville_Orange_225.webp differ diff --git a/pages/static/icons/android-chrome-192x192.webp b/pages/static/icons/android-chrome-192x192.webp new file mode 100644 index 0000000..8891d50 Binary files /dev/null and b/pages/static/icons/android-chrome-192x192.webp differ diff --git a/pages/static/icons/android-chrome-512x512.webp b/pages/static/icons/android-chrome-512x512.webp new file mode 100644 index 0000000..b7a8961 Binary files /dev/null and b/pages/static/icons/android-chrome-512x512.webp differ diff --git a/pages/static/icons/apple-touch-icon.webp b/pages/static/icons/apple-touch-icon.webp new file mode 100644 index 0000000..e2f00a6 Binary files /dev/null and b/pages/static/icons/apple-touch-icon.webp differ diff --git a/pages/static/icons/favicon-16x16.webp b/pages/static/icons/favicon-16x16.webp new file mode 100644 index 0000000..a40c4d4 Binary files /dev/null and b/pages/static/icons/favicon-16x16.webp differ diff --git a/pages/static/icons/favicon-32x32.webp b/pages/static/icons/favicon-32x32.webp new file mode 100644 index 0000000..75edaca Binary files /dev/null and b/pages/static/icons/favicon-32x32.webp differ diff --git a/pages/static/icons/favicon.ico b/pages/static/icons/favicon.ico new file mode 100644 index 0000000..4423a64 Binary files /dev/null and b/pages/static/icons/favicon.ico differ diff --git a/pages/static/icons/site.webmanifest b/pages/static/icons/site.webmanifest new file mode 100644 index 0000000..da9ad8e --- /dev/null +++ b/pages/static/icons/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"android-chrome-192x192.webp","sizes":"192x192","type":"image/webp"},{"src":"android-chrome-512x512.webp","sizes":"512x512","type":"image/webp"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file