# tt-rss-feedly-theme **Repository Path**: lan-ran/tt-rss-feedly-theme ## Basic Information - **Project Name**: tt-rss-feedly-theme - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2024-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tt-rss-feedly-theme =================== Feedly theme for [Tiny Tiny RSS](https://tt-rss.org). If you are using an older version of TT-RSS, have a look at the branches. For the best experience, use a current browser. IE9 and older versions are not supported. This theme is tested in recent versions of Chromium based browsers (Chrome, Edge, Brave, Vivaldi, Opera) on a regular basis and should work fine in Firefox as well. ## Installation **Prerequisites:** Running instance of TT-RSS Install steps (If you did not find the description on the [TT-RSS Homepage](https://git.tt-rss.org/git/tt-rss/wiki/Themes)): 1. Download the ZIP-File: `wget https://github.com/levito/tt-rss-feedly-theme/archive/master.zip` 2. Unzip the ZIP-File: `unzip master.zip` 3. Change into the newly created folder: `cd tt-rss-feedly-theme-master` 4. Copy the relevant files into your TT-RSS folder: `cp -r feedly* [TT-RSS_Home]/themes.local` 5. Go into your TT-RSS preferences and select the feedly-theme. ## Development Don't make direct changes to the CSS files on root level. They are generated from `src`. In order to generate the CSS files, you will need node.js and npm installed. 1. Run `npm install` to install dependencies 2. Run `npm start` to watch `src` and compile on changes ## Screenshots ![grouped](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-grouped.png?190111) ![expandable](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-expandable.png?190111) ![expanded](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-expanded.png?190111) ![cards (expandable grid)](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-cards.png?210404) ![cards (expanded grid)](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-grid.png?210404) ![traditional](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-traditional.png?190111) ![traditional, wide, hidden sidebar](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-traditional-widescreen.png?190111) ![preferences + layer](https://raw.github.com/levito/tt-rss-feedly-theme/master/screenshots/feedly-night.png?190111) Licensed under the WTFPL