🌐 Live Site: cs.cadylin.tw
A daily challenge project documenting Computer Science & Coding knowledge. The author reads CS and programming textbooks every day, takes notes with illustrations, and shares key concepts, insights, and learning reflections through articles.
- Create a markdown file in
posts/folder, e.g.posts/day1.md - Add the post metadata to
posts/posts.json:
{
"slug": "day1",
"title": "Day 1 - Your Title Here",
"date": "2026-06-21",
"summary": "A short description of the post.",
"tags": ["topic1", "topic2"]
}- Write your content in the markdown file. You can use:
- Text with full Markdown syntax
- Code blocks with syntax highlighting (use ```python, ```javascript, etc.)
- Images - put images in
images/and reference them: - Tables, blockquotes, lists and more
# Using Python
python -m http.server 8000
# Using Node.js
npx serve .Then open http://localhost:8000 in your browser.
- Go to repo Settings > Pages
- Set source to "Deploy from a branch"
- Select
mainbranch and/ (root)folder - Save - your site will be live at
https://<username>.github.io/string_studio_cdy/