Vf Eleventy

screenshot of Vf Eleventy
eleventy

An 11ty boilerplate with Visual Framework component integration

Overview

The Eleventy boilerplate for Visual Framework 2.0 is a static site generator that allows users to easily create new projects using Visual Framework components. This boilerplate incorporates the 11ty static site generator, providing direct access to Visual Framework 2.0 components.

Features

  • Interactive Yarn Template: Users can create a new site by using the interactive yarn template, which allows for an easy and guided process for setting up a new project powered by vf-eleventy.
  • GitHub Template: Users can also create a new project by using the GitHub template, which provides a quick and convenient way to clone the project to the local machine.
  • Configuring Your Site: The installation guide provides instructions on how to configure the newly created site by updating the necessary files such as package.json, eleventy.js, and siteConfig.js.
  • Developing Your Site: The guide includes instructions for installing npm and yarn, as well as commands to install dependencies and generate the site. It also provides information on how to render and serve the site during development.
  • Adding Visual Framework Components: Users can easily add Visual Framework components to their project using either the command line or manual installation. The guide provides instructions for both methods.
  • Customizing Components: Users have the option to customize components by downloading a pattern, copying it to the appropriate directory, and creating their own local component.

Summary

The Eleventy boilerplate for Visual Framework 2.0 is a versatile tool that allows users to quickly set up and develop static sites using Visual Framework components. With its interactive and GitHub template options, as well as easy configuration and installation of components, this boilerplate provides a seamless experience for users to create and customize their projects. Additionally, the use of yarn over npm offers faster and more efficient installation of Visual Framework components.

eleventy
Eleventy

11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.