Skip to content

Commit 7e3903c

Browse files
cb341claude
andcommitted
docs: update README for Jekyll migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a63b908 commit 7e3903c

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,36 @@
11
# [cb341.dev](https://cb341.dev)
22

3-
[![Preview](public/preview.webp)](https://cb341.dev)
4-
5-
Personal portfolio and blog built with Astro.
3+
Personal portfolio and blog built with [Jekyll](https://jekyllrb.com/).
64

75
## Setup
86

97
```sh
10-
npm install
8+
bundle install
119
```
1210

1311
## Run
1412

1513
```sh
16-
npm run dev
14+
bundle exec jekyll serve
15+
```
16+
17+
Visit `localhost:4000` to view the site.
18+
19+
## Build
20+
21+
```sh
22+
bin/build
23+
```
24+
25+
Runs `jekyll build` and formats output with `prettier`.
26+
27+
## Check
28+
29+
```sh
30+
bin/htmlproofer
1731
```
1832

19-
Visit `localhost:4321` to view the site.
33+
Runs `htmlproofer` against `_site/` to verify links and images.
2034

2135
## License
2236

0 commit comments

Comments
 (0)