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
- Host: GitHub
- URL: https://github.com/viveakrt/diwali-celebration
- Owner: viveakrt
- License: mit
- Created: 2020-11-10T19:22:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T13:30:50.000Z (over 1 year ago)
- Last Synced: 2025-02-09T11:41:33.372Z (4 months ago)
- Topics: diwali, festival
- Language: HTML
- Homepage:
- Size: 8.85 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diwali Celebrations
  https://deepavali.netlify.app/ your name/
Copy This Code and Paste in "Your Name.html"
```django
{% extends "base.html" %}
{% block body %}
{% endblock %}
```
## YouTube Video 👇
[](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
```
##
##
## Examples
##
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 %}
```
##
##