Coder Social home page Coder Social logo

rdwz / eleventy-base-blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 11ty/eleventy-base-blog

0.0 0.0 0.0 437 KB

A starter repository for a blog web site using the Eleventy static site generator.

Home Page: https://eleventy-base-blog.netlify.app/

License: MIT License

JavaScript 34.04% CSS 26.44% Nunjucks 39.52%

eleventy-base-blog's Introduction

eleventy-base-blog v8

A starter repository showing how to build a blog 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/11ty/eleventy-base-blog.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

Or you can run debug mode to see all the internals.

Features

Demos

Deploy this to your own site

Deploy this Eleventy site in just a few clicks on these services:

Implementation Notes

  • content/about/index.md is an example of a content page.
  • content/blog/ has the blog posts but really they can live in any directory. They need only the posts tag to be included in the blog posts collection.
  • Use the eleventyNavigation key (via the Eleventy Navigation plugin) in your front matter to add a template to the top level site navigation. This is in use on content/index.njk and content/about/index.md.
  • Content can be in any template format (blog posts needn’t exclusively be markdown, for example). Configure your project’s supported templates in eleventy.config.js -> templateFormats.
  • The public folder in your input directory will be copied to the output folder (via addPassthroughCopy in the eleventy.config.js file). This means ./public/css/* will live at ./_site/css/* after your build completes.
  • Provides two content feeds:
    • content/feed/feed.njk
    • content/feed/json.njk
  • This project uses three Eleventy Layouts:
    • _includes/layouts/base.njk: the top level HTML structure
    • _includes/layouts/home.njk: the home page template (wrapped into base.njk)
    • _includes/layouts/post.njk: the blog post template (wrapped into base.njk)
  • _includes/postslist.njk is a Nunjucks include and is a reusable component used to display a list of all the posts. content/index.njk has an example of how to use it.

Content Security Policy

If your site enforces a Content Security Policy (as public-facing sites should), you have a few choices (pick one):

  1. In base.njk, remove <style>{% getBundle "css" %}</style> and uncomment <link rel="stylesheet" href="{% getBundleFileUrl "css" %}">
  2. Configure the server with the CSP directive style-src: 'unsafe-inline' (less secure).

eleventy-base-blog's People

Contributors

zachleat avatar rdwz avatar mathiasbynens avatar benjifs avatar verlok avatar clottman avatar mohsen1 avatar krzychukula avatar renovate[bot] avatar styfle avatar dougreeder avatar nhoizey avatar johnwargo avatar j9t avatar aboutdavid avatar fschoenfeldt avatar dhoman avatar zearin avatar shwilliam avatar lonekorean avatar siimpragi avatar siarheibobryk avatar saif71 avatar pdehaan avatar nilsmielke avatar nick-novak avatar onezerodigits avatar kitt avatar handreistoicescu avatar denmch avatar

eleventy-base-blog's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

  • Update dependency @11ty/eleventy-img to v4
  • Update dependency @11ty/eleventy-plugin-bundle to v2
  • 🔐 Create all pending approval PRs at once 🔐

Detected dependencies

npm
package.json
  • @11ty/eleventy ^2.0.1
  • @11ty/eleventy-img ^3.1.1
  • @11ty/eleventy-navigation ^0.3.5
  • @11ty/eleventy-plugin-bundle ^1.0.4
  • @11ty/eleventy-plugin-rss ^1.2.0
  • @11ty/eleventy-plugin-syntaxhighlight ^5.0.0
  • luxon ^3.3.0
  • markdown-it-anchor ^8.6.7
  • node >=14
nvm
.nvmrc
  • node 20

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.