-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Publishing via GitHub pages | ||
Maybe you want to publish multiple files without having to go through the workbench UI. This section will illustrate how to do this for any project you might have. | ||
|
||
1. Go to your dhsi-iiif-2024 folder | ||
2. Add your manifests in any structure you would like. | ||
3. Send these files to github. | ||
4. `git add .` | ||
5. `git commit -m "add manifest files"` | ||
6. `git push origin main` | ||
7. In the browser go to your fork | ||
8. Click on the settings tab | ||
![](imgs/1-github-publishing.png) | ||
9. Click on the pages panel from the sidebar | ||
![](imgs/2-github-publishing.png) | ||
10. Underneath the branch section click on the dropdown and choose main. | ||
![](imgs/3-github-publishing.png) | ||
11. Click the save button | ||
![](imgs/4-github-publishing.png) | ||
12. It will take about a minute for your site to build. After it has built, the content will be visible at `[github_username].github.io/[repository_name]`. If you follow the folder path your manifest you should be able to view it in the browser. `[github_username].github.io/[repository_name]/path/to/file/filename.json` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
placeholder |