Momentum is an open-source blog platform built with C# on the .NET platform. It offers flexibility and customization, allowing users to self-host, use custom interfaces, or choose from pre-made themes.
Momentum is currently under development. We are actively working on building the platform. The first version of Momentum will be pushed to the main
branch once it is ready. Stay tuned for updates!
- Self-Hosting: Users will be able to self-host their blogs, providing full control over their content and server environment.
- Custom Interfaces: Users will be able to create their own unique blog interface or choose from a selection of pre-made themes.
- Custom Domains: Self-hosted users will be able to use their own domain name, enhancing their personal or brand identity.
- Flexible Customization: Users will be able to modify the source code to create their own version of Momentum, tailored to their specific needs.
To self-host your Momentum blog, follow the installation steps below. Ensure your server environment meets the necessary requirements and configure your domain settings accordingly.
-
Clone the Repository:
git clone https://github.com/ramal-memmedli/momentum.git cd momentum
-
Build the Project:
dotnet build
-
Run the Application:
dotnet run
-
Using Pre-Made Themes:
- Select a theme from the themes directory.
- Apply the theme via the admin dashboard or configuration file.
-
Creating Custom Themes:
- Refer to the API Documentation for instructions on creating your own themes.
Feel free to reach out with any questions or feedback at memmedliramal00@gmail.com.
Happy blogging with Momentum! ✨