https://github.com/tolerious/tolerious.github.ioq
https://github.com/tolerious/tolerious.github.ioq
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tolerious/tolerious.github.ioq
- Owner: tolerious
- License: other
- Created: 2019-01-19T10:30:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T05:25:46.000Z (almost 7 years ago)
- Last Synced: 2025-09-12T00:03:30.748Z (4 months ago)
- Language: JavaScript
- Size: 4.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Project Pages
Project Pages is Jekyll Template specifically geared towards collaborative science. For more information, click [here](https://github.com/projectpages/project-pages/wiki/).
# Nav Bar Jumbles
If you have seemingly random pages popping up on your Nav Bar recently, this is due to the fact that GitHub/Jekyll changed a fundemental rule they used to render pages.
## CAUSE:
It used to be that if a markdown file didn't have `---` frontmatter at the beginning, it wasn't rendered as a page. This was changed very recently (like in the last 2 days) so that every markdown file anywhere no matter what gets rendered as a page.
## FIX:
1) Go to:
`project-pages/plugin/projector/` or `yourreponame/plugin/projector/` and delete the `README.md` file. This can be done graphically for the non-Git-savvy by simply going to your:
GitHub account -> Your Profile -> Repositories -> Project-Pages/Your Repo -> Plugin -> projector
and clicking on the files, then clicking on the "thrash can / delete this file" icon on the top right corner of the file.
2) Go to:
`project-pages/css/theme/` or `yourreponame/css/theme/` and delete the `README.md` file. This can be done graphically for the non-Git-savvy by simply going to your:
GitHub account -> Your Profile -> Repositories -> Project-Pages/Your Repo -> Plugin -> projector
and clicking on the files, then clicking on the "thrash can / delete this file" icon on the top right corner of the file.