Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Local environment points to remote resources #85

Open
khoslaventures opened this issue Oct 5, 2018 · 5 comments
Open

Local environment points to remote resources #85

khoslaventures opened this issue Oct 5, 2018 · 5 comments

Comments

@khoslaventures
Copy link
Contributor

khoslaventures commented Oct 5, 2018

I tried making a small change to the website in terms of styling to improve readability, but I noticed none of my CSS changes were showing up in the local jekyll staging. Culprit is that all the resources are basically remote pointing to Interledger.org. Any ideas why it's configured this way? Is there some base URL being applied somewhere that's messing with all the links?

image

@khoslaventures
Copy link
Contributor Author

Have a look here:

<base href="https://interledger.org/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The protocol for connecting blockchains and other ledgers">

Commenting out the first line solves the issue. Is this needed?

@adrianhopebailie
Copy link
Collaborator

It is for now but maybe we can come up with a better solution?

The content of github.com/interledger/rfcs is rendered at https://interledger.org/rfcs and to make that work we need the URL base.

If you can propose a change to the publish script in the rfcs repo that would publish into a folder of interledger.github.io instead that might solve the issue?

@khoslaventures
Copy link
Contributor Author

khoslaventures commented Nov 19, 2018

@adrianhopebailie Would you be interested in seeing a new website layout (including refreshed stack,
whether it's jekyll or something else) down the line for this? Something that'd be just as easy to maintain and plays well with the RFCs?

@adrianhopebailie
Copy link
Collaborator

Sure, the website hasn't changed for a long time and we probably need to think about better information organisation now that we have so much to consume.

We probably need a better "overview" page that visually puts the pieces together and links to the appropriate RFCs.

This feels like quite a big project but if we have a willing group to work on it I'd be up for co-ordinating. I'm sure @emschwartz would be keen to help too.

@khoslaventures
Copy link
Contributor Author

khoslaventures commented Nov 20, 2018

That's great! Along with the RFCs, I'm wondering if you guys have plan for developer docs, sort of like this: https://plaid.com/docs/#overview

Also having official Sourcegraph support for all the repos in interledger-js would make things so much easier in terms of navigating code, how things connect, etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants