Add text-based pages for cURL
This commit is contained in:
parent
91bd239830
commit
55a3f0c320
11
.eleventy.js
Normal file
11
.eleventy.js
Normal file
@ -0,0 +1,11 @@
|
||||
export default function(eleventyConfig) {
|
||||
// Copy textfiles to the output folder
|
||||
eleventyConfig.addPassthroughCopy("src/**/*.txt");
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: "src",
|
||||
output: "_site",
|
||||
},
|
||||
};
|
||||
}
|
17
justfile
17
justfile
@ -1,5 +1,18 @@
|
||||
dev:
|
||||
npx @11ty/eleventy --serve
|
||||
INSTANCE_ID := 'instance-20250416-195354'
|
||||
|
||||
default: dev
|
||||
|
||||
clean:
|
||||
rm -rf _site
|
||||
|
||||
build:
|
||||
npx @11ty/eleventy
|
||||
|
||||
dev:
|
||||
npx @11ty/eleventy --serve
|
||||
|
||||
deploy:
|
||||
gcloud compute scp --recurse ./_site/* {{INSTANCE_ID}}:/var/www/crawfi.sh/
|
||||
|
||||
ssh:
|
||||
gcloud compute ssh {{INSTANCE_ID}}
|
||||
|
8
src/index.txt
Normal file
8
src/index.txt
Normal file
@ -0,0 +1,8 @@
|
||||
[0;1;34;94m┌───────────────[0;34m────────────────[0;37m────────────┐[0m
|
||||
[0;1;34;94m│[0m [0;37m__[0m [0;37m_[0m [0;37m_[0m [0;1;30;90m│[0m
|
||||
[0;34m│[0m [0;34m___[0m [0;34m_[0m [0;34m__[0m [0;34m__[0m [0;34m_[0;37m__[0m [0;37m__/[0m [0;37m_(_)[0m [0;1;30;90m___|[0m [0;1;30;90m|__[0m [0;1;30;90m│[0m
|
||||
[0;34m│[0m [0;34m/[0m [0;34m__|[0m [0;37m'__/[0m [0;37m_`[0m [0;37m\[0m [0;37m\[0m [0;37m/\[0m [0;37m/[0m [0;1;30;90m/[0m [0;1;30;90m|_|[0m [0;1;30;90m|[0m [0;1;30;90m/[0m [0;1;30;90m__|[0m [0;1;30;90m'[0;1;34;94m_[0m [0;1;34;94m\[0m [0;1;34;94m│[0m
|
||||
[0;37m│|[0m [0;37m(__|[0m [0;37m|[0m [0;37m|[0m [0;37m(_|[0m [0;1;30;90m|\[0m [0;1;30;90mV[0m [0;1;30;90mV[0m [0;1;30;90m/|[0m [0;1;30;90m_|[0m [0;1;30;90m|[0;1;34;94m_\__[0m [0;1;34;94m\[0m [0;1;34;94m|[0m [0;1;34;94m|[0m [0;1;34;94m|│[0m
|
||||
[0;37m│[0m [0;37m\___|_[0;1;30;90m|[0m [0;1;30;90m\__,_|[0m [0;1;30;90m\_/\_/[0m [0;1;34;94m|_|[0m [0;1;34;94m|_(_)___/_|[0m [0;34m|_|│[0m
|
||||
[0;1;30;90m│[0m [0;34m│[0m
|
||||
[0;1;30;90m└───────[0;1;34;94m────────────────[0;34m────────────────[0;37m────┘[0m
|
Loading…
x
Reference in New Issue
Block a user