Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Front Matter and Nav Missing #11

Closed
stephenway opened this issue Jan 28, 2016 · 6 comments
Closed

Front Matter and Nav Missing #11

stephenway opened this issue Jan 28, 2016 · 6 comments
Assignees
Labels

Comments

@stephenway
Copy link
Collaborator

Just upgraded to 1.4.0 and my front matter and nav are missing. I paired it down to 2 partials as well and it won't work for some reason.
screen shot 2016-01-28 at 2 19 37 pm

In my processors:

require('mdcss')({
       theme: require('mdcss-theme-github')({
               js: ['dom.js'],
               css: ['style.css', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,600,700',
 'https://fonts.googleapis.com/icon?family=Material+Icons'],
               examples: ({
                       htmlcss: '',
                       bodycss: 'margin:1em;',
                       css: ['style.css', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,6
00,700', 'https://fonts.googleapis.com/icon?family=Material+Icons']
               })
       })
}),

My front matter is formatted like this:

/*---
 title: Grid
 section: Utilities
 ---

 Docs...

*/

If this is more related to how the github theme works, then I can move this issue to that repo? Thanks

@jonathantneal
Copy link
Collaborator

I’m so sorry to hear about this. This project is fairly near to my heart, so I’ll see if I can look into it tonight. I have a pretty full plate, but I don’t want anyone to feel turned away by mdcss.

@stephenway
Copy link
Collaborator Author

Thanks @jonathantneal I understand and respect your time.

@jonathantneal
Copy link
Collaborator

Thanks for your patience. I was able to fix the problem and I’ve published the update!

@stephenway
Copy link
Collaborator Author

Awesome, thanks for the quick turn-around! 👍

@jonathantneal
Copy link
Collaborator

Would you confirm that it’s working for you so that we might close this?

@stephenway
Copy link
Collaborator Author

Confirmed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants