tohojo / bufferbloat-net

The source repository for the bufferbloat.net web site
https://www.bufferbloat.net
Other
52 stars 32 forks source link

Update site #23

Closed richb-hanover closed 7 years ago

richb-hanover commented 7 years ago

Improve What to do about Bufferbloat page Deprecate /cerowrt/wiki branch of wiki Pull (still) relevant pages into /bloat/wiki

tohojo commented 7 years ago

Should probably say Hugo 0.16 and not higher, now that newer versions are going to stay broken...

Will test that it builds on that version and then merge it... :)

richb-hanover commented 7 years ago

Are we stuck at Hugo 0.18? Or can we drop back to version 0.16?

In any event, I have raised a bug report on Hugo site, and also asked about workarounds on the Hugo discussion site.

I suspect it's pretty straightforward (although agonizing) to fix. Just change:

Yuck.

tohojo commented 7 years ago

We're stuck at 0.16. That is what the builder for the live site is running, anything newer is broken.

I'm not sure it's just a matter of changing prefixes. I think we need to switch to the other internal link syntax, which us awful... Or we could just stay on 0.16; there's no compelling reason to upgrade, really...

tohojo commented 7 years ago

As for the contents of this: Why do some of your links have target=_blank?

richb-hanover commented 7 years ago

target="_blank" (or target="anything") opens the linked page in a new tab/page, instead of replacing the current contents.

tohojo commented 7 years ago

Sure, but why are you doing that for links to the same site?

richb-hanover commented 7 years ago

I often do it for links from some main page, so that people can close all the sub-pages and still have see the main page.

But I see that I've done it inconsistently here, and it'll only happen on the main page (because it's HTML, not Markdown). So those should be removed for cross-site consistency.

tohojo commented 7 years ago

OK, I'll get rid of them while merging...

richb-hanover commented 7 years ago

Hmmm... After an hour of waiting (post-merge of my PR into master), the required checks haven't completed. Would you check? Thanks.

tohojo commented 7 years ago

That's because you merged it into the master branch of your own repository, not this one... ;)

Closed in c34a151