From d06261f6bfd55792e05e8ba8c80d77b15717192c Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Tue, 1 Mar 2022 21:54:22 +0100 Subject: Blog kick-off! --- blog/hello-world.org | 28 ++++++++++++++++++++++++++++ blog/index.org | 4 ++++ blog/test-post.org | 10 ++++++++++ posts/test-post.org | 10 ---------- 4 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 blog/hello-world.org create mode 100644 blog/index.org create mode 100644 blog/test-post.org delete mode 100644 posts/test-post.org diff --git a/blog/hello-world.org b/blog/hello-world.org new file mode 100644 index 0000000..ab102d4 --- /dev/null +++ b/blog/hello-world.org @@ -0,0 +1,28 @@ +# -*- mode: org; -*- + +#+TITLE: Hello World! +#+AUTHOR: Marius Peter +#+DATE: <2022-02-11 Fri> + + +* Welcome + +This website will be a combination of blog posts and wiki pages. The +blog posts will recap interesting news I come across during any given +week; the wiki pages will help me map, track and showcase knowledge +acquired during my professional and personal pursuits. + +Website rationale and design objectives can be found on the [[file:~/git/mlnp/about.org][about]] page. + + +* Publishing a weekly newsletter... + +I'm a big fan of the following e-mail newsletters: + +- [[https://jordangonen.substack.com/][What's Next]] by Jordan Gonen :: Thoughts about the future of + technology and society. +- [[https://matt-rickard.com/subscribe/][Matt Rickard]] :: CS, engineering, startups. +- [[https://endlessmetrics.substack.com/][Endless Metrics]] by Luke M :: High quality charts and commentary + produced daily. + +I'd love to start my own e-mail list system! diff --git a/blog/index.org b/blog/index.org new file mode 100644 index 0000000..e061b51 --- /dev/null +++ b/blog/index.org @@ -0,0 +1,4 @@ +#+TITLE: Blog + +- [[file:hello-world.org][Hello World!]] +- [[file:test-post.org][First post]] \ No newline at end of file diff --git a/blog/test-post.org b/blog/test-post.org new file mode 100644 index 0000000..39ab9a2 --- /dev/null +++ b/blog/test-post.org @@ -0,0 +1,10 @@ +# -*- mode: org; -*- + +#+TITLE: First post +#+AUTHOR: Marius Peter +#+DATE: <2022-01-27 Thu> + + +* First section + +First body. diff --git a/posts/test-post.org b/posts/test-post.org deleted file mode 100644 index 39ab9a2..0000000 --- a/posts/test-post.org +++ /dev/null @@ -1,10 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: First post -#+AUTHOR: Marius Peter -#+DATE: <2022-01-27 Thu> - - -* First section - -First body. -- cgit v1.2.3