File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,15 @@ All files that you'll want to modify are found in the `src/` directory
53
53
54
54
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
55
55
56
- ### Publishing to github
56
+ ### Publishing to github with assets included
57
57
58
58
- ` npm run build ` will build it into the ` dist ` directory
59
59
- Or, if you use github actions, you should be able to just change files
60
60
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
+
61
65
### Taking into HAXiam or HAXcms local versions
62
66
63
67
` npm run local-build ` will build it into the ` dist ` directory, tweaking paths to be more compatible with HAXcms local and shared hosting solutions
You can’t perform that action at this time.
0 commit comments