diff --git a/blog/index.html b/blog/index.html index 8261e69..69a867f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,19 +1,19 @@ - Kristian Emil Takvam
trueberryless

Yo, I'm Kristian Emil Takvam!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent lobortis nisi ante, nec tincidunt ligula mattis nec. Maecenas metus mauris, fermentum et vulputate ut, dapibus vel massa.

Blog

My First Blog Post

Welcome to my blog!

-

This is the content of my first blog post.

+ Kristian Emil Takvam
trueberryless

Yo, I'm Kristian Emil Takvam!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent lobortis nisi ante, nec tincidunt ligula mattis nec. Maecenas metus mauris, fermentum et vulputate ut, dapibus vel massa.

Blog

My First Blog Post

This is an example blog post.

+

This is the content of my first example blog post. Just trying to see how this looks on my webpage. Not much to look at here. A “work in progress” as they say.

Features

    -
  • Markdown support
  • -
  • Code blocks
  • -
  • And more!
  • +
  • Yes!
  • +
  • No!
  • +
  • Maybe!
-

Hello World

-
console.log("Hello, world!");

My First Blog Post

Welcome to my blog!

-

This is the content of my first blog post.

-

Features

-
    -
  • Markdown support
  • -
  • Code blocks
  • -
  • And more!
  • -
-

Hello World

+

Python Code:

+
def print_asterisk_tree(height):
+    for i in range(1, height + 1):
+        spaces = ' ' * (height - i)
+        asterisks = '*' * (2 * i - 1)
+        print(spaces + asterisks)
+
+# Example usage:
+print_asterisk_tree(5)
+

Javascript Code:

console.log("Hello, world!");
\ No newline at end of file diff --git a/index.html b/index.html index 3d940d0..439a0ad 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,23 @@ Kristian Emil Takvam
trueberryless

Yo, I'm Kristian Emil Takvam!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent lobortis nisi ante, nec tincidunt ligula mattis nec. Maecenas metus mauris, fermentum et vulputate ut, dapibus vel massa.

Blog

My First Blog Post

Welcome to my blog!

-

This is the content of my first blog post.

+
trueberryless

Yo, I'm Kristian Emil Takvam!

This is my blog where I share my thoughts on programming, technology, and life in general. Stay tuned for updates!

Blog

My First Blog Post

This is an example blog post.

+

This is the content of my first example blog post. Just trying to see how this looks on my webpage. Not much to look at here. A “work in progress” as they say.

Features

    -
  • Markdown support
  • -
  • Code blocks
  • -
  • And more!
  • +
  • Yes!
  • +
  • No!
  • +
  • Maybe!
-

Hello World

-
console.log("Hello, world!");

My First Blog Post

Welcome to my blog!

-

This is the content of my first blog post.

-

Features

-
    -
  • Markdown support
  • -
  • Code blocks
  • -
  • And more!
  • -
-

Hello World

+

Python Code:

+
def print_asterisk_tree(height):
+    for i in range(1, height + 1):
+        spaces = ' ' * (height - i)
+        asterisks = '*' * (2 * i - 1)
+        print(spaces + asterisks)
+
+# Example usage:
+print_asterisk_tree(5)
+

Javascript Code:

console.log("Hello, world!");
\ No newline at end of file diff --git a/posts/post-1/index.html b/posts/post-1/index.html deleted file mode 100644 index 35c3fa0..0000000 --- a/posts/post-1/index.html +++ /dev/null @@ -1,17 +0,0 @@ -

My First Blog Post

-

Published on: 2022-07-01

-

Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.

-

What I’ve accomplished

-
    -
  1. -

    Installing Astro: First, I created a new Astro project and set up my online accounts.

    -
  2. -
  3. -

    Making Pages: I then learned how to make pages by creating new .astro files and placing them in the src/pages/ folder.

    -
  4. -
  5. -

    Making Blog Posts: This is my first blog post! I now have Astro pages and Markdown posts!

    -
  6. -
-

What’s next

-

I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.

\ No newline at end of file diff --git a/posts/post-2/index.html b/posts/post-2/index.html deleted file mode 100644 index 0a4da98..0000000 --- a/posts/post-2/index.html +++ /dev/null @@ -1 +0,0 @@ -

After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!

\ No newline at end of file diff --git a/posts/post-3/index.html b/posts/post-3/index.html deleted file mode 100644 index 688a9bc..0000000 --- a/posts/post-3/index.html +++ /dev/null @@ -1 +0,0 @@ -

It wasn’t always smooth sailing, but I’m enjoying building with Astro. And, the Discord community is really friendly and helpful!

\ No newline at end of file