https://github.com/sergei-bondarenko/poster
A simple blog platform for ZeroNet.
https://github.com/sergei-bondarenko/poster
blog-engine zeronet
Last synced: 3 months ago
JSON representation
A simple blog platform for ZeroNet.
- Host: GitHub
- URL: https://github.com/sergei-bondarenko/poster
- Owner: sergei-bondarenko
- Created: 2017-09-29T12:20:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T16:48:27.000Z (about 7 years ago)
- Last Synced: 2024-10-24T16:50:04.688Z (7 months ago)
- Topics: blog-engine, zeronet
- Language: JavaScript
- Homepage:
- Size: 19.2 MB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poster
## Description
A simple blog platform for [ZeroNet](https://github.com/HelloZeroNet/ZeroNet) written from scratch using [Vue.js](https://vuejs.org/) and [Bulma](https://bulma.io/). This project available [online](http://127.0.0.1:43110/1J2ZJjs97wEcW36x5d9f1QnPVPVDv8wbJ/) (you need a ZeroNet client running to view the site).
## Key features
- Mobile friendly
- Endless newsfeed (no pages) with dynamic post appending when the page bottom has been reached
- Editable posts and comments
- Post editor supports uploading of images, videos and audio files
- Filtering by last comments and most liked posts by day, week, month, year or all the time
- Direct links to posts are available (click on the post date to get it)
- Vertical wrapping of long posts
- Easily clonable
- Site title and description configurable via `content.json` file (or via the sidebar)## Utils
There are currently two utils in the `utils/` folder:
- `cleaner.py` - cleaner for the files in `uploads/` directory: Deletes files which are not included in the `data/data.json`. Also finds duplicates.
- `poster.py` - for creating multiple blog posts using files from a specified directory. One file per post. Reqires a [python-magic](https://github.com/ahupp/python-magic) installed.## Screenshots


