Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midzer/feed-dachau
Website showing feed of local authorities, blogs, communities and news papers
https://github.com/midzer/feed-dachau
jekyll
Last synced: about 1 month ago
JSON representation
Website showing feed of local authorities, blogs, communities and news papers
- Host: GitHub
- URL: https://github.com/midzer/feed-dachau
- Owner: midzer
- Created: 2019-11-17T10:49:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T13:49:09.000Z (6 months ago)
- Last Synced: 2024-11-01T18:42:41.704Z (3 months ago)
- Topics: jekyll
- Language: JavaScript
- Homepage: https://feed-dachau.de/
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feed-dachau
Landing page showing feed of local authorities, communities and news papers. Customized for [Feed Dachau](https://feed-dachau.de/). Template based on [jekyll-boilerplate](https://github.com/midzer/jekyll-boilerplate). [feed-websocket](https://github.com/midzer/feed-websocket) is used as backend
## Requirements
* Ruby
* Bundler gem## Development
```
bundle install
bundle exec jekyll serve
# => Now browse to http://localhost:4000
```## Build
```
bundle exec jekyll build
# => _site folder is ready for deployment
```# Customization
Modify to fit your needs
* _config.yml (title, email, description, url, repo, SEO)
* _data/feeds.yml (this data generates feeds.json which will be fetched by the backend)
* assets/js/app.js (WebSocket URL = your backend)
* impressum.md
* datenschutz.md
* site.webmanifest
* SCSS colors in _sass/core files