Appearance
Tutorial 2: How to Create a Blog
Now that you have your website hosted, it's time to add dynamic content management capabilities. In this tutorial, we'll show you how to create a blog collection in Kantan CMS, allowing you to manage your content through an intuitive interface.
Before You Begin
Set Your Language Preferences
Before creating your blog collection, we recommend setting up your language preferences for the best user experience:
- Go to Settings > Language
- Select your preferred language
- Save your settings
This ensures that your content management interface displays in your preferred language.
Creating a Blog Collection
Step 1: Access Collections
- Navigate to Dashboard > Collections
- You'll see the collections management interface
Step 2: Create Your Collection
- Look for the "Create Collection" button in the top right corner
- Click the button to open the collection creation dialog
Step 3: Configure Collection Settings
When the dialog appears, fill in the following information:
- Name: Give your collection a descriptive name (e.g., "Blog Posts", "News Articles")
- Description: Add a brief description of what this collection will contain
- Type: Select "Blog" from the dropdown menu
Step 4: Finalize Creation
- Review your settings
- Click "Create" to create your blog collection
Managing Blog Records
Step 1: Access Your Collection
- In the left sidebar, you'll see your newly created collection
- Click on the collection name to access it
Step 2: Add a New Blog Post
- Click the "Add Record" button
- The record creation interface will open
Step 3: Create Your Content
- Name: Enter a title for your blog post
- Content Field: Enter your blog content using Markdown syntax
- You can use standard Markdown formatting
- Headers, lists, links, images, and other Markdown elements are supported
- Fill in any additional fields that appear
Step 4: Save Your Post
- Review your content
- Click "Save" to store your blog post
Understanding Collection Types
It's important to note that different collection types provide different editing interfaces:
- Blog collections are optimized for long-form content with rich text editing
- Other collection types may have different field configurations and editing interfaces
- Each collection type is designed for specific use cases and content structures
Content Management Best Practices
Markdown Formatting Tips
Since Kantan CMS uses Markdown for content, here are some useful formatting examples:
- Headers: Use
#for H1,##for H2, etc. - Bold text: Use
**bold text** - Italic text: Use
*italic text* - Links: Use
[link text](URL) - Images: Use
 - Lists: Use
-or*for bullet points,1.for numbered lists
Organization Strategies
- Use descriptive names for your blog posts
- Consider creating multiple collections for different content types
- Regularly review and update your content
- Use consistent formatting across your posts
Managing Multiple Posts
As you create more blog posts, you can:
- Edit existing posts by clicking on them in the collection view
- Delete posts that are no longer needed
- Organize posts using the collection interface
- Search and filter through your content
Next Steps
You now have a functioning blog collection with content stored in Kantan CMS! In the next tutorial, we'll learn how to integrate this CMS content with your website, making your blog posts appear dynamically on your live site.
This integration will bridge the gap between your static website and your dynamic content management system, creating a powerful and flexible web presence.