From 39aff9d684bbd44b45603043635113531c1c8589 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:38:43 +0200 Subject: [PATCH 1/3] Remove node ignorefile remnants --- .dockerignore | 2 -- .gitignore | 22 ---------------------- client/.dockerignore | 1 - 3 files changed, 25 deletions(-) delete mode 100644 .gitignore delete mode 100644 client/.dockerignore diff --git a/.dockerignore b/.dockerignore index 98f8343..3978a0f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,2 @@ -**/node_modules -**/dist .git .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c216ed9..0000000 --- a/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -## Node ### -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Dependency directories -node_modules/ - -# Build -dist/ diff --git a/client/.dockerignore b/client/.dockerignore deleted file mode 100644 index cf70988..0000000 --- a/client/.dockerignore +++ /dev/null @@ -1 +0,0 @@ -**/node_modules From b5403fbc0c3e608d24fb2a8798c1a4c73a962684 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Fri, 9 Oct 2020 00:41:43 +0200 Subject: [PATCH 2/3] Add README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..24b143b --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Personal-Website +A nice introduction to my chaos + +## Backstory +Instead of calling it my Personal-Website, you could better call it my Personal-Playground. + +This repo is an example of not being afraid to change a codebase around. +It shows the journey of achieving code that fits the needs. + +The posts started with pure excitement from building this site. +Making my own content and having complete contol over the format thrilled me. +For me, it is about making memorable content, something I can proudly look back on. + +Sarcastic, serious and suprising content. +Which becomes super silly stuff when looking back at it ;) + +## Content +Once in a while you can enjoy a new post on the website. +The posts started talking about the website and all changes that came along. +As the website is quite far in development, more focus is put into making relaxing content to read through. + +## Experimentations + +- Swapping QA page for a podcast page +- Adding a code++ page: page with a collection of helpful code improvements I came across + +## Thank you +Thanks for reading all of this! +If you have any questions or sugestions, feel free to send an e-mail to me@raymon.dev. From 2a128f49aba465a512271861238954d73d6eaf18 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Fri, 9 Oct 2020 00:43:25 +0200 Subject: [PATCH 3/3] Add extra experiment to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24b143b..85becda 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ As the website is quite far in development, more focus is put into making relaxi - Swapping QA page for a podcast page - Adding a code++ page: page with a collection of helpful code improvements I came across +- Adding a portfolio ## Thank you Thanks for reading all of this!