We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a05aff commit 46f340dCopy full SHA for 46f340d
README.md
@@ -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
@@ -0,0 +1,3 @@
+title: Streamcode9 Blog
+description: A space for sharing code experiments and musical riffs.
+theme: minima
0 commit comments