Provides Blog post content type and related configuration.
Use Blog to publish a blog post by different authors in the Blog section of the site.
{% hint style="success" %}
Varbase Blog serves as an exemplary model for understanding how to effectively manage various elements such as Content types, View modes, Layout Libraries, Views, site section pages, categories, and tags using the comprehensive range of "assembled"
Varbase Components, modules, and "Starterkit/Recipes"
configs.
{% endhint %}
{% hint style="info" %}
Varbase blog features are bundled through the Varbase Blog module.
GitHub: https://github.com/Vardot/varbase_blog
Drupal.org: https://www.drupal.org/project/varbase_blog
After building a project using the varbase-project
template, you can see the code of the Varbase Blog module in:
{% endhint %}
project_directory
|-- docroot
|-- modules
|-- contrib
|-- varbase_blog
Brings in the following core and contributed modules to your site:
Module | Purpose |
---|---|
View Modes Inventory - Bootstrap Ready | This module has a set of template view modes that we typically use (some of them) in each website. |
Taxonomy menu | Embed a taxonomy tree into a menu |
Statistics (in Drupal core) |
Logs content statistics for your site. |
Length Indicator | Adds an optional length indicator to fields |
Advanced Text Formatter | Provides an additional formatter for text field, text area and text format. |
Maxlength | Limit the number of characters in textfields and textareas and shows the amount of characters left. |
This module needs the following Varbase modules in order to function.
Provides core components required by other features.
{% content-ref url="../core-components/varbase-core/" %} varbase-core {% endcontent-ref %}
Manages type of media contents and entity browsers in the site.
{% content-ref url="../core-components/varbase-media.md" %} varbase-media.md {% endcontent-ref %}
Provide Search Engine Optimization (SEO) Core features and settings.
{% content-ref url="../core-components/varbase-seo.md" %} varbase-seo.md {% endcontent-ref %}
Provides default configuration and enhancements to utilize Drupal core's Layout Builder.
{% content-ref url="../core-components/varbase-layout-builder/" %} varbase-layout-builder {% endcontent-ref %}
Provides Landing page (Layout Builder) content type and related configuration. Use Landing page (Layout Builder) to build pages with custom sections and layouts to display content in a modern way.
{% content-ref url="../core-components/varbase-layout-builder/varbase-landing-page-layout-builder.md" %} varbase-landing-page-layout-builder.md {% endcontent-ref %}
\