Skip to content

Commit

Permalink
updated themes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaksood619 committed Dec 19, 2024
1 parent 922c581 commit 78358f8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/about-deepak-sood/social-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@
- 10FastFingers - https://10fastfingers.com/user/1090885
- Regex Crossword - https://regexcrossword.com/players/38485
- YourStory - https://yourstory.com/people/deepak-sood

## Posts

- [Deepak Sood on LinkedIn: #ai #data #devops #leadership #learning #growth #thankful #opstree…](https://www.linkedin.com/posts/deepaksood619_ai-data-devops-activity-7275592636168597509-nfyQ?utm_source=share&utm_medium=member_desktop)
2 changes: 2 additions & 0 deletions docs/ai/llm/prompt-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Generate a LinkedIn post related to # Topic. Generate 3 paragraphs with max 3 se

Generate a LinkedIn post discussing # Your Chosen Topic. Share my insights, experiences, or opinions in a concise and engaging manner. Encourage my network to join the conversation by commenting with their thoughts or experiences. Use relevant hashtags to increase visibility. # LinkedIn # # Additional Hashtags

[LinkedIn Text Formatter • Grow Your Personal Brand On LinkedIn](https://taplio.com/linkedin-post-formatter)

### ChatGPT prompt to write error free

`{paste your writing}`
Expand Down
2 changes: 1 addition & 1 deletion docs/cloud/aws/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ aws s3 presign s3://bigbet90/index.html --expires-in 90 # in seconds max 36 hour
aws s3 cp aws.jpg s3://bigbet90 --region us-west-2 --endpoint-url https://bigbet90.s3-accelerate.amazonaws.com
```

## Download folder / bucket from s3
## Download / Upload folder / bucket from s3

```bash
aws s3 sync
Expand Down
2 changes: 2 additions & 0 deletions docs/cloud/aws/compute/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ sudo systemctl start docker
docker run hello-world
```

[Ubuntu | Docker Docs](https://docs.docker.com/engine/install/ubuntu/)

[AWS EC2 Instance Types](ec2-instance-types)

## Amazon EC2 Auto Scaling Group (ASG)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ ssh-import-id

# SSH KeyGen
ssh-keygen -t rsa -b 4096 -C "[email protected]"
ssh-keygen -t rsa -b 4096 -C "[email protected]"
ssh-keygen -t rsa -b 4096 -C "[email protected]"
ssh-keygen -t rsa -b 4096 -C "[email protected]"

ssh-keygen -R energy.abc.com # reset the saved key of server

Expand Down
4 changes: 4 additions & 0 deletions docs/economics/course-investing-zerodha-varsity.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ Social Stock Exchange is a new segment on stock exchanges meant to enable invest
https://zerodha.com/varsity

https://risk.learnapp.co/quiz

[Introducing Margin Trading Facility (MTF) on Kite – Z-Connect by Zerodha](https://zerodha.com/z-connect/featured/introducing-margin-trade-funding-mtf-on-kite)

- [Understanding Margin Trading Facility (MTF) at Zerodha: A Complete Guide - YouTube](https://www.youtube.com/watch?v=AYDD5b14IUY)
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const config = {
{
tagName: 'meta',
name: 'theme-color',
content: 'rgb(47, 133, 85)',
content: 'rgb(53, 120, 229)',
},
],
},
Expand Down
Binary file modified static/img/logo.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"theme_color": "#2f8555",
"background_color": "#2f8555",
"theme_color": "#7099bc",
"background_color": "#7099bc",
"display": "standalone",
"scope": "/",
"description": "Deep Notes | Deepak's Personal Wiki",
Expand Down

0 comments on commit 78358f8

Please sign in to comment.