|  jrtechs | 2ef43a6872 | Refactored the admin page to be hosted under /admin again. | 7 years ago | 
				
					
						|  jrtechs | aa88b4429f | Refactored code to use a single place for loading static content such as html, css, js and image files. I also moved the render blog content outside of the server.js to give more readability. | 7 years ago | 
				
					
						|  jrtechs | dd2fe9f067 | Modified this code to work with "other projects" and render SVG images properly. | 7 years ago | 
				
					
						|  jrtechs | ada1aad65d | Got the basic functionality of getting project websites under the node application done with the steam graph project. | 7 years ago | 
				
					
						|  jrtechs | 149ba3207f | Fixed issue with wrong CDM used by MathJax. Fixes #13 | 7 years ago | 
				
					
						|  jrtechs | f2aa2d3978 | Fixed issue icons on the contact page and the contact page not appearing after last refactor. Fixes #12 | 7 years ago | 
				
					
						|  jrtechs | fd5c6743c6 | Updated footer to use light weight svg images instead of font awesome. | 7 years ago | 
				
					
						|  jrtechs | 5a2828c4df | Added a very basic latex support for blog posts using pandoc. | 7 years ago | 
				
					
						|  jrtechs | 0803b2ed43 | Refactored file structure of the website to create more uniformity. | 7 years ago | 
				
					
						|  jrtechs | 6f1cda016f | Finalized the contact form's code for the website. | 7 years ago | 
				
					
						|  jrtechs | 793bac2fef | Finished validating the captcha and sending the email with nodemailer. | 7 years ago | 
				
					
						|  jrtechs | e89af8fbac | Worked on creating contact page | 7 years ago | 
				
					
						|  jrtechs | 8bfb0bfa1e | refactored includes.js to deal with all static content for the website. | 7 years ago | 
				
					
						|  jrtechs | a74333a0c4 | Refactored image code | 7 years ago | 
				
					
						|  jrtechs | ec91c40b81 | Fixed the server from not serving txt files for sitemap.txt and robots.txt | 7 years ago | 
				
					
						|  jrtechs | d1a80af430 | Started working on back end server analytics. | 7 years ago | 
				
					
						|  jrtechs | 7bb4f78815 | Updated the color scheme of website to match portfolio website and added purged the css file to make it smaller. | 7 years ago | 
				
					
						|  jrtechs | f51563660c | Updated color scheme to be all blue. | 7 years ago | 
				
					
						|  jrtechs | e69420f1d8 | Final changes to the node-website-optimization blog post. | 7 years ago | 
				
					
						|  jrtechs | 8161f86c5f | Created admin server and fixed code highlighting. | 7 years ago | 
				
					
						|  jrtechs | 5019cf6f14 | Started template of website optimization website. | 7 years ago | 
				
					
						|  jrtechs | 7e155dfb4f | Updated footer's copyright notice to not include a year. | 7 years ago | 
				
					
						|  jrtechs | 2f39c750c1 | Purged the css to make it smaller (removed unused css) | 7 years ago | 
				
					
						|  jrtechs | e8c27d6f6c | Replaced highlight.js with some server side rendering and improved css transfer by allowing compression in header. | 7 years ago | 
				
					
						|  jrtechs | 8f5697bb59 | Updated a header with a ETag for caching | 7 years ago | 
				
					
						|  jrtechs | 52ed77edf6 | Updated menu to use custom JS instead of jquery and boostrap to save some space, and updated cache expiration time. | 7 years ago | 
				
					
						|  jrtechs | b837b5c98f | Leveraged both client and server side caching. | 7 years ago | 
				
					
						|  jrtechs | 41de3d6e5d | Updated category and sidebars pages to do stuff in a "perfect" async fashion. | 7 years ago | 
				
					
						|  jrtechs | 4534e5534d | Updated the homepage to use better async methods for performance. | 7 years ago | 
				
					
						|  jrtechs | ec0fac0c1d | Updated http to https | 7 years ago | 
				
					
						|  jrtechs | d65187fcb5 | Prevented people from simply pointing their host names to my website and ripping off my content. | 7 years ago | 
				
					
						|  jrtechs | b7bfd84d9d | Added documentation and fixed the nav bar. | 7 years ago | 
				
					
						|  jrtechs | 2e128d3496 | Updated the admin login page to work with boostrap | 7 years ago | 
				
					
						|  jrtechs | 25b5635125 | Updated the header and fiddled with the color scheme (again) | 7 years ago | 
				
					
						|  jrtechs | ac722f1ecc | Updated the color scheme of the sidebar and buttons | 7 years ago | 
				
					
						|  jrtechs | 3f24b9cc1f | Fixed how the sidebars and posts are rendered with boostrap. | 7 years ago | 
				
					
						|  jrtechs | 660a3d82c1 | Started to refactor to change css library from w3 to bootstrap | 7 years ago | 
				
					
						|  jrtechs | 017e0bc270 | Started to refactor to change css library from w3 to bootstrap | 7 years ago | 
				
					
						|  jrtechs | 47bc41c38f | Updated admin CMS to be able to edit posts after they were entered | 7 years ago | 
				
					
						|  jrtechs | 9c6afac779 | added meta stuff for google | 7 years ago | 
				
					
						|  jrtechs | 93c492c899 | Updated look and feel | 7 years ago | 
				
					
						|  jrtechs | ab69af1bdc | Finalized changes for initial test deployment | 7 years ago | 
				
					
						|  jrtechs | 446b0d1ebf | Implemented a login page for the admin | 7 years ago | 
				
					
						|  jrtechs | 51eafa7e08 | Moved server to use express, added stuff to admin page, and updated header | 7 years ago | 
				
					
						|  jrtechs | 10df8bc26f | Fixed recent posts with async promises | 7 years ago | 
				
					
						|  jrtechs | 69765acfab | Got categories page working | 7 years ago | 
				
					
						|  jrtechs | 66bb63b5a5 | Worked on  getting code highlighting for markdown working | 7 years ago | 
				
					
						|  jrtechs | 3e6b0a7808 | Worked on the categories sidebar and cleaning up promise statements. | 7 years ago | 
				
					
						|  jrtechs | 5d514b963e | Started working on the sidebar | 7 years ago | 
				
					
						|  jrtechs | e4a2872834 | Added Promise implementation on post pages | 7 years ago |