Skip to content

Commit 2315624

Browse files
committed
updated docs
1 parent 905ea3d commit 2315624

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,15 @@ All files that you'll want to modify are found in the `src/` directory
5353

5454
Publishing with hax11ty is a snap and we have multiple methods of publishing we support. As long as you stick to just modifying the files mentioned
5555

56-
### Publishing to github
56+
### Publishing to github with assets included
5757

5858
- `npm run build` will build it into the `dist` directory
5959
- Or, if you use github actions, you should be able to just change files
6060

61+
### Publishing to github leveraging CDN network
62+
- `npm run build:cdn` will publish your site as if it is leveraging our CDN network
63+
- This will default to cdn.webcomponents.psu.edu but can be set to point to other sources in `src/settings.js`
64+
6165
### Taking into HAXiam or HAXcms local versions
6266

6367
`npm run local-build` will build it into the `dist` directory, tweaking paths to be more compatible with HAXcms local and shared hosting solutions

0 commit comments

Comments
 (0)