diff --git a/src/pages/uploadz/astro-static-site-generator.md b/src/pages/uploadz/astro-static-site-generator.md index cf40cd1..5255713 100644 --- a/src/pages/uploadz/astro-static-site-generator.md +++ b/src/pages/uploadz/astro-static-site-generator.md @@ -5,8 +5,8 @@ image: astro-saucer.webp created: 2023-12-23 updated: 2023-12-26 author: "Jon" -tags: ["astro", "static site generator", "ssg", "react", "svelte", "vue", "gatsby", "nextjs", "nuxtjs", "sapper", "sveltekit", "vite", "snowpack", "webpack", "tailwind", "tailwindcss", "tailwindui", "tailblocks", "tailwindcomponents", "tailwindtoolbox", "tailwindtemplates", "tailwindstarterkit", "tailwindadmin"] -description: "Astro Static Site Generator" +tags: ["astro", "static-sites"] +description: "Astro is a relatively new static site generator. It has its own approach to building static sites and has a component based approach that is similar to React." keywords: "astro, static site generator, ssg, react, svelte, vue, gatsby, nextjs, nuxtjs, sapper, sveltekit, vite, snowpack, webpack, tailwind, tailwindcss, tailwindui, tailblocks, tailwindcomponents, tailwindtoolbox, tailwindtemplates, tailwindstarterkit, tailwindadmin" --- diff --git a/src/pages/uploadz/command-line-fear.md b/src/pages/uploadz/command-line-fear.md index 50d24b5..43d196b 100644 --- a/src/pages/uploadz/command-line-fear.md +++ b/src/pages/uploadz/command-line-fear.md @@ -5,12 +5,12 @@ image: "frightened-robot.webp" created: 2023-12-22 updated: 2023-12-22 author: "Jon" -tags: ["command line", "cli", "shell", "bash", "zsh", "powershell", "wsl", "windows", "linux", "mac", "docker", "vscode"] -description: "Conquer your fear of the command line" +tags: ["cli", "bash"] +description: "The once-ubiquitous command prompt faded from the forefront of personal computing, leaving many technology workers working to regain direct access to its power" keywords: "command line, cli, shell, bash, zsh, powershell, wsl, windows, linux, mac, docker, vscode" --- -# TLDR +# TL;DR if your on windows : diff --git a/src/pages/uploadz/docker-desktop-environments.md b/src/pages/uploadz/docker-desktop-environments.md index d1c1f3a..51c0b65 100644 --- a/src/pages/uploadz/docker-desktop-environments.md +++ b/src/pages/uploadz/docker-desktop-environments.md @@ -6,11 +6,11 @@ created: 2023-12-22 updated: 2023-12-26 author: "Jon" tags: ["docker", "containers"] -description: "Get going with Docker Containers" +description: "install a containerised application in which we may store information, notes, knowledge base, etc. but this will be for our own, private and local use " keywords: "docker, containers" --- -# TLDR +# TL;DR [Install Docker](https://www.docker.com/products/docker-desktop/) diff --git a/src/pages/uploadz/markdown-writing-habits.md b/src/pages/uploadz/markdown-writing-habits.md index 96699ab..ae26c98 100644 --- a/src/pages/uploadz/markdown-writing-habits.md +++ b/src/pages/uploadz/markdown-writing-habits.md @@ -5,7 +5,7 @@ image: "keyboard01.jpeg" created: 2023-12-20 updated: 2023-12-22 author: "Jon" -tags: ["markdown", "writing", "journal", "notes", "blog"] +tags: ["markdown", "writing"] description: "Markdown is a simple markup language that allows you to write plain text that can be converted to HTML. It's a great way to write notes, journals, and posts." keywords: "markdown, writing, journal, notes, blog" --- diff --git a/src/pages/uploadz/python-virtual-environments.md b/src/pages/uploadz/python-virtual-environments.md index 4237b3d..46cf231 100644 --- a/src/pages/uploadz/python-virtual-environments.md +++ b/src/pages/uploadz/python-virtual-environments.md @@ -5,8 +5,8 @@ image: python03.webp created: 2023-12-19 updated: 2023-12-26 author: "Jon" -tags: ["python", "virtualenv", "venv", "docker", "vscode"] -description: "python virtual environments" +tags: ["python", "devops"] +description: "Python virtual environments isolate projects, letting you use different Python versions and packages without conflicts" keywords: "python, virtualenv, venv, docker, vscode" --- @@ -40,7 +40,7 @@ Whilst Python is a programming language that is used in many different fields su # What is a virtual environment? -A virtual environment is a way to isolate a python project from the rest of the system. It is a way to have different versions of python and different versions of python packages installed on the same system without them interfering with each other. +Python virtual environments isolate projects, letting you use different Python versions and packages without conflicts. # Why use a virtual environment? diff --git a/src/pages/uploadz/second-brain-getting-started.md b/src/pages/uploadz/second-brain-getting-started.md index 97289bb..76d968b 100644 --- a/src/pages/uploadz/second-brain-getting-started.md +++ b/src/pages/uploadz/second-brain-getting-started.md @@ -5,12 +5,12 @@ image: "robot-head03.webp" created: 2023-12-26 updated: 2023-12-26 author: "Jon" -tags: ["second brain", "logseq", "knowledge base", "journal", "notes", "ideas", "thoughts", "tldr"] -description: "Build a Second Brain" +tags: ["second-brain", "logseq"] +description: "logseq is a local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base and an excellent way to build a second brain" keywords: "second brain, logseq, knowledge base, journal, notes, ideas, thoughts, tldr" --- -# TLDR +# TL;DR Have somewhere you store daily journal entries, notes, ideas, thoughts, etc. and have it be searchable, linkable, taggable, etc. @@ -20,7 +20,7 @@ enjoy ! # Logseq -[Logseq](https://logseq.com/) is a local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. +[Logseq](https://logseq.com/) is a local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base and an excellent way to build a second brain. Getting started with this is as simple as running the application and creating journal entries daily. You will quiclky build a knowledge base of your own that is searchable, linkable, taggable, etc. diff --git a/src/pages/uploadz/welcome.md b/src/pages/uploadz/welcome.md deleted file mode 100644 index 0608a0c..0000000 --- a/src/pages/uploadz/welcome.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: ../../layouts/Layout.astro - -title: Hello, World ---- - -# Hi there! - -This Markdown file creates a page at `your-domain.com/page-1/` - -It probably isn't styled much, but Markdown does support: -- **bold** and _italics._ -- lists -- [links](https://astro.build) -- and more! - -some bash - -```bash -echo "hello world" -``` -this is some javascript -```javascript -console.log('hi there ...'); - -``` - - \ No newline at end of file