crunk-columns is a PESOS style website maker
Go to file
2023-10-07 21:45:19 +02:00
data only parse rss feeds once every 10 minutes and store in json file 2023-07-15 21:50:19 +02:00
static/css big commit fixing parsed dates 2023-06-06 20:58:33 +02:00
templates quick and dirty way of adding ids and class per feed 2023-06-08 23:11:24 +02:00
.gitignore ignore config files 2023-10-07 18:48:51 +02:00
app.py simple json storage forced sort orders 2023-10-07 21:45:19 +02:00
column.py tag filter 2023-07-17 23:28:19 +02:00
LICENSE Initial commit 2023-06-03 18:08:31 +02:00
parse_rss_feeds.py change port and fake dates 2023-10-07 18:41:38 +02:00
pyproject.toml first commit 2023-06-03 18:12:55 +02:00
README.md I am a feature creep, I am a feature weirdo 2023-07-17 23:38:40 +02:00
requirements.txt simoon is impatient for requirements file 2023-06-07 21:59:16 +02:00
simplejsonstorage.py simple json storage forced sort orders 2023-10-07 21:45:19 +02:00
start.py simple json storage forced sort orders 2023-10-07 21:45:19 +02:00

Crunk columns

crunk-columns is a work in progress website/portfolio page maker and part of the crunk suite of software. Heavily inspired by multifeeder This is a PESOS style website maker.

  • By filling in your desired columns in the columns.toml file you can make your own portfolio page in seconds
  • By adding your own css you can lose countless of hours tweaking everything.

new features

I wrote this software for myself. If you want it to do more, you can open an issue on Gitea

work in progress.

  • download and parse rss only on startup not on every index.html download
  • make sort_order types
  • make limits to amount of entries.
  • make category filter.

Things that are done

  • sort_order options are: default(same order as rss), reverse, random, chronological, reverse-chronological.
  • category/tag filter, you can write one word, if that word is in the category/tags list of the rss feed entry it will get added to the column, otherwise it won't. rss feeds themselves also have categories overall but this does nothing with that.

POSSE is a much better approach, what are you even doing?

Yes, but I am lazy and I already exist on the internet and this is a way to bring it all together.