You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entire site has been written in a clean and easy to read markup leveraging new semantic
HTML5 tags and CSS3. There is minimal dependence on the site design (Moonlight theme) allowing
for any future redesigns. The blog posts have been written in Markdown. Most blogs posts
contain atleast one image having a width of upto 500px.
A lot of emphasis has been given to optimise the website loading time. Almost all Javascripts
would be asynchronously loaded. There are various optimisations in the .htaccess file.
The entire website (including related posts) is created with a Rakefile. Some of the useful rake commands are:
rake builds the website.
rake deploy:prod pushes the compiled version to server.
rake write["Title"] makes a new blog post using Title and the current date.
License
The following directories and their contents are Copyright Arun Ravindran. You may not reuse anything therein without my permission:
blog/
images/
All other directories and files are MIT Licensed. Feel free to use the HTML and CSS as you please. If you do use them, a link back to https://arunrocks.com would be appreciated, but is not required.