20 lines
238 B
YAML
20 lines
238 B
YAML
|
|
# html lang
|
|
language: en
|
|
|
|
# main menu navigation
|
|
menu:
|
|
Home: /
|
|
|
|
# Miscelaneous
|
|
favicon: /favicon.ico
|
|
|
|
# stylesheets loaded in the <head>
|
|
stylesheets:
|
|
- /css/tstyle.css
|
|
|
|
# scripts loaded in the end of the body
|
|
scripts:
|
|
- /js/tstyle.js
|
|
|