diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-03-01 21:54:22 +0100 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-03-01 21:54:22 +0100 |
| commit | d06261f6bfd55792e05e8ba8c80d77b15717192c (patch) | |
| tree | 2a8c89d0d721e7bd432d1950c11486668944e5a7 | |
| parent | e7fdaa756dc2f616367199c339e5a63686cfa1f1 (diff) | |
Blog kick-off!
| -rw-r--r-- | blog/hello-world.org | 28 | ||||
| -rw-r--r-- | blog/index.org | 4 | ||||
| -rw-r--r-- | blog/test-post.org (renamed from posts/test-post.org) | 0 |
3 files changed, 32 insertions, 0 deletions
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/posts/test-post.org b/blog/test-post.org index 39ab9a2..39ab9a2 100644 --- a/posts/test-post.org +++ b/blog/test-post.org |