Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.46 KB

README.md

File metadata and controls

55 lines (41 loc) · 2.46 KB

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