Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
prakass1 committed Jul 2, 2021
2 parents 93e1b7a + f77ae00 commit 1b31565
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .env_template
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ EMAIL=AuthorEmailId
post_init_limit=10

#Blog content details
blog_header="Subash Blog"
blog_subheader="Blog on daily activities"
social_git="https://www.github.com/prakass1"
social_linkedin="https://www.linkedin.com/in/subash-prakash-82a1543b/"
social_stack="https://stackoverflow.com/users/3414466/coldy?tab=profile"
blog_header=CHANGETHEBLOGTITLE
blog_subheader=CHANGETHEBLOGSUBTITLE
social_git=LINK1
social_linkedin=LINK2
social_stack=LINK3
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Create your blogging website from groundup full configured.
# Create your blogging website from groundup full configured :notebook:

## Motivation:
Everybody is motivated to create a blog website to write on their activities, or share something with their friend and family. But, developing something on own is time consuming and often people resort to the blogging sites which would read your content. Keeping this in mind, this web app is created with basic functionality to bring up docker containers on a purchased VM (aws, digitalocean, heroku etc..) and quickly launch with few commands.

Expand Down Expand Up @@ -60,9 +61,16 @@ Please follow the google recaptcha setup here: https://developers.google.com/rec
1. Blog App:
![Blog App](assets/4.png)

## Extensions:
## Extensions :pencil2::
1. Currently the app uses Summernote editor for making a blog post, future look to integrate markdown editors.
2. Improving comments and replies. (The current implementation only considers a simple way to do stuff, this can be improved)
3. About me page can be attempted to be made dynamic.

## Contact for any information/pull:
[Subash Prakash](https://github.com/prakass1)

### Give a :star: if this project has been useful to you in any ways.

## Contact for any informations/pull:
[Subash Prakash](https://github.com/prakass1)
### Acknowledgements:
1. [bootstrap clean blog](https://startbootstrap.com/theme/clean-blog)
2. [Summernote](https://summernote.org/)
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Flask-WTF==0.14.3
idna==2.10
isort==5.6.4
itsdangerous==1.1.0
Jinja2==2.11.2
Jinja2==2.11.3
lazy-object-proxy==1.4.3
libgravatar==0.2.4
MarkupSafe==1.1.1
Expand All @@ -39,7 +39,7 @@ soupsieve==2.0.1
SQLAlchemy==1.3.20
toml==0.10.2
typed-ast==1.4.1
urllib3==1.26.2
urllib3==1.26.4
Werkzeug==1.0.1
wrapt==1.12.1
WTForms==2.3.3

0 comments on commit 1b31565

Please sign in to comment.