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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,6 @@ When you are initially working on your website, it is very useful to be able to
21
21
22
22
1. Clone the repository and made updates as detailed above.
23
23
24
-
### Using the DevContainer in VS Code
25
-
If you are using VS Code you can use the DevContainer that comes with this Repository. Normally VS Code detects that a DevContainer Config is available and asks you if you want to use the DevContainer. If this doesn't happen you can manually start the DevContainer by **F1->DevContainer: Reopen in Container**. This restarts your VS Code in the Container and automatically hosts your academic page locally on http://localhost:4000. All changes will be updated live to that page after a few seconds.
26
-
27
24
### Using a different IDE
28
25
1. Make sure you have ruby-dev, bundler, and nodejs installed
29
26
@@ -70,6 +67,10 @@ docker compose up
70
67
71
68
You should now be able to access the website from `localhost:4000`.
72
69
70
+
### Using the DevContainer in VS Code
71
+
72
+
If you are using [Visual Studio Code](https://code.visualstudio.com/) you can use the [Dev Container](https://code.visualstudio.com/docs/devcontainers/containers) that comes with this Repository. Normally VS Code detects that a development coontainer configuration is available and asks you if you want to use the container. If this doesn't happen you can manually start the container by **F1->DevContainer: Reopen in Container**. This restarts your VS Code in the container and automatically hosts your academic page locally on http://localhost:4000. All changes will be updated live to that page after a few seconds.
73
+
73
74
# Maintenance
74
75
75
76
Bug reports and feature requests to the template should be [submitted via GitHub](https://github.com/academicpages/academicpages.github.io/issues/new/choose). For questions concerning how to style the template, please feel free to start a [new discussion on GitHub](https://github.com/academicpages/academicpages.github.io/discussions).
0 commit comments