You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-03-14-Jecyll The Static Site Generator.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Here are Chirpy Notes: [Chirpy - Getting Started](https://chirpy.cotes.page/pos
30
30
## 1. The first issue I encountered was getting the local site running. I was using a VM on Proxmox and tried accessing it:
31
31
- Via the VM IP + Port (e.g. `192.168.10.55:4000`) *did not work*
32
32
-`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. 😖 )
34
34
35
35
## 2. I got it working using VS Code.
36
36
**If you are using Dev Containers, run the command in the VS Code Terminal.**
0 commit comments