jbranchaud / splitting-atoms

:dizzy_face: a community-built, community-driven guide to hacking on the Atom editor
http://jbranchaud.github.io/splitting-atoms/
MIT License
355 stars 29 forks source link

Manually list sidebar links to pages #56

Open jbranchaud opened 10 years ago

jbranchaud commented 10 years ago

The sidebar has a set of links after the Home and Blog links that are automatically injected by Jekyll (those that are Jekyll pages). In order to have only specific links listed there and also make sure they are in a particular order, they should just be manually listed. I suggest the sidebar links the following pages in this order:

Are there things that don't fall under these links?

ZucchiniZe commented 10 years ago

Once I get home from school I think I'll takle this.

DWiechert commented 10 years ago

How about a search feature? Can Jekyll easily provide that or would that require some extra work?

jbranchaud commented 10 years ago

@DWiechert This is out of the scope of Jekyll's built-in functionality. If you open another issue on this though, we can discussion what a search solution might look like.

ZucchiniZe commented 10 years ago

Would these be like categories?

jbranchaud commented 10 years ago

@ZucchiniZe No, they are pages that mostly already exist. The are basically what I expect to be the most common starting points for a person that drops into the home page looking for help with Atom.

ZucchiniZe commented 10 years ago

Ok