diff --git a/app/website.py b/app/app.py similarity index 100% rename from app/website.py rename to app/app.py diff --git a/app/config.ini b/app/config.ini new file mode 100644 index 0000000..63cc0da --- /dev/null +++ b/app/config.ini @@ -0,0 +1,8 @@ +[POSTS] +posts_folder=./posts + +[STATUS] +status_file=./resources/status.text + +[NETWORK] +PORT=1111 diff --git a/app/static/index_style.css b/app/static/index_style.css index 8044fcd..215d546 100644 --- a/app/static/index_style.css +++ b/app/static/index_style.css @@ -31,7 +31,7 @@ a:hover { border-style: solid; border-color: #1E2022; background-color: #F0F5F9; - border-radius: 5pt; + border-radius: 20px; } .header h1 { @@ -51,14 +51,16 @@ a:hover { border-style: solid; border-color: #1E2022; background-color: #F0F5F9; + border-radius: 20px; } .sidebar { order: 1; + height: fit-content; float: left; padding: 20pt; - padding-bottom: 25%; + padding-bottom: 5em; margin: 15pt; @@ -93,7 +95,7 @@ a:hover { margin-right: 15%; border-style: solid; - border-radius: 10px; + border-radius: 20px; border-color: #1E2022; background-color: #C9D6DF; }