summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/techjournal/matrix_server_and_flexbox.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/techjournal/matrix_server_and_flexbox.md b/content/techjournal/matrix_server_and_flexbox.md
new file mode 100644
index 0000000..6fd669b
--- /dev/null
+++ b/content/techjournal/matrix_server_and_flexbox.md
@@ -0,0 +1,11 @@
+---
+title: "A matrix server and learning about CSS flex box"
+date: 2023-04-16T17:30:30+01:00
+draft: false
+categories: ['Tech']
+tags: ['matrix', 'css']
+---
+
+- Up and more configuring of the X1 laptop - today fixing the VSCode implementation, which is working quite nicely now.
+- This is a really good page showing visually how the CSS flexbox system works: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-basics-and-terminology.
+- Set up a matrix server on one of my VPSs today, using matrix-synapse - a Python program. I put a README somewhere on the server but I should really write it up here because that is the point of this journal.