Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@ebiwd/ebi-eleventy-boilerplate
Advanced tools
Build a site with Visual Framework components using the the Eleventy templating engine.
This allows you to use the 11ty static site generator with direct access to Visual Framework 1.3 and 2.0 components.
This is possible as the VF 2.0 is no-conflict with VF 1.3.
This is in active development as of 2019.08.16
There are two methods you can use:
create-vf-eleventy
project allows you to interactively create a new site by typingyarn create @visual-framework/vf-eleventy your-new-site-name ebi-eleventy-boilerplate
package.json
update vfConfig
elevnety.js
update pathPrefix
./src/site/_data/siteConfig.js
Otherwise configure gulp and eleventy as you would for any other project.
yarn
, install it
yarn install
/build
gulp dev
renders and servesgulp build
build static assets./src/site/
.src/site/_includes
./src/site/_data
./src/scss
To add a component you can use Yarn or install it manually.
In either case you'll need to re-run gulp dev
to ensure the component is fully loaded.
yarn add @visual-framework/vf-logo
yarn upgrade-interactive --latest
yarn run update-components
./src/components/vf-component-name
You can add a custom VF-compatible component to ./src/components
and use it in
your site.
gulp vf-component
You'll find a vf-sample
component already placed in ./src/components
yarn
and not npm
?
For the particular structure of the Visual Framework components, Yarn is considerably
faster at installing and does so more efficiently (about half the total file size). You'll
also be able to use yarn upgrade-interactive --latest
, which makes it easier to update
VF components.FAQs
Build a site with Visual Framework components using the the Eleventy templating engine.
The npm package @ebiwd/ebi-eleventy-boilerplate receives a total of 5 weekly downloads. As such, @ebiwd/ebi-eleventy-boilerplate popularity was classified as not popular.
We found that @ebiwd/ebi-eleventy-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.