Tony Crowe

Results 42 comments of Tony Crowe

@yuki-takei Thank you! I wont be able to look at it for a few days but I will review this and test again soon. 👍

Hey @derikb 👋 One option for advanced users and theme makers is to use those variables directly. These will be the variables available by default: https://hexo.io/docs/front-matter#Settings-amp-Their-Default-Values https://hexo.io/docs/variables#Page-Variables In the front...

If you jump into your templates in `./theme/your-theme/...` you can start outputting the data and you can see what's in it. It just takes a little time and effort.

Thanks @AionJayT 👍

@warrenwx Can you explain more please? What is your scaffold? This? https://github.com/hexojs/hexo-starter/tree/master/scaffolds

I'm not sure what is wrong. The original error looks like a YAML parsing error. Maybe if you open up the file that errors you can add `console.log(...)` to find...

I too cannot build it and I am unsure why. ```sh node -v # v12.13.0 npm -v # 6.12.0 ``` Sample output ``` > node-gyp rebuild CC(target) Release/obj.target/tree_sitter_html_binding/src/parser.o CXX(target) Release/obj.target/tree_sitter_html_binding/src/scanner.o...

This might be caused by the way babel transforms the svelte output. For example one of my components outputs this text in the class definition. ```js class StyleGuide extends SvelteComponentDev...

Yeah @ahuigo that is an ongoing discussion what to do with large sites. Any ideas? Just keep in memory or what? The `db.json` is a cache so it doesn't re-parse...

@puremana Thank you for adding your experience with this as I am investigating the dates and timezones!