Skip to content

Reworked to improve flexibility #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PetchouDev
Copy link

I was browsing GitHub when I found this awesome blog template from @ashish-makes, and I wanted to use it for my purpose.

After aditiong a few things a make it mine, I thought this project could become even greater with more flexibility.

So I reworked a few things on it:

  • Added categories models to make easier their management and thier assignations to posts
  • Added project models, to allow an easier management instead of writing the html code
  • About class to make the section text easier to edit
  • Skill model, to show custom skills/values on the about page
  • reworked search form to use created categories
  • commented contact page url assignation (only because I don't need it)
  • added and icon to the nav bar
  • added script to load a virtual env (named .env), update teh database and start the dev server (default address/port)

The blog is still basically the same, but the admin pannel now offers more possibilities.

Once again, thanks @ashish-makes for your increbible work!

I was browsing GitHub when I found [this awesome blog template](https://github.com/ashish-makes/django-tailwind-blog) from @ashish-makes, and I wanted to use it for my purpose.

After aditiong a few things a make it mine, I thought this project could become even greater with more flexibility.

So I reworked a few things on it:
- Added categories models to make easier their management and  thier assignations to posts
- Added project models, to allow an easier management instead of writing the html code
- About class to make the section text easier to edit
- Skill model, to show custom skills/values on the about page
- reworked search form to use created categories
- commented contact page url assignation (only because I don't need it)
- added and icon to the nav bar
- added script to load a virtual env (named `.env`), update teh database and start the dev server (default address/port)

The blog is still basically the same, but the admin pannel now offers more possibilities.

Hope you will enjoy it
@BoboMuller
Copy link

Hi @PetchouDev,
the categories you added are very buggy and also you leaked your API key.
Except from that this is a nice PR.

@PetchouDev
Copy link
Author

What do you mean by very buggy ?
I now the logic I used to make sure the user set a category is quite messy…
And I think it make the category menu overflow weirdly on some resolutions
But it actually seemed to work well
About the api key, I don’t know even remember using one… where was it ? I just forwarded the port via SSH so I was able to connect via localhost (which doesn’t require the api key).

Anyway I will look at this deeper in the weekend, thank for your answer!

@BoboMuller
Copy link

Hi @PetchouDev,
I am not 100% sure anymore since it is now some weeks ago that I modified your code, but I think the categories broke the search completely for instance.
About the overflow I think that this is not your fault, since this always happens, even using the original repo.
The API key I meant is the tiny.cloud one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants