Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 989 Bytes

README.md

File metadata and controls

45 lines (43 loc) · 989 Bytes

Blog_template

A simple, responsive template for a blog
Live Site


Technologies used

  • Pug
  • CSS
  • Node.JS
  • Express.js
  • Media Queries
  • Heroku

How to view the template

  • Download the code and enter the clone's directory through the command line
  • Type "npm start" into the command line
  • The default port is 2000. Type the following URL into your web browser: "http://localhost:2000"

Modifying the template

To modify the template's data modify JSON data located in the public folder. If you want to modify the template's structure, modify the .pug files in the view folder.