Static Site Generator with integrated CMS
BlogManager is a Windows application that combines the functions of a CMS with those of typical static site generator.
You can write or edit your posts (that we call Articles) and pages in a simple and strightforwad way as if you were
typing into a notebook. This allows you to focus in your content rather than be distracted with the fusses of how your page
will appear.
Besides arranging a few template files to suit your needs and taste, you just click Add new and you are ready to go and write
your content.
You can also add a category, and a set of keywords (tags) so BlogManager and Search engines will know what your content
is about, and be able to relate it with other content in your site.
Best suited for
Video like websites associated to a YouTube channel.
Chemistry news and blogs.
Math and engineering websites.
What is a CMS?
BlogManager is a Content Management System and Static website generator, or CMSS for short. Static doesn't mean
the opposite of dynamic in this case, but that it is statically generated which means that it doesn't rely on a server side program
to serve your pages. So it is faster to load and friendlier to crawl for search engines. Also it is harder to hack because
the server is less exposed to possible flaws that may compromise its security.
Of course we are in the XXI century so you can still have some server side executable files such as registration forms.
Progressive Generation
Integrated Code-Coloring
Integrated Math Interpreter
Integrated Chemical Interpreter
Integrated progressive generation takes
care of last modified date. In addition
it features newest articles into recent
sections.
Tags allow to correlate articles that
are shown in the related section.
Includes automatic recognition of code
keywords for syntax like C/C++/JavaScript:if(x) return 0;
Basic: If OK Then
and HTML/XML markup:
Math interpreter allows to enter LaTex alike
expressions and semantically rendered in
math HTML:$$
The included chemical expression interpreter
takes machem alike expressions that are rendered
using math HTML:$$

Main features
- Many options for video integration: as background, as embeddable player, as thumbnail with external link, as local video.
- Three classes of documents: Articles (A) automatically ordered by date of cration and last modification; articles (B) alphabetically ordered; and pages for general unrelated topics.
- Automatically generates index pages with featured articles from last recent. Special welcome section and automatic full index on first index page. Optional main entry page.
- Fully customizable and highly configurable thanks to selectors, templates and options within the application.
- Images: inline images with optional offset and semantic figures with automatic placement.
CMS functions
- Creation and last modified date management: Automatically orders your posts by date in Index pages, and lists related posts by category and tag topics in Article pages.
- Automatically updates links among documents and broken links.
- Easy management of keywords (tags) and categories through a simple graphic interface.
- Simple JSON based search engine that operates client side.
- Differential generation (build) so only changes are generated allowing faster uploads. Other options: full build, clear and rebuild, test build, preview.
- Easy link tool for linking pages and direct addressing headings in pages. Automatic footnotes linkage.
- Associates correlated articles and recent articles.
- Multiple websites.
- Full search in all documents.
Writing functions
- It takes plain text and convert it into semantically correct HTML5 with an interpreter of markdown alike text which allows more intuitive writing.
- For those used to other markdown tools, BlogManager offer several tools to avoid to remember special symbols or how to format text, insert links, figures (pictures/images), and videos.
- Interprets tables, tabulations, several formats and customizable styles.
- Automatic coloring of code: C/C++/Java/javascript, Basic and XML/HTML. Customizable keywords that can be associated with 26 possible classes that you can define in your CSS file.
- Interpreter of x-Tex syntax for math expressions that converts into Math HTML (not not pictures, maintaining the content readable).
- Interpreter of machem alike syntax for chemical expressions and formulae that converts into Math HTML.
Examples
Wondering how to write your content with BlogManager? Give a look at this page.
Why BlogManager?
Other tools are available out there for converting markdown style texts but BlogManager is unique for being an integrated CMS with an easy interface
working on Windows.
Best suited for your Website associated to your YouTube channel, BlogManager has several functions to easily integrate and manage videos.
Thanks to the availability of multiple classes of documents you can manage even a business website with presentational pages, products pages (using Article B class)
and a blog or news section (using Article A class of documents).