Hello World

Thumbnail

Welcome to your first post in Gatsby! πŸŽ‰

This post is written in Markdown and contains frontmatter metadata such as title, date, tags, and more. You can also embed images, code blocks, or anything Markdown supports.

Why Gatsby?

  • Blazing fast
  • SEO optimized
  • Easy to use
  • Markdown/blog friendly

Sample Code

console.log('Hello from Gatsby Markdown post!')
root_folder
β”œβ”€β”€ content
β”‚   β”œβ”€β”€ posts
β”‚   β”‚   β”œβ”€β”€ 2024-hello-world.md
β”‚   β”œβ”€β”€ thumbnails
β”‚   β”‚   β”œβ”€β”€ css-new.png
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ components
β”‚   β”‚   β”œβ”€β”€ layout.js
β”‚   β”œβ”€β”€ pages
β”‚   β”‚   β”œβ”€β”€ index.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ package.json
root_folder/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ pages/
β”‚   β”‚   └── index.html
β”‚   └── styles/
β”‚       └── style.css
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ manual.pdf
β”‚   └── presentation.ppt
β”œβ”€β”€ scripts/
β”‚   └── build.sh*
β”œβ”€β”€ symlink@
β”œβ”€β”€ .gitignore
└── README.md
└── documents
β”‚   β”œβ”€β”€ spreadsheet.xls
β”‚   β”œβ”€β”€ manual.pdf
β”‚   β”œβ”€β”€ document.docx
β”‚   └── presentation.ppt
└── etc.

Komentar