diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 5b9a73d..da08b32 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -18,7 +18,7 @@ const directories = ["skills", "projects", "blogs"]; p-[3vw] sm:p-[1vw]" > /home/kyren/{path}{path} )) } + diff --git a/src/pages/blogs.astro b/src/pages/blogs.astro index e0da2f9..7e1b576 100644 --- a/src/pages/blogs.astro +++ b/src/pages/blogs.astro @@ -14,7 +14,7 @@ const blogs = (await getCollection("blogs")) })); --- - + +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 166ed94..b1bfb20 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -32,7 +32,7 @@ And when I am not coding I am most likely playing video games, watching Anime or solving Rubik's cubes fast.`.trimStart(); --- - + diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 23cbeaa..f4b70f5 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -3,7 +3,7 @@ import Terminal from "@layouts/Terminal.astro"; import Project from "@components/Project.astro"; --- - +
diff --git a/src/pages/shell.astro b/src/pages/shell.astro new file mode 100644 index 0000000..1a207c0 --- /dev/null +++ b/src/pages/shell.astro @@ -0,0 +1,112 @@ +--- +import Terminal from "@layouts/Terminal.astro"; +import TerminalBorder from "@components/TerminalBorder.astro"; +--- + + + +
+

$ ls -lah -t --color=auto ~/blogs

+

"/home/kyren/blogs": No such file or directory (os error 2)

+

 

+

ls -lah -t --color=auto ~/blogs

+

ls -lah -t --color=auto ~/blogs

+
+
+ + $ +

+ npm run buildafter +

+ +
+
+ diff --git a/src/pages/skills.astro b/src/pages/skills.astro index 06e4b9b..e29b139 100644 --- a/src/pages/skills.astro +++ b/src/pages/skills.astro @@ -23,7 +23,7 @@ const tools = [ const frameworks = ["Spigot API", "Bubbletea", "Astro"]; --- - +