Skip to content

Commit 6b4535c

Browse files
committed
emoji didnt work
1 parent de0f289 commit 6b4535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-03-14-Jecyll The Static Site Generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here are Chirpy Notes: [Chirpy - Getting Started](https://chirpy.cotes.page/pos
3030
## 1. The first issue I encountered was getting the local site running. I was using a VM on Proxmox and tried accessing it:
3131
- Via the VM IP + Port (e.g. `192.168.10.55:4000`) *did not work*
3232
- `localhost:4000` *did not work*
33-
- In the short term, **`http://127.0.0.1:4000`** worked. (But I did not think to try it for some time. I mistakingly thought localhost and 127.0.0.1 were the same, andthey are not. Seems easy now, but it took me a while before i realized. :confounded: )
33+
- In the short term, **`http://127.0.0.1:4000`** worked. (But I did not think to try it for some time. I mistakingly thought localhost and 127.0.0.1 were the same, andthey are not. Seems easy now, but it took me a while before i realized. 😖 )
3434

3535
## 2. I got it working using VS Code.
3636
**If you are using Dev Containers, run the command in the VS Code Terminal.**

0 commit comments

Comments
 (0)