From f3ea6795579691394df3c379c54e00c253cc6e13 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Fri, 4 Feb 2022 23:56:09 +0100 Subject: [PATCH] Fix a few errors --- homepage.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homepage.adoc b/homepage.adoc index 5417c59..94dec08 100644 --- a/homepage.adoc +++ b/homepage.adoc @@ -13,7 +13,7 @@ Now I have my own space to try things out, present what I did and link all my so == How did I do this? === Frameworks -This website is entirely built-in https://nextjs.org/[Next.js], which is a JavaScript framework. +This website is entirely built in https://nextjs.org/[Next.js], which is a JavaScript framework. So the entire backend is in https://nodejs.org/[Node.js]. The project files are written in https://projects.eclipse.org/projects/asciidoc.asciidoc-lang[AsciiDoc]. @@ -21,8 +21,8 @@ Hosting the webserver is done in a https://www.docker.com/[Docker] container on === The Process ==== Thinking About a Website -I always wanted my own website. One day, I thought about how excellent a website is, basically a console. + -It seems not too hard to make, as it consists of an input field and a log/history. +I always wanted my own website. One day, I thought about how cool a website would be, this is basically a console. + +It seemed not too hard to make, as it consists of an input field and a log/history. But I wanted more. I wanted the code to be as modular as possible, so it's easy in the future to add commands, project logs, and components. Also, I wanted some appealing features like tab completion and shortcuts.