Fix a few errors

This commit is contained in:
Daniel Kluge 2022-02-04 23:56:09 +01:00
parent ef76baafc9
commit f3ea679557

View File

@ -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.