khawkins98 / allaboutken-11ty

The new site
https://AllAboutKen.com
0 stars 0 forks source link

allaboutken-11ty

A semi-professional site powered by the Visual Framework 2.0

3. Developing your new site

  1. You'll need to install npm
  2. If you don't have yarn, install it
  3. Install all the things
    • yarn install
  4. Generate the site in /build
    • gulp dev renders and serves
    • gulp build build static assets

4. Adding Visual Framework components

To add a component, use the command line or install it manually.

By package

Manual installation for customisation

  1. Download a pattern
  2. Copy it to ./src/components/vf-component-name

Create your own local component

You can add a custom VF-compatible component to ./src/components and use it in your site.

You'll find a vf-sample component already placed in ./src/components

4. Footnotes