Skip to content

Very basic eleventy template for a statically-generated website with a blog and a wiki

License

Notifications You must be signed in to change notification settings

babetoduarte/11ty-site-blog-wiki

Repository files navigation

11ty-site-blog-wiki

This is a template repository for a very simple statically-generated website using eleventy with the following features:

  • Main landing page listing latest blog posts and latest wiki articles
  • A Blog section listing all blog posts
  • A Wiki section listing all wiki articles
  • An About page
  • Reusable navigation bar (section hyperlinks) for all pages
  • Reusable header and footer partial elements for all pages
  • A working generic favicon.ico
  • Empty _drafts folder which gets ignored when building the site to store your draft blog posts and wiki articles

As you will notice, the site has no styling (blank style.css file), and ships without any JavaScript (blank script.js file). This is meant to be a working blank canvas that you can make your own.

This project is readily deployable using Netlify!

Dependencies

This project depends on two npm packages:

Therefore, you must have npm and nodejs installed.

Installing

To install these dependencies locally, navigate to the project's root and run the following commands:

$ npm install

Building

To build the static website locally using eleventy, navigate to the project's root and run the following commands:

$ npm build

Running

To run the static website locally, navigate to the project's root and run the following commands:

$ npm start

Netlify

This project is also ready to be deployed using Netlify

Screenshots

0-Site_Home 1-Blog_Section 2-Blog_Post 3-Wiki_Section 4-Wiki_Article 5-About_Page

About

Very basic eleventy template for a statically-generated website with a blog and a wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published