Hello World
Welcome to my first blog post! This is a demonstration of how you can write content using either Obsidian or your favorite code editor with the beautiful Foxi theme.
Features of Foxi Theme
Foxi theme is designed to provide a beautiful, responsive interface for your Astro website while seamlessly integrating with Obsidian for content management. Some of its key features include:
- Obsidian Integration: Use Obsidian to manage your content with full Markdown support
- MDX Support: Extend your Markdown with JSX components
- Responsive Design: Looks beautiful on all devices
- Dark Mode: Toggle between light and dark themes
- Fast Performance: Built with Astro for incredible speed
- Cloudflare Integration: Easy deployment to Cloudflare Pages
Code Example
Here’s a simple example of some JavaScript code:
function greet(name) {
console.log(`Hello, ${name}! Welcome to Foxi theme.`);
}
greet("World");
Using Markdown
Foxi theme supports all standard Markdown features, such as:
Lists
- Item 1
- Item 2
- Item 3
Ordered Lists
- First item
- Second item
- Third item
Blockquotes
Foxi theme provides a beautiful way to showcase your content with minimal setup.
Next Steps
Now that you have your Foxi theme set up, here are some things you might want to do next:
- Create more blog posts
- Add your notes to the notes section
- Customize the theme to match your brand
- Deploy your website to Cloudflare Pages
Feel free to modify this template and start writing your own content using either Obsidian or your favorite code editor!