-
Notifications
You must be signed in to change notification settings - Fork 35
Initialize Blog using Gutenberg #1
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
Conversation
Thanks to @Keats for Gutenberg! |
@japaric do you think we should move the meeting minutes here as well? |
@jamesmunns you're welcome! I'll profit that there are some eyes on that thread to plug getzola/zola#377 since naming is hard. |
@jamesmunns Didn't know about Gutenberg. I'll definitely check it out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but in the screenshot there seem to be some broken links like [Embedded WG]
under Newsletter 9. We should run linkchecker in the CI setup.
I can do the CI / bors / GH settings / GH pages stuff after this lands.
Merging this, @japaric thanks for helping with the ops! |
The CI / bors stuff is done. The blog is temporarily being hosted at https://rust-embedded.github.io/blog/. Before announcing this to the public I would like to suggest renaming the blog posts that correspond to the newsletters. Right now they are named "2018-03-15"; they should be named "2018-03-15-newsletter-1" or just "newsletter 1". My preference would be the later. |
@japaric Was there any conclusion about the non-existing |
Looks like an issue with Gutenberg. The link definition is probably past the "read more" jump, so the article preview doesn't render correctly. The full article does. I'll open an issue there, and see if I can fix it in the meantime. |
This is already fixed in the next release.
…On Mon, 27 Aug 2018, 14:04 James Munns, ***@***.***> wrote:
Looks like an issue with Gutenberg. The link definition is probably past
the "read more" jump, so the article preview doesn't render correctly. The
full article does. I'll open an issue there, and see if I can fix it in the
meantime.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAphoxLyNU55WL2DNJEoMbhhXzzoAbN_ks5uU-BfgaJpZM4WMpoP>
.
|
You mean v0.4.2 (not yet published)? We are using v0.4.1. |
Yep that's right, sorry for the unclear reply. I will probably release
0.4.2 later this week.
…On Mon, Aug 27, 2018 at 2:41 PM Jorge Aparicio ***@***.***> wrote:
This is already fixed in the next release.
You mean v0.4.2 (not yet published)? We are using v0.4.1.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AApho2yQy3WeKEPJ_TpFs9I-oA2NVfIXks5uU-j_gaJpZM4WMpoP>
.
|
This PR initializes the blog using Gutenberg, using the newsletters as our content. This PR adds a blog with the following features:
I have used Gutenberg because I am familiar with it, and it is written in Rust. If you would like to raise any objections to using Gutenberg, feel free to make the case here.
Rendered Screenshot
Still to-do (I need help with these!):
This should not be merged until rust-embedded/wg#191 has landed.