Skip to content

Commit

Permalink
update descriptons and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyon committed Dec 31, 2023
1 parent 9c63c6c commit 4cad260
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 54 deletions.
4 changes: 2 additions & 2 deletions src/pages/uploadz/astro-static-site-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---

Expand Down
6 changes: 3 additions & 3 deletions src/pages/uploadz/command-line-fear.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down
4 changes: 2 additions & 2 deletions src/pages/uploadz/docker-desktop-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion src/pages/uploadz/markdown-writing-habits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---
Expand Down
6 changes: 3 additions & 3 deletions src/pages/uploadz/python-virtual-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---

Expand Down Expand Up @@ -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?

Expand Down
8 changes: 4 additions & 4 deletions src/pages/uploadz/second-brain-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand Down
39 changes: 0 additions & 39 deletions src/pages/uploadz/welcome.md

This file was deleted.

0 comments on commit 4cad260

Please sign in to comment.