A flat-file CMS written in Python and Flask
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.gitignore 97B

12345678
  1. *.egg-info
  2. .pytest_cache
  3. yird/static/*.css
  4. yird/static/*.js
  5. manifest.json
  6. .coverage
  7. build/
  8. dist/