GithubHelp home page GithubHelp logo

mneumegen / 11feed-mike Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudcannon/11feed

3.0 0.0 0.0 126 KB

11feed is an open-source, self-hosted, minimal RSS reader built with the static site generator 11ty.

License: MIT License

JavaScript 41.74% CSS 22.30% HTML 34.07% Liquid 1.89%

11feed-mike's Introduction

11feed

11feed

11feed is an open-source, self-hosted, minimal RSS reader built with the static site generator 11ty.

Core Principles

  • No ads, upsells, or feature bloat
  • Encourage the culture of blogging, sharing, and discovery through RSS.
  • Generate a purely static site that can be hosted publicly on any web server.
  • Keep features, dependencies, and the implementation to the bare essentials.
  • Provide a solid base for others to build on and customize for their own needs.
  • Emphasis on security.

Quick Start

  1. Clone the repository

    git clone https://github.com/cloudcannon/11feed.git
    cd 11feed
  2. Install dependencies

    npm install
  3. Configure your RSS feeds

    JSON Configuration: Place a .json file with your feeds in ./src/_feeds/:

    {
      "category": "Web",
      "items": [
        "https://zachleat.com/web/feed/",
        "https://www.smashingmagazine.com/feed/"
      ]
    }

    OPML Import: Put your OPML export in ./src/_feeds/:

    <?xml version="1.0" encoding="UTF-8"?>
    <opml version="2.0">
      <head>
        <title>Feed List</title>
      </head>
      <body>
        <outline text="Web">
          <outline type="rss" text="Zach Leatherman's Blog" xmlUrl="https://zachleat.com/web/feed/" />
          <outline type="rss" text="Smashing Magazine" xmlUrl="https://www.smashingmagazine.com/feed/" />
        </outline>
      </body>
    </opml>
  4. Build

    To build:

    npx @11ty/eleventy

    To build and serve on localhost:8080:

    npx @11ty/eleventy --serve
  5. Deploy

    Deploy your site to a static hosting provider. Each platform offers ways to schedule daily builds:

Useful Resources

Contributing

We welcome contributions! Whether it's feature suggestions, bug reports, or pull requests, all contributions are appreciated. Please submit an issue or pull request if you'd like to improve 11feed.

License

11feed is open source and available under the MIT License.

11feed-mike's People

Contributors

mneumegen avatar

Stargazers

About RSS avatar Ricky de Laveaga avatar Dana Yakoobinsky avatar

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.