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/README.md b/README.md new file mode 100644 index 0000000..85becda --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# 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 +- Adding a portfolio + +## 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. 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