thangngoc89
Khoa Nguyen
5 posts
Recent Posts
-
Sam's Simple Theme
Theme 2015-01-26 12:23 Post #123A little off topic but you should use lazy load for your site. -
Sam's Simple Theme
Theme 2015-01-12 14:43 Post #115Some hack around inspired by this topic <script> Discourse.HTML['categoryStyle'] = function(category) { var color = Em.get(category, 'color'), textColor = Em.get(category, 'text_color'); if (!color && !textColor) { return; } // Add the custom style if we need to var style = ""; if (color) {... -
Sam's Simple Theme
Theme 2015-01-10 19:05 Post #104Here is a good base for customize on our own https://meta.discourse.org/?preview-style=ab0d551a-aa4b-4590-82b2-f13859205808 -
Sam's Simple Theme
Theme 2015-01-10 16:18 Post #102@chapel @sam where can I find the full template for customize ? -
Sam's Simple Theme
Theme 2015-01-09 09:17 Post #99I really this design. I think that overwrite ember template is better then use javascript to move things around