|
1 | 1 | # Table of Contents
|
2 | 2 |
|
| 3 | +- [Table of Contents](#table-of-contents) |
3 | 4 | - [Installing and Deploying](#installing-and-deploying)
|
4 | 5 | - [Recommended Approach](#recommended-approach)
|
5 | 6 | - [Local Setup on Windows](#local-setup-on-windows)
|
6 | 7 | - [Local Setup using Docker (Recommended)](#local-setup-using-docker-recommended)
|
7 | 8 | - [Build your own docker image](#build-your-own-docker-image)
|
8 |
| - - [Local Setup (Legacy)](#local-setup-legacy) |
| 9 | + - [Local Setup with Development Containers](#local-setup-with-development-containers) |
| 10 | + - [Local Setup (Legacy, no longer supported)](#local-setup-legacy-no-longer-supported) |
9 | 11 | - [Deployment](#deployment)
|
10 | 12 | - [For personal and organization webpages](#for-personal-and-organization-webpages)
|
11 | 13 | - [For project pages](#for-project-pages)
|
@@ -74,7 +76,12 @@ $ docker compose up --build
|
74 | 76 |
|
75 | 77 | If you want to use a specific docker version, you can do so by changing `latest` tag to `your_version` in `docker-compose.yaml`. For example, you might have created your website on `v0.10.0` and you want to stick with that.
|
76 | 78 |
|
77 |
| -## Local Setup (Legacy) |
| 79 | +## Local Setup with Development Containers |
| 80 | + |
| 81 | +`al-folio` supports [Development Containers](https://containers.dev/supporting). |
| 82 | +For example, when you open the repository with Visual Studio Code (VSCode), it prompts you to install the necessary extension and automatically install everything necessary. |
| 83 | + |
| 84 | +## Local Setup (Legacy, no longer supported) |
78 | 85 |
|
79 | 86 | For a hands-on walkthrough of running al-folio locally without using Docker, check out [this cool blog post](https://george-gca.github.io/blog/2022/running-local-al-folio/) by one of the community members!
|
80 | 87 |
|
@@ -176,7 +183,7 @@ In its default configuration, al-folio will copy the top-level `README.md` to th
|
176 | 183 |
|
177 | 184 | **Note:** Do _not_ run `jekyll clean` on your publishing source repo as this will result in the entire directory getting deleted, irrespective of the content of `keep_files` in `_config.yml`.
|
178 | 185 |
|
179 |
| -### Upgrading from a previous version |
| 186 | +## Upgrading from a previous version |
180 | 187 |
|
181 | 188 | If you installed **al-folio** as described above, you can configure a [GitHub action](https://github.com/AndreasAugustin/actions-template-sync) to automatically sync your repository with the latest version of the theme.
|
182 | 189 |
|
|
0 commit comments