Final collection not loading #175
Unanswered
Abuechel22
asked this question in
Q&A
Replies: 2 comments 13 replies
-
|
I'm not sure which repo you're working on, but in both the A-B one and the
practice collection, your _config.yml file needs to be adjusted.
Go through and check every value to make sure there is a space after the
colon. For instance:
title:practice-collection-
should be -->
title: practice-collection-
And in the A-B one, the tagline: needs a space before the value
And in the embroidery one, you've added this code to the _config.yml:
{%- assign uniqueYears = clean-years | replace: ";;",";" | split: ";" |
compact | uniq | sort -%}
{%- if uniqueYears == empty or uniqueYears == nil -%}
{%- assign uniqueYears = "" | split: "" -%}
{%- endif -%}##########
Remove that!
The other issue: your metadata value (after `metadata: `) needs to have no
spaces in it, so you'll need to rename that file in your repo (or upload a
file that you change on your own computer) and put in a new value. For
instance in practice collection:
metadata:Infor Org_GH_SHEETS_CollectionBuilder_Metadata - Sheet1 (2)
Should be
metadata: InforOrg_GH_SHEETS_CollectionBuilder_Metadata-Sheet1
and you should rename that file
`Infor_Org_GH_SHEETS_CollectionBuilder_Metadata-Sheet1.csv` and upload it
to your _data folder.
I removed the spaces and the parenthetical -- parentheses will break the
file name as well.
So it all has to do with your _config.yml file and your metadata file being
correctly formatted and named. Look here for more information:
https://collectionbuilder.github.io/cb-docs/docs/config/#common-yaml-errors
…On Mon, Apr 20, 2026 at 8:50 AM Abuechel22 ***@***.***> wrote:
I have followed all the steps to create a digital collection, but now
nothing is loading onto the final site. When I got the link to my site once
it went live, I clicked "visit site," but nothing has loaded. If anyone has
suggestions or help to get this to work that would be amazing!
—
Reply to this email directly, view it on GitHub
<#175?email_source=notifications&email_token=ACTM4GL755GIK4VUF3HY72D4WZBK7A5CNFSNUABAM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63RPHE4TCNZXGY22M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTM4GPRFM3NAO7A3MUQH634WZBK7AVCNFSM6AAAAACX7ZKRNCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZHEYTONZWGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: <CollectionBuilder/collectionbuilder.github.io/repo-discussions/175@
github.com>
|
Beta Was this translation helpful? Give feedback.
8 replies
-
|
I do see that. The map isn't working now. I fixed the coordinates, but nothing is loading on the map page. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have followed all the steps to create a digital collection, but now nothing is loading onto the final site. When I got the link to my site once it went live, I clicked "visit site," but nothing has loaded. If anyone has suggestions or help to get this to work that would be amazing!
Beta Was this translation helpful? Give feedback.
All reactions