Skip to main content
Brimham Rocks, Yorkshire, UK

My First Content-Managed Blog Post

Picture of Brimham Rocks, Yorkshire, UK
This is a new website and is under active development. There will be some odd-looking layouts and colours while this is happening. Please bear with me and check back again to see any updates.

My First Blog Post

Published on: {frontmatter.updated} {{$page.title}}

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. Making Pages: I then learned how to make pages by creating new .astro files and placing them in the src/pages/ folder.

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

What’s next

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

GFM

www.example.com, https://example.com, and [email protected].

Footnote

A note1

Strikethrough

one or two tildes.

Table

abcd

Tasklist

Callouts

A blockquote

NOTE
A NOTE Callout
TIP
A TIP Callout

Expressive Code

my-test-file.js
console.log('Title attribute example')
src/content/index.html
<div>File name comment example</div>
Terminal window
echo "This terminal frame has no title"
PowerShell terminal example
Write-Output "This one has a title!"
// Line 1 - targeted by line number
// Line 2
// Line 3
// Line 4 - targeted by line number
// Line 5
// Line 6
// Line 7 - targeted by range "7-8"
// Line 8 - targeted by range "7-8"

Containers

warning: title

My paragraph with bold text

info: Title Of Information

Some content

And some more

Footnotes

  1. Big note.