Add "Start Reading" section to home page (#92)

This commit is contained in:
Alex Ling
2020-08-01 15:17:18 +00:00
parent 0cd46abc66
commit 1719335d02
4 changed files with 65 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
IMGS_PER_PAGE = 5
UPLOAD_URL_PREFIX = "/uploads"
STATIC_DIRS = ["/css", "/js", "/img", "/favicon.ico"]
IMGS_PER_PAGE = 5
ENTRIES_IN_HOME_SECTIONS = 8
UPLOAD_URL_PREFIX = "/uploads"
STATIC_DIRS = ["/css", "/js", "/img", "/favicon.ico"]
def random_str
UUID.random.to_s.gsub "-", ""