Jamie Wilson
Jamie Wilson
This could either be achieved by allowing the post author to add custom tags to the post or by creating a limited list of predefined categories (e.g. Tutorials, Snippets, Video,...
Questions this brings up: - Can you reply to comments? (i.e. nested comments) ([reference](http://www.elezea.com/2015/09/how-to-display-threaded-discussions-on-the-web/) - would notifications be needed to make comments worthwhile?
Possible additional content/features for this page include: - Comments (see #14) - Links to profiles of people who've starred it - Links to projects that the resource has been used...
Moderators with Admin priveledges would have access to all posts in or to: 1. Remove any posts that don't make sense (i.e. not CSS related) 2. Fix small spelling errors...
Create one-click signup at account creation with user's email and Mailchimp API
**New Tab** - Open links in new tab? **Default Sort** - Newest - Oldest - Most Stars - A–Z - Z–A
I noticed that there's always a difference between the number of stars a repo has in the search results and the number of stars displayed on the repo itself. I'm...
First tab to search, second tab to logo/home link, third to next anchor, currently first link in the nav
Here's my metalsmith pipeline: ``` javascript metalsmith(__dirname) .use(markdown()) .use(prism()) .use(metadata()) .use(permalinks()) .use(inplace()) .use(layouts()) .use(assets()) .use(sass()) .use(prefix()) .use(uglify()) .use(browsersync(files: [ "layouts/**/*", "pages/**/*", "assets/**/*" ])) .build(); ``` Any ideas? Do I need...