Skip to content

polent/b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e96438a · Mar 17, 2025

History

95 Commits
Jan 5, 2024
Dec 13, 2023
Oct 11, 2024
Mar 17, 2025
Oct 11, 2024
Dec 13, 2023
Dec 15, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 22, 2023
Aug 12, 2024
Mar 14, 2025
Dec 13, 2023

Repository files navigation

b.polente.de

A blog built with the Eleventy site generator (using the v2.0 release).

Getting Started

  1. Make a directory and navigate to it:
mkdir my-blog-name
cd my-blog-name
  1. Clone this Repository
git clone https://github.com/polent/b.git .

Optional: Review eleventy.config.js and _data/metadata.js to configure the site’s options and data.

  1. Install dependencies
npm install
  1. Run Eleventy

Generate a production-ready build to the _site folder:

npx @11ty/eleventy

Or build and host on a local development server:

npx @11ty/eleventy --serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published