Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rixx/notebook-aggregator
https://github.com/rixx/notebook-aggregator
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rixx/notebook-aggregator
- Owner: rixx
- Created: 2020-06-01T15:59:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T12:55:18.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:00:28.278Z (7 months ago)
- Language: CSS
- Homepage: https://notebooks.rixx.de
- Size: 600 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notebook Aggregator
-------------------This is the data source powering [notebooks.rixx.de](https://notebooks.rixx.de), an aggregator website for "notebook
blogs". Notebook blogs are small personal blogs, usually intended for daily or frequent writing practice.Add your blog
-------------There are a bunch of ways to add your blog to the website:
- Ping [@rixxtr](https://twitter.com/rixxtr) on Twitter with your blog info
- If you have a GitHub account, [open an issue](https://github.com/rixx/notebook-aggregator/issues/new/choose)
- If you have a GitHub account and know JSON, [open a
PR](https://github.com/rixx/notebook-aggregator/blob/master/_data/blogs.json). Not all keys are required, automated
testing will let you know if something is amiss.Development
-----------If you want to run this locally or contribute, start a Python virtualenv, run ``pip install -e .``, and you're in
business. `notebooks build` will then render the page into the `_html` directory.The general layout is in the `templates` directory, build scripts are in `scripts`.