Kevin Lin

Results 8 comments of Kevin Lin

Ah, so this is the source repository for the Jekyll theme. The recommended approach to using Just the Docs is to [set it as your Jekyll site's `remote_theme`](https://pmarsceill.github.io/just-the-docs/#quick-start-use-as-a-github-pages-remote-theme). @pmarsceill could...

Not really a fix, but an alternative way to implement custom navigation links is by [editing the `_layouts/default.html`](https://github.com/kevinlin1/just-the-class/discussions/12#discussioncomment-1928888). This doesn't get around the version skew problem, but could be preferable...

Sure, let's keep the autograder internals out of the way. Will there still be a "developer mode" to manually override those scores without diving into the database?

Thanks for the replies. I also like @JPrevost's idea about modularized layout components: I could see there being page-scope front matter variables for disabling the: - side navigation bar -...

I wonder if it might also be helpful to provide a workflow to allow website designers to define pre-configured layouts. For example, it might be annoying to have to always...

Thanks for starting this discussion! The main place for possible upstream changes would be in `_sass/custom/custom.scss` where I have some stylistic overrides to provide different defaults for HTML `code`, `iframe`,...

Thanks! I just opened just-the-docs/just-the-docs#959 for discussion.

Yeah, `.main-content-wrap` is needed for the minimal layouts the way I designed `div`s in the layout. The grid format for definition lists (`dl`, `dt`, `dd`) work fine for short definition...