
Generate static sites with code.
Motionless is a dynamic and efficient static site generator designed for developers who prefer to work directly with JavaScript and HTML without the overhead of intricate templating languages. With its straightforward approach, it allows users to manipulate HTML files and create multiple web pages using familiar JavaScript methods, making it an excellent choice for those who are comfortable with front-end development. Motionless streamlines the deployment of static sites by bundling essential dependencies, thus simplifying the workflow of building and managing web content.
What sets Motionless apart is its focus on speed and simplicity, enabling users to quickly set up a project and get started on their site. Whether you are looking to create a personal blog or a more complex website, Motionless provides the tools you need right out of the box, allowing for endless possibilities and customization with minimal effort.
Simplicity: No special templating or config languages to learn; just plain HTML and JavaScript.
Built-in Dependencies: Comes with essential features for static site development, such as markdown rendering and file management.
Concise API: Offers a straightforward JavaScript API to efficiently transform HTML files into dynamic web pages.
Fast Setup: Quickly create a new site project using the motionless-site node template for instant development.
Live-Reload Support: Easily implement live-reloading with an additional package to see changes in real-time while developing.
Markdown Rendering: Seamlessly load and render markdown files to HTML, enhancing content management and display.
DOM Manipulation: Provides convenient methods to manipulate HTML elements, greatly simplifying the update process of web pages.
URL Slug Generator: Automatically converts text into URL-friendly formats, streamlining the creation of clean web addresses for your content.

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.