src-d / blog

source{d} blog
https://blog.sourced.tech/
GNU General Public License v3.0
27 stars 41 forks source link

Fix issues / finalize Ghost setup #312

Open vcoisne opened 4 years ago

vcoisne commented 4 years ago

Thank you @vmarkovtsev for creating this doc with the list of tasks left to finalize a proper ghost setup

https://docs.google.com/spreadsheets/d/15ysW90Onf5cdYV-4SXd-JK7YzjOkLLq8EX6VUbgA4eg/edit#gid=0

@znegrin please review and let me know if you have any questions. More context in this issue: https://github.com/src-d/blog/issues/282

znegrin commented 4 years ago

Hi @vcoisne,

I just tried to go and check the document but I have no permission. I just asked for it.

Thank you.

vmarkovtsev commented 4 years ago

Permissions have been granted.

znegrin commented 4 years ago

Thank you!

On Mon, Oct 7, 2019 at 12:20 PM Vadim Markovtsev notifications@github.com wrote:

Permissions have been granted.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/src-d/blog/issues/312?email_source=notifications&email_token=ADSJSXHWQZZGI3F6WLH2XPLQNMEN7A5CNFSM4IXKHEWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAPYOLY#issuecomment-538937135, or mute the thread https://github.com/notifications/unsubscribe-auth/ADSJSXGD2QQBHUPODM464TDQNMEN7ANCNFSM4IXKHEWA .

znegrin commented 4 years ago

I am checking the blog issues and in terms of the code insertion, it seems that it wasn't inserted as in the example post. The blog theme is powered with prism.js, which allows to insert the code as a markdown block as explained here:

https://www.matthiggins.dev/ghost-cms-and-syntax-highlighting/

Basically it needs to be introduced with:

``` followed by the language type, e.g. ```language-javascript

I can check the posts with issues to see if I can fix them.

znegrin commented 4 years ago

The headers are now fixed. It seems that there was a bug on the theme headers making them uppercase but it is now solved.

image

znegrin commented 4 years ago

I added a fix to make all code blocks work fine, event without using prism.js on markdown, although it would be the best option for a proper highlight of the code.

image

vcoisne commented 4 years ago

Thank you @znegrin

If I am following correctly, minus some minor formatting issues (which I can take care of fixing myself), it looks like the only ghost setup issue left is:

cc @vmarkovtsev

vcoisne commented 4 years ago

Ping @znegrin @vmarkovtsev ?

znegrin commented 4 years ago

Hi @vcoisne,

It is now integrated on the blog. I made a quick test to check it out:

image

To make it sure that it works, the formula code must be inserted as a markdown block.

vmarkovtsev commented 4 years ago

Please let me know if something particular is waiting for my review @znegrin

znegrin commented 4 years ago

Hi @vmarkovtsev,

I basically reviewed and fixed the design issues on the blog side. It probably needs some work on individual posts to make them look better but now from the template side, everything is ready. I fixed these points:

The other issues are meant to be fixed in the content of the individual posts. Please let me know if there is something else design related that need fixing by my side.

Thank you!

vmarkovtsev commented 4 years ago

@znegrin Regarding the code blocks, the scrollbars should be hidden if they are not needed. For example, at https://blog.sourced.tech/post/handshakes_pagerank/

image

vmarkovtsev commented 4 years ago

@znegrin I guess that the following items are design-related:

Regarding the headers, please @ricardobaeta correct me if I am wrong but this is a feature, not a bug.

vmarkovtsev commented 4 years ago

@vcoisne The main complexity now seems to be in porting LaTeX from the old posts. I wonder if we can find somebody to freelance this.

vcoisne commented 4 years ago

@vmarkovtsev @znegrin integrated MathJax so do we need LaTex ? Happy to help with the updates to get it over with once for all :)

vmarkovtsev commented 4 years ago

@vcoisne MathJax is a rendering engine for LaTeX.