When I loop over the pages on my jekyll site it picks up on one of your files that your created.
However I don't see that file in my directory.
{% assign sorted_pages = site.pages | sort:"order" %}
sorted_pages.url will output /assets/css/style.css in the loop. And at the top of the file has your name on it with your github url.
When I loop over the pages on my jekyll site it picks up on one of your files that your created.
However I don't see that file in my directory.
{% assign sorted_pages = site.pages | sort:"order" %}sorted_pages.urlwill output/assets/css/style.cssin the loop. And at the top of the file has your name on it with your github url.