Skip to content

Commit

Permalink
metadata and contributing guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Coutinho committed Dec 24, 2024
1 parent 50a6264 commit a36fbda
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ module.exports = [

Finally add a image of the author into `/static/author_images` folder and make sure that the author metatag is added to `/static/blog-seo/config.json` as show in the below [metatags](#meta-tags) example.

## Adding Table of Content

```toc
tight: true
toHeading: 3
```

#### SEO for blogs

Expand Down
4 changes: 2 additions & 2 deletions content/django-user-authentication/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "A comprehensive guide to Django's user authentication system"
description: "Learn how to implement user registration, login/logout, permissions etc using Django's built-in user authentication system."
date: "2024-12-14"
cover: "cover-image-for-my-blog-post.png"
date: "2024-11-18"
cover: "django-user-authentication.png"
category: "programming, featured"
author: "Nemi Shah"
---
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,8 @@
},
{
"location": "https://supertokens.com/blog/9-sso-best-practices-to-strengthen-security-in-2024"
},
{
"location": "https://supertokens.com/blog/django-user-authentication"
}
]
Binary file added static/card_covers/django-user-authentication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/covers/django-user-authentication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a36fbda

Please sign in to comment.