+[8 years ago]AdmiralBumbleBeeaha... I had to create my own link tag like <a href="{% post_url %}#anchor">stuff</a> +[8 years ago]AdmiralBumbleBeethat worked, thanks AdmiralBumbleBee +[8 years ago]dblakemoreHave I come to the right place to get some help reconsiling the behavior of my jekyll plugin with vanilla liquid, or should I just suck it up and wait for a stack overflow answer? +[8 years ago]allejonot many plugin devs here from my experience +[8 years ago]dblakemoreHmm. I guess I'll scour stackoverflow/github for a while and then ask.
+[8 years ago]cbx33Is the theme used for the main jekyll site available to use as a base template? +[8 years ago]marrenarreHi. I have a Sass stylesheet that begins with two lines of "---", making it a page. However, I don't really think of it as a traditional page in the sense that, for example, I'm not going to link to it in my navigation. +[8 years ago]marrenarreI'm trying to render my navigation by iterating through site.pages, but this includes the stylesheet. What would be the best/easiest way to ignore unintended files? +[8 years ago]captn3m0_Is it inside a directory that starts with a _? +[8 years ago]marrenarreNo, it's "main.sass" in the root directory.