Skip to content

Commit 46f340d

Browse files
authored
chore: add site config and README (#2)
1 parent 7a05aff commit 46f340d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Streamcode9 Blog
2+
3+
This repository hosts a simple Jekyll-based site for experiments and notes.
4+
5+
## Project goals
6+
- Share code snippets, blog posts, and musical riffs.
7+
- Serve as personal notes and experiments.
8+
9+
## Build steps
10+
1. Install Ruby and Jekyll (`gem install bundler jekyll`).
11+
2. Build the site locally with `jekyll serve`.
12+
13+
## Deployment
14+
Pushing to the `main` branch builds and deploys the site via GitHub Pages.

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
title: Streamcode9 Blog
2+
description: A space for sharing code experiments and musical riffs.
3+
theme: minima

0 commit comments

Comments
 (0)