diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..84c1337 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.PHONY: clean + +html: index.md + pandoc -f markdown -t html index.md -o index.html + +clean: + rm -rf index.html + diff --git a/index.html b/index.html new file mode 100644 index 0000000..bd0840f --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ + +
++====================================================================================================+
+| | |
+| ███╗ █████╗ ██╗ ██╗███████╗███████╗███╗ ███╗ ███████╗██╗ ██╗███╗ | |
+| ██╔╝██╔══██╗██║ ██║██╔════╝██╔════╝████╗ ████║ ██╔════╝██║ ██║╚██║ | |
+| ██║ ███████║██║ █╗ ██║█████╗ ███████╗██╔████╔██║ ███████╗███████║ ██║ | Search and get totally |
+| ██║ ██╔══██║██║███╗██║██╔══╝ ╚════██║██║╚██╔╝██║ ╚════██║██╔══██║ ██║ | awesome lists with curl |
+| ███╗██║ ██║╚███╔███╔╝███████╗███████║██║ ╚═╝ ██║██╗███████║██║ ██║███║ | or your browser! |
+| ╚══╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═╝╚══╝ | |
+| | |
++ ------------------------------------------ SITEMAP ----------------------------------------------- +
+| |
+| / : This |
+| /$anything : Return the awesome page or the best match if any |
+| /search?q= : Search for a query returning a list of awesome lists |
+| /lists : Get a list of all lists indexed |
+| |
++ ------------------------------------------ THANKS ------------------------------------------------ +
+| |
+| List of awesome pages collected from awesome-awesome-awesome [1] awesome page. |
+| |
+| Big shoutout to @t3chnoboy and @sindresorhus for their meta meta (meta) awesome pages! |
+| Also to @bradoyler, @emirjp, @erichs, @oyvindrobertsen, @bayandin, @jnv and @scooperma for their |
+| collections of awesome pages. |
+| |
+| And of course to all the people curating such awesome link lists! You are awesome :) |
+| |
+| Highly inspired by cheat.sh [2]. Give it a try. It's awesome too! |
+| |
++ ------------------------------------------ LINKS ------------------------------------------------- +
+| |
+| [1] https://github.com/t3chnoboy/awesome-awesome-awesome |
+| [2] https://cheat.sh |
+| |
++====================================================================================================+
+Sites indexed: + Last updated: +
diff --git a/index.md b/index.md new file mode 100644 index 0000000..5b22062 --- /dev/null +++ b/index.md @@ -0,0 +1,39 @@ + + +``` ++====================================================================================================+ +| | | +| ███╗ █████╗ ██╗ ██╗███████╗███████╗███╗ ███╗ ███████╗██╗ ██╗███╗ | | +| ██╔╝██╔══██╗██║ ██║██╔════╝██╔════╝████╗ ████║ ██╔════╝██║ ██║╚██║ | | +| ██║ ███████║██║ █╗ ██║█████╗ ███████╗██╔████╔██║ ███████╗███████║ ██║ | Search and get totally | +| ██║ ██╔══██║██║███╗██║██╔══╝ ╚════██║██║╚██╔╝██║ ╚════██║██╔══██║ ██║ | awesome lists with curl | +| ███╗██║ ██║╚███╔███╔╝███████╗███████║██║ ╚═╝ ██║██╗███████║██║ ██║███║ | or your browser! | +| ╚══╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═╝╚══╝ | | +| | | ++ ------------------------------------------ SITEMAP ----------------------------------------------- + +| | +| / : This | +| /$anything : Return the awesome page or the best match if any | +| /search?q= : Search for a query returning a list of awesome lists | +| /lists : Get a list of all lists indexed | +| | ++ ------------------------------------------ THANKS ------------------------------------------------ + +| | +| List of awesome pages collected from awesome-awesome-awesome [1] awesome page. | +| | +| Big shoutout to @t3chnoboy and @sindresorhus for their meta meta (meta) awesome pages! | +| Also to @bradoyler, @emirjp, @erichs, @oyvindrobertsen, @bayandin, @jnv and @scooperma for their | +| collections of awesome pages. | +| | +| And of course to all the people curating such awesome link lists! You are awesome :) | +| | +| Highly inspired by cheat.sh [2]. Give it a try. It's awesome too! | +| | ++ ------------------------------------------ LINKS ------------------------------------------------- + +| | +| [1] https://github.com/t3chnoboy/awesome-awesome-awesome | +| [2] https://cheat.sh | +| | ++====================================================================================================+ +``` +*Sites indexed: Last updated: * diff --git a/sites.txt b/sites.txt new file mode 100644 index 0000000..d078f4c --- /dev/null +++ b/sites.txt @@ -0,0 +1 @@ +678 diff --git a/style.css b/style.css new file mode 100644 index 0000000..c371c52 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +body { + background-color: #222831; + color: #FFD5E5; +} +label { + color: #A6FF96; +} +input { + background-color: black; + color: #A6FF96; + border-width: 2px; + border-color: #FFD5E5; +} diff --git a/updated.txt b/updated.txt new file mode 100644 index 0000000..fffdefd --- /dev/null +++ b/updated.txt @@ -0,0 +1 @@ +2024-04-23 13:32:29.600974664