crunk-columns is a PESOS style website maker
Go to file
2023-07-16 22:30:32 +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 first commit 2023-06-03 18:12:55 +02:00
app.py isort and formatting clean up 2023-07-16 22:30:32 +02:00
column.py isort and formatting clean up 2023-07-16 22:30:32 +02:00
columns.toml big commit fixing parsed dates 2023-06-06 20:58:33 +02:00
LICENSE Initial commit 2023-06-03 18:08:31 +02:00
parse_rss_feeds.py isort and formatting clean up 2023-07-16 22:30:32 +02:00
pyproject.toml first commit 2023-06-03 18:12:55 +02:00
quick_test.py isort and formatting clean up 2023-07-16 22:30:32 +02:00
README.md big commit fixing parsed dates 2023-06-06 20:58:33 +02:00
requirements.txt simoon is impatient for requirements file 2023-06-07 21:59:16 +02:00
simplejsonstorage.py isort and formatting clean up 2023-07-16 22:30:32 +02:00
start.py isort and formatting clean up 2023-07-16 22:30:32 +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.

work in progress.

  • download and parse rss only on startup not on every index.html download
  • make sort_order types done
  • sort_order options are: default(same order as rss), reverse, random, chronological, reverse-chronological.
  • make limits to amount of entries. done
  • make category filter.

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.