diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-18 17:23:54 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-18 17:23:54 +0100 |
commit | abd68e60785a6a981583f3ad26f9ff38d23dc04d (patch) | |
tree | 3eebe394813b794b06c29ee512abd518760ce02a | |
parent | a43b30ec73f9eb770e8cb703bf1d4addadc45bb5 (diff) |
update
-rw-r--r-- | content/techjournal/matrix_server_and_flexbox.md | 11 |
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. |