GithubHelp home page GithubHelp logo

xarem / freshrss.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from freshrss/freshrss.org

0.0 0.0 0.0 717 KB

Official website of FreshRSS

Home Page: https://freshrss.org

HTML 24.16% Python 3.07% CSS 72.23% Dockerfile 0.54%

freshrss.org's Introduction

freshrss.org

Content files for freshrss.org website.

freshrss.org uses Pelican as static site generator. It is a powerful Python software which generates HTML from Markdown or reStructuredText formats.

This repository contains content (in Markdown), configuration and a Dockerfile to help to build the website.

Actually, there is one specific file: ./content/pages/index.html. Yes, it is HTML (and not Markdown). It is the home page content of freshrss.org.

Blog posts are written in Markdown under the ./content/blog directory.

Installation

We assume in this section you have Docker installed on your system.

If you want to (an image is provided on the Docker registry), you can build the image with:

$ docker build -t freshrss/freshrss-org .

And generate the output with:

$ mkdir output
$ docker run --rm -v "$PWD/output:/pelican/output" --user $(id -u):$(id -g) freshrss/freshrss-org

You should now see HTML files under ./output directory that you can upload on a server. The website is generated with the https://freshrss.org URL by default. You can override this value by setting the SITEURL environment variable:

$ docker run --rm -v "$PWD/output:/pelican/output" --user $(id -u):$(id -g) -e "SITEURL=http://127.0.0.1:8080" freshrss/freshrss-org

freshrss.org's People

Contributors

aledeg avatar alkarex avatar carrieje avatar deuchnord avatar marienfressinaud avatar sp3r4z 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.