crunk-columns is a PESOS style website maker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
crunk 68a0d7d20c add main region instead of div for WAI 6 months ago
static/css responsive CSS 6 months ago
templates add main region instead of div for WAI 6 months ago
.gitignore ignore config files 7 months ago
LICENSE Initial commit 11 months ago
README.md I am a feature creep, I am a feature weirdo 9 months ago
app.py simple json storage forced sort orders 7 months ago
column.py tag filter 9 months ago
examplecolumns add example columns 7 months ago
parse_rss_feeds.py change port and fake dates 7 months ago
pyproject.toml first commit 11 months ago
requirements.txt simoon is impatient for requirements file 11 months ago
simplejsonstorage.py simple json storage forced sort orders 7 months ago
start.py simple json storage forced sort orders 7 months ago

README.md

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.