I have a demo site up with posts on how to customize the theme, and I’m also using it for my personal site. Releases, source code, and theme docs are available in the Github repo.
So I’ve been playing with this theme for a day now, and I have two questions:
Any way to enable Disqus comments?
I’m trying to get the code syntax highlighting (Turn on Syntax Highlighting) to work. The code blocks work (very cool BTW) and HTML is highlighting properly, but Python and LaTeX are not highlighting at all. Example: Testing zone I have this line already in my site footer:
It’s possible to enable Disqus comments by editing the theme’s Post template. I’ll also work on adding it for the next release. I’ll update this post when that change has been made.
For syntax highlighting for additional languages, you’ll need to substitute the Javascript snippet with the relevant one from Prism. (I’m assuming, btw, that you used the instructions on the demo site to get set up.) On Prism, you can choose the languages you want to support. At the bottom of the page, it’ll give you the JS and CSS. You should be able to copy/paste the JS via code injection to get syntax highlighting working on Python, LaTex, etc. For the CSS, it should work with the existing code, unless you want to change the theme.
Finally, I was checking out your site, which looks great, if I do say so myself. (I’m also in academia–philosopher by training), and I noticed some formatting issues because some of the content was either written in Markdown/HTML. This specifically affected images and embeds. These should be fixed with the latest release, so I encourage you to update.
That didn’t appear to do anything – after putting it in the footer and adding my shortname, no comment boxes appear (See for yourself: https://rtalbert.org)
Ugh. I don’t see anything immediately amiss. I ran the script on your site and it worked (see screenshot). My intuition is that it may be in conflict with another script you’re injecting. If you move the code to the top of your injection stack, does it make a difference?
I moved it to the top of the Site Footer code but comments still didn’t show up. I’m assuming you mean this, and not moving it to the site header. I also went through and deleted scripts already in the footer one at a time and then reloaded a post, but the comments never appeared.
This is fantastic work and I’m going to be using this for a while! Just a question - I’d like to make the featured post image ‘full width’ much like it is on the homepage. How would I go about doing that? Furthermore, Is it possible to have the title over this image? Here’s an example: New York City (eduardochiaro.com)
Glad you like it. At present, there’s no good way to do that because of how the image is optimized for the template. I’ll toy around with making a custom template with full size image.
That being said, it’s easy to increase/decrease that maximum. Add the following snippet to your Site Header (under Settings > Code Injection). You can adjust the value up or down as you see fit. Here, the width has been increased by 200 px.