kasoglu / blog-template

I've build a personal blog page by using Jinja Templates cause of to makes it easier to create HTML pages by templating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AYTAC'S BLOG v2.0

I've build a personal blog page by using Jinja Templates cause of to makes it easier to create HTML pages by templating.

aytac-blog

Installing

Download the Python 3 installer package from the official website and install it, if not installed previously.

  • Run the following in the terminal to install the modules to run your program without excussions.
pip install flask
pip install requests
pip install smtplib

How to Use?

Download the source code from the repository and run the file just as any other Python script (.py) file.

python3 main.py

either go to

Your Localhost (http://127.0.0.1:5000) page.

Gallery

HOME PAGE

aytac-blog

CONTACT PAGE

aytac-blog

ADD NEW POSTS PAGE

aytac-blog

DELETE POSTS

aytac-blog

Documentations

About

I've build a personal blog page by using Jinja Templates cause of to makes it easier to create HTML pages by templating.


Languages

Language:CSS 89.6%Language:HTML 8.1%Language:Python 2.2%