Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
| 1 | $ hexo new "My New Post" | 
More info: Writing
Run server
| 1 | $ hexo server | 
More info: Server
Generate static files
| 1 | $ hexo generate | 
More info: Generating
Deploy to remote sites
| 1 | $ hexo deploy | 
More info: Deployment
Read more
 
    
  Notes On Creating A Hexo Theme
      
	Information about developing a Hexo theme, including common gotchas that we ran into.  This posts covers setting up a hexo development environment, and the seperation of theme and content.
      
    
    Read more
 
    
  How To Impress Employers at Infosessions
      
	Top tech talent knows that industry recruiters often bring a stack of pre-negotiated offers to university infosessions, so that they can snag programmers and UX designers who really stand out.
      
    
    Read more
 
    
  NAV Web Service Programming Resources
      
	Here are some of the resources I found helpful for learning to develop Dynamics NAV web service based applications.
      
    
    Read more
 
    
  Adding Lookup Field to a Page in Dynamics NAV
      
	One of the problems I faced in building a non-trivial application that consumed NAV Web Services was figuring out how to join fields from different tables.
      
    
    Read more
 
    
  Static NGINX Locations
      
	Everytime I finish a project, I have to relearn how to add new 'locations' (paths) to the NGINX virtual host.
      
    
    Read more
 
    
  Spaces for Newline Indents in VS
      
	Visual Studio displays tabs as having the same  width as four spaces.  But if you're collaborating with someone working  in another text editor like vim, your automatically-inserted tabs will appear larger than four spaces.
      
    
    Read more
 
    
  Welcome To Hexo
      
	Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on github.
      
    
    Read more