Fix a few errors
This commit is contained in:
parent
ef76baafc9
commit
f3ea679557
@ -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?
|
== How did I do this?
|
||||||
=== Frameworks
|
=== 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].
|
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].
|
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
|
=== The Process
|
||||||
==== Thinking About a Website
|
==== Thinking About a Website
|
||||||
I always wanted my own website. One day, I thought about how excellent a website is, basically a console. +
|
I always wanted my own website. One day, I thought about how cool a website would be, this is basically a console. +
|
||||||
It seems not too hard to make, as it consists of an input field and a log/history.
|
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user