w3c / publishingcg

Repository of the Publishing Community Group
https://www.w3.org/community/publishingcg/
Other
19 stars 8 forks source link

initialize jekyll #9

Closed ghost closed 3 years ago

ghost commented 3 years ago

Initialized jekyll by "jekyll new ." Modified _config.yml similar as https://github.com/w3c/epub-wg/ Created an empty _layouts/home.html will feed more information there.

Next step: brush up home.html and add a place for each TF

Jeffxz commented 3 years ago

Thanks @iherman. Yes I did run it locally to test. It's a good point. I also had question of where should it be hosted. Right now we have these which seems a bit duplicated.

https://www.w3.org/community/publishingcg/ https://w3c.github.io/publishingcg/ (the readme in this repo)

Ideally if possible I would like to have template of https://www.w3.org/community/publishingcg/, customize it and put to here with jekyll (https://www.w3.org/publishing/groups/publishingcg/). And then https://www.w3.org/community/publishingcg/ can redirect to https://www.w3.org/publishing/groups/publishingcg/. I can also understand that might take a bit time but also wanted to check if this is doable with @swickr.

Meanwhile I don't mind this jekyll to stay in https://w3c.github.io/publishingcg/ for a bit longer. All we needed is to provide a convenient place (with nav and aside) to let ppl easily find where they should go (including each TFs entry point) from CG home page. This is a bit difficult to be done by just markdown. I do like the theme of https://www.w3.org/community/publishingcg/ but I have no idea how to customize it.

iherman commented 3 years ago

@rakutenjeff,

For the time being, I would say install the whole jekyll environment in this (i.e., https://w3c.github.io/publishingcg/) repo and let us get it running as a bona fide site on github.io. We can then test it.

There is already a pointer from

https://www.w3.org/community/publishingcg/ 

to this repo (on the right-hand side), so if we say that this is the repo for real work, I think people will find it.

If we do a redirection from:

https://www.w3.org/publishing/groups/publishingcg/

(which is doable, and easy to do) then we can probably add that reference to the official home page, too. What seems to be problematic is any redirection from

https://www.w3.org/community/publishingcg/ 

You seem to have two github accounts: @rakutenjeff and @Jeffxz...

ghost commented 3 years ago

Thanks @iherman just keep using github.io sounds good to me. Yeah, one is for work and one is for private. Sometimes I just mixed them...