Skip to content

CadyLinn/string_studio_cdy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Studio

🌐 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.

How to Add a New Post

  1. Create a markdown file in posts/ folder, e.g. posts/day1.md
  2. 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"]
}
  1. 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: ![alt](images/my-image.png)
    • Tables, blockquotes, lists and more

How to Run Locally

# Using Python
python -m http.server 8000

# Using Node.js
npx serve .

Then open http://localhost:8000 in your browser.

Deploy on GitHub Pages

  1. Go to repo Settings > Pages
  2. Set source to "Deploy from a branch"
  3. Select main branch and / (root) folder
  4. Save - your site will be live at https://<username>.github.io/string_studio_cdy/

About

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.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors