An open API service indexing awesome lists of open source software.

https://github.com/viveakrt/diwali-celebration

Diwali site Generator with your name to greet your Love Once . Build on Django Cactus Hosted on Netlify . Static Site without database
https://github.com/viveakrt/diwali-celebration

diwali festival

Last synced: 3 months ago
JSON representation

Diwali site Generator with your name to greet your Love Once . Build on Django Cactus Hosted on Netlify . Static Site without database

Awesome Lists containing this project

README

        

# Diwali Celebrations
![](https://img.shields.io/spiget/stars/2) ![](https://img.shields.io/website?down_color=lightgrey&down_message=offline&up_color=orange&up_message=Online&url=https%3A%2F%2Fdeepavali.netlify.app%2F) ![](https://img.shields.io/github/forks/vivskecher/Diwali-Celebration?style=social)

https://deepavali.netlify.app/ your name/

Copy This Code and Paste in "Your Name.html"
```django
{% extends "base.html" %}
{% block body %}
{% endblock %}
```
## YouTube Video 👇
[![Video](http://img.youtube.com/vi/p1-h4GmcDn4/0.jpg)](http://www.youtube.com/watch?v=p1-h4GmcDn4 "")

## How To Create Your Diwali Link
```
Step 1 : Copy Above code
Step 2 : Goto page folder in above repository
Step 3 : Click Add file and Create New File
Step 4 : Name the file as your Name.html
Step 5 : Commit and Make a Pull Request
Step 6 : Wait till Your pull merges to main branch
Step 7 : Your Site is Ready
```

![demo.gif](https://github.com/Vivskecher/Diwali-Celebration/blob/main/static/images/demo.gif?raw=true)
##
##
## Examples

![yn.gif](https://github.com/Vivskecher/Diwali-Celebration/blob/main/static/images/example.gif?raw=true)
##
1. https://deepavali.netlify.app/vivek
2. [Your Name](https://deepavali.netlify.app/your%20name )
3. Add your File Link ```[your name](https://deepavali.netlify.app/your%20name )```
4. [Shivam Saini](https://deepavali.netlify.app/Shivam%20Saini )
5.
##
## Extra Greeting
You Can add Some Extra Greeting in {% block greet %} 'your qoute', {% endblock %}
```django
{% block greet %}
'A festival full of sweet memories',
'sky full of fireworks ',
'mouth full of sweets',
'house full of diyas and heart',
'full of enjoyment',
{% endblock %}
```
##
##