-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First draft of CLI website #46
Comments
I believe it should probably be a similar setup as the WebAssembly working group with both a jekyll site and mdbook. As mdbook is not a good landing page, and there needs to be a way to show other content such as the newsletter or anything else we want to publish. |
I'd try to avoid using more than one tool. I don't think we have the
bandwidth to publish regular blog posts or a newsletter for once. We can
try to publish sections of a "book" (think: short guides, summaries of
interesting crates, etc.) in their place, too. These can also be updated
regularly---which is as much blessing as it is curse (people will expect
this to be up to date).
But: Part of creating a theme for mdbook would include a very customized
start page! Any ideas? :)
…On Wed, 25 Jul 2018, 16:11 Aaron Power, ***@***.***> wrote:
I believe it should probably be a similar setup as the WebAssembly working
group with both a jekyll site and mdbook. As mdbook is not a good landing
page, and there needs to be a way to show other content such as the
newsletter or anything else we want to publish.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/rust-lang-nursery/cli-wg/issues/46#issuecomment-407768099>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABOX39wPAItFHvaNgU7lZq7cZHtsUw9ks5uKHyGgaJpZM4VdVgE>
.
|
Definitely something that looks like a terminal matrix style :P |
To be a book that includes best practises and pattern does sound very desirable. For later consultations a good overview about what changed (dropped pattern, etc.) would also be really nice. Personally I do prefer a book since its easier and faster to comprehend the structure of it and straight forward to use as a lookup source. Content to coverTo be more precise on the content I would assume on a cli-wg book to have:
Referenced contentIf such a book is meant to be an introduction about developing a cli application, there are topics I would not cover but only reference. Further read if you will. As such further read topic I would assume the following topics to fit right into this:
Possibly to considerI don't know much about the cross-platform problem (#10) but since the related thread is rather active I assume it has relevance for cli as well. |
This is now live at https://rust-lang-nursery.github.io/cli-wg/ I'll close this "first draft" issue and will open new ones if necessary, but will try to keep general content discussions in #45. |
cf. #45 for general idea
Let's get a website up and running, with some drafts for content, but no need to have anything ready and polished.
Decide
The text was updated successfully, but these errors were encountered: