
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
metalsmith-forestry-starter
Advanced tools
Based on the Metalsmith bare-bones starter. This starter is setup for content editing with the ForestryIO CMS. See the demo site here.
Create a Metalsmith site.
Clone the starter repository to create a new site.
git clone https://github.com/wernerglinka/metalsmith-forestry-starter.git new-site
Start developing.
Navigate into your new site’s directory and start it up.
cd new-site/
npm install
npm start
Open the source code and start editing!
Your site is now running at http://localhost:3000!
Open the new-site directory in your code editor of choice and edit src/content/index.md. Save your changes and the browser will update in real time!
A quick look at the top-level files and directories you'll see in this Metalsmith project.
.
├── node_modules
├── src
├── layouts
├── .eslintrc.yml
├── .gitignore
├── .prettierignore
├── .prettierrc
├── LICENSE
├── metalsmith.js
├── package-lock.json
├── package.json
└── README.md
node_modules: This directory contains all the node modules that your project depends on.
src: This directory will contain all the content that makes up your site.
layouts: This directory will contain all the layout templates and template partials that will be used to render your site.
.eslintrc: This file contains all rules foir eslint.
.gitignore: This file tells git which files it should not track / not maintain a version history for.
.prettierignore: This file tells prettier what files it should ignore.
.prettierrc: This is a configuration file for Prettier. Prettier is a tool to help keep the formatting of your code consistent.
LICENSE: This Metalsmith starter is licensed under the MIT license.
metalsmith.js: This is the Metalsmith build file.
package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).
package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.
README.md: A text file containing useful reference information about your project.
Looking for more guidance? Full documentation for Metalsmith can be found on the website.
Deploy and Host on any static hosting service. For example Netlify, Vercel or Cloudflare Pages.
Here is an article about how to deploy Metalsmith on Netlify.
FAQs
The Metalsmith Forestry starter
The npm package metalsmith-forestry-starter receives a total of 9 weekly downloads. As such, metalsmith-forestry-starter popularity was classified as not popular.
We found that metalsmith-forestry-starter 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.