alps-io / imports

Collection of imported vocabularies from other sources (e.g. IANA, Schema.org, microformats, etc.) converted into ALPS documents.
https://alps-io.github.io/imports/
7 stars 2 forks source link

Publish a web site using GitHub pages #17

Closed koriym closed 2 years ago

koriym commented 2 years ago

Publish the import web site in https://alps-io.github.io/imports/.

Web publishing is done by GitHub actions. It will be updated manually or by cron once a week.

koriym commented 2 years ago

It's already published in Jekyll !! I'm going to close this PR; it would be nice if the README indicated the URL.

koriym commented 2 years ago

https://koriym.github.io/imports/

I'll also leave my version's URL for the record.

dillonredding commented 2 years ago

It's already published in Jekyll !! I'm going to close this PR; it would be nice if the README indicated the URL.

@mamund, could you set the website URL to the GitHub pages for this repository? That requires admin access 😄

koriym commented 2 years ago

@dillonredding I found yours is the better. ;) GitHub action added but it helps a little.

koriym commented 2 years ago

@dillonredding I didn't find your script which also produces index.html?

dillonredding commented 2 years ago

@koriym index.md is generated in /schema.org/src/index.ts. Jekyll takes care of converting that to HTML.

dillonredding commented 2 years ago

@dillonredding I found yours is the better. ;) GitHub action added but it helps a little.

I really like the idea of a reoccurring action to keep everything up-to-date! We'll need to update the script to pull from Schema.org rather than a local copy for that to have any effect though.

mamund commented 2 years ago

so what is the URL that we should be using?

koriym commented 2 years ago

"import site" URL is https://alps-io.github.io/imports/ .

mamund commented 2 years ago

updated the repo's website URL to point to https://alps-io.github.com/imports/

cool?

dillonredding commented 2 years ago

Perfect 😁 Thanks, @mamund!

mamund commented 2 years ago

np.

koriym commented 2 years ago

https://alps-io.github.io/imports/ not https://alps-io.github.com/imports/. But the updated URL is fine. Thanks!