Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
708 B

8 years ago
  1. ---
  2. common-css:
  3. - "/css/bootstrap.min.css"
  4. - "/css/bootstrap-social.css"
  5. - "/css/main.css"
  6. common-ext-css:
  7. - "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"
  8. common-googlefonts:
  9. - "Lora:400,700,400italic,700italic"
  10. - "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
  11. common-js:
  12. - "/js/jquery-1.11.2.min.js"
  13. - "/js/bootstrap.min.js"
  14. - "/js/main.js"
  15. ---
  16. <!DOCTYPE html>
  17. <html lang="en">
  18. <!-- Beautiful Jekyll | MIT license | Copyright Dean Attali 2016 -->
  19. {% include head.html %}
  20. <body>
  21. {% include nav.html %}
  22. {{ content }}
  23. {% include footer.html %}
  24. {% include footer-scripts.html %}
  25. </body>
  26. </html>