specs icon indicating copy to clipboard operation
specs copied to clipboard

Separate specs from website templates

Open lidel opened this issue 2 years ago • 1 comments

Extracted from https://github.com/ipfs/specs/pull/382:

:thought_balloon: would it be possible to separate content from website, so it is easier to work with for people who refuse to deal with anything other than Markdown on Github?

@darobin @hacdias how about: keep src/_includes, src/css, but everything else move to content/ or text/? I was thinking about using symlinks

lidel avatar Mar 29 '23 19:03 lidel

We don't really need symlinks as long as we change spec-generator to copy the stuff to where we need it to be I think. Or rewrite the output path by stripping the content/ from it.

hacdias avatar Mar 30 '23 09:03 hacdias