Skip to content
#

blog-theme

Here are 326 public repositories matching this topic...

eMous
eMous commented Apr 2, 2019

In your head.html page:

  {% if page.mathjax %}
  <script type="text/x-mathjax-config">
    MathJax.Hub.Config({
    tex2jax: { inlineMath: [["$","$"],["\\(","\\)"]] },
    "HTML-CSS": {
      linebreaks: { automatic: true, width: "container" }
    }
});
</script>

But in index.html, it can not expose an variable which is dynamically decided by the post pages to the

gatsby-theme-novela
mjsarfatti
mjsarfatti commented Jan 29, 2020

Prerequisites

  • Have you searched the issue tracker for similar issues (either past or present)?
  • Can you reproduce the issue consistently?
  • Are you reporting to the correct repository?
  • Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
    _I can but I don't have the time right now, I don't know when I'll be able
vedantpuri
vedantpuri commented Apr 11, 2018

This is a bug I noticed while developing my portfolio using this theme. On Google Chrome and on Safari on an iPad/ iPad Pro, after clicking on any one of the links in the navbar, the page scrolls to the respective section, but once I scroll back to the carousel section the clicked link remains blue [hover status] instead of changing back to white.

This issue is specific to only these two platfo

bug
alanorth
alanorth commented Nov 27, 2016

It would be pretty compatible with blog conventions to have your Twitter, Google+, Facebook, etc links on the sidebar. It should be optional and ideally use the existing config options where possible (like params.social.twitter, which is already used by Twitter cards).

This could perhaps be enumerated like a menu, or like the social sharing links, and we could show Font Awesome icons for each

Improve this page

Add a description, image, and links to the blog-theme topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blog-theme topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.