I do have one other question. When I add categories and tags to a pages front matter. The corresponding category or tag when click doesn’t go anywhere. There’s no page created. It doesn’t give any error when clicked but just shows the loading animation. Do I need to create the individual category and tag pages myself? And if so how. And if not, what is the process of getting the pages auto created?
Oh the problem is its grabbing the css/js files (Which I installed into the app) but also appending the category to the get request for the css/js files.
Okay I have to use ejs not html.
This:
<%- js(['css/mathjax/MathJax.js'])%>
Not this:
<script src="css/mathjax/MathJax.js"></script>
For anyone who wants to install the CSS/JS within the application itself.
I do have one other question. When I add categories and tags to a pages front matter. The corresponding category or tag when click doesn’t go anywhere. There’s no page created. It doesn’t give any error when clicked but just shows the loading animation. Do I need to create the individual category and tag pages myself? And if so how. And if not, what is the process of getting the pages auto created?
Oh the problem is its grabbing the css/js files (Which I installed into the app) but also appending the category to the get request for the css/js files.