Varbase Blog

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.

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.

Varbase Blog Module

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:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_blog

Brings in the following core and contributed modules to your site:

Required Varbase Modules

This module needs the following Varbase modules in order to function.

Varbase Core Module

Provides core components required by other features.

Varbase Media Module

Manages type of media contents and entity browsers in the site.

Varbase SEO Module

Provide Search Engine Optimization (SEO) Core features and settings.

Varbase Layout Builder Module

Provides default configuration and enhancements to utilize Drupal core's Layout Builder.

Varbase Landing Page (Layout Builder) Module

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.

Last updated