Blog Template Guide
Introduction
Momen is a no-code development platform that streamlines the creation of fully customized blog websites. This guide explains the core project logic and provides step-by-step instructions for building your own blog using Momen.
Overview of Project Structure
Website Structure
- Blog: The main homepage, displaying and allowing users to search previous articles.
- What’s New: Shows the latest published articles.
- All Blog Posts: Lists all articles uploaded to the blog.
- Reading Lists: Organizes articles by topic for easier navigation.
Creating a Blog
Understand the Data Model
- Account Table: Stores user information, including user ID, username, timestamps for creation and updates, and profile images.
- Blog Table: Contains fields for article title, subtitle, cover image, and content. Fields such as
is_topic
,authors_author
, andreading_type
link to other tables for extended functionality.
- Author Table: Holds author names, profile pictures, and biographies.
- Reading Type Table: Defines and categorizes topics for articles.
- Tag Table: Stores tags for categorizing articles.
Managing Data in Tables
You can add, edit, or delete data directly within the data tables.
To modify data:
- Open the Database section.
- Select the relevant data table.
Example:
To add a new entry in the Post table, click Insert Row.
Fill in the required information for your blog post. When finished, click Create to save the entry.
Editing Content Outside Data Tables
To edit on-page text or other elements:
- Click the text or component you want to modify.
- The right sidebar will appear.
- Under Content, update the displayed information.
- To change text size or font, switch to the Design tab.
Configuring Actions
To set up navigation or other actions:
- Select the text or image you want to make interactive.
- Click Interaction in the sidebar.
- Choose the desired action (e.g., Navigation) and select the target page.
Previewing and Publishing Your Website
After completing your content and configuration, preview your website:
Double-click Preview in the upper right corner to see your site in action.
If everything appears as expected and you have verified all content, click Publish to make your website live.
Congratulations!
You have successfully created and published a fully customized blog website using Momen.