Skip to content

Commit b7a317b

Browse files
Update days 1 to 6
1 parent 53b564a commit b7a317b

File tree

3 files changed

+55
-18
lines changed

3 files changed

+55
-18
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: 10 Days of Code with IA
1+
title: 10 Days of Code with AI
22
description: A quickstart for Vibe Coders with no coding experience
33
theme: just-the-docs
44

index.md

Lines changed: 54 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,70 @@ layout: home
44
nav_order: 1
55
---
66

7-
This is a *bare-minimum* template to create a Jekyll site that uses the [Just the Docs] theme. You can easily set the created site to be published on [GitHub Pages] – the [README] file explains how to do that, along with other details.
87

9-
If [Jekyll] is installed on your computer, you can also build and preview the created site *locally*. This lets you test changes before committing them, and avoids waiting for GitHub Pages.[^1] And you will be able to deploy your local build to a different platform than GitHub Pages.
8+
# 👋 Welcome to **10 Days of Code** Challenge!
109

11-
More specifically, the created site:
10+
🌐 **Understand the Web. Master Python. Build with AI.**
1211

13-
- uses a gem-based approach, i.e. uses a `Gemfile` and loads the `just-the-docs` gem
14-
- uses the [GitHub Pages / Actions workflow] to build and publish the site on GitHub Pages
12+
![play](play.png) Watch it on the Youtube Channel [10 Days of Python with AI] 🎬
1513

16-
Other than that, you're free to customize sites that you create with this template, however you like. You can easily change the versions of `just-the-docs` and Jekyll it uses, as well as adding further plugins.
14+
---
1715

18-
[Browse our documentation][Just the Docs] to learn more about how to use this theme.
16+
## 🚀 What's This All About?
1917

20-
To get started with creating a site, simply:
18+
**Feeling lost in your code? Tired of copy-pasting solutions you don’t understand?**
19+
You're not alone — and you’ve just landed in the right place.
2120

22-
1. click "[use this template]" to create a GitHub repository
23-
2. go to Settings > Pages > Build and deployment > Source, and select GitHub Actions
21+
**10 Days of Code** is *not* just another tutorial. It’s a roadmap for curious minds who want to:
2422

25-
If you want to maintain your docs in the `docs` directory of an existing project repo, see [Hosting your docs from an existing project repo](https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md#hosting-your-docs-from-an-existing-project-repo) in the template README.
23+
- ⚙️ Understand how the **internet** really works
24+
- 🐍 Write clean, confident code in **Python**
25+
- 🌍 Build modern apps with **web frameworks** like Django and Flask
26+
- 🤖 Tap into the power of **Artificial Intelligence** tools and APIs
27+
- 🧠 Learn how to **debug, edit, and grow** your projects like a pro
2628

27-
----
29+
This is for the **new-vibe coders** — creatives, thinkers, engineers, and explorers — who want to build smart things and have fun doing it.
30+
31+
---
32+
33+
## 🧑‍💻 Who This Is For?
34+
35+
This challenge is perfect if:
36+
37+
- You’ve started coding but feel overwhelmed by everything
38+
- You want to stop depending on tutorials and start understanding
39+
- You’re excited about AI but don’t know where to start
40+
- You learn best by **doing**, not just watching
41+
42+
---
43+
44+
## 💡 What You'll Walk Away With?
45+
46+
- ✅ A working project you can proudly show off
47+
- ✅ A solid understanding of Python, web apps, and AI basics
48+
- ✅ Confidence to debug, build, and keep learning
49+
- ✅ A new way of thinking like a modern developer
2850

29-
[^1]: [It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll#creating-your-site).
51+
---
52+
53+
## 👇 Ready to Begin?
54+
55+
Head to [**Day 1: Understand your code. Python Adventure: 🧟‍♂️ Monster Maze**] or subscribe to the [10 Days of Python] and let's get started.
56+
57+
You don't need to be perfect. You just need to start.
58+
Let’s code with purpose. Let’s build with soul.
59+
60+
---
61+
62+
**✨ Welcome to the tribe, wizard.**
63+
Let’s do this.
64+
65+
> Made with ❤️ by [Structural Wizard] using the [Just the Docs] theme in [Jekyll].
66+
67+
----
3068

3169
[Just the Docs]: https://just-the-docs.github.io/just-the-docs/
32-
[GitHub Pages]: https://docs.github.com/en/pages
33-
[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md
3470
[Jekyll]: https://jekyllrb.com
35-
[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/
36-
[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate
71+
[10 Days of Python with AI]: https://youtube.com/@10daysofpythonwithai?si=3wobcw1e11B7dlZI
72+
[Structural Wizard]: https://github.com/StructuralWizard/
73+
[**Day 1: Understand your code. Python Adventure: 🧟‍♂️ Monster Maze**]: https://structuralwizard.github.io/10DaysOfCode.github.io/docs/Day1/

play.png

902 Bytes
Loading

0 commit comments

Comments
 (0)