65 lines
1.7 KiB
TOML
65 lines
1.7 KiB
TOML
|
|
# This file is for render site varibles and plugins
|
||
|
|
# don't remove this file.
|
||
|
|
# The actual configuration files are stored in the `config/_default/` folder.
|
||
|
|
|
||
|
|
|
||
|
|
######################### site variables ##############################
|
||
|
|
# customize your color and font from here.
|
||
|
|
[params.variables]
|
||
|
|
color_primary = "#185b63"
|
||
|
|
body_color = "#fff"
|
||
|
|
text_color = "#004753"
|
||
|
|
text_dark = "#004753"
|
||
|
|
text_light = "#004753"
|
||
|
|
border_color = "#004753"
|
||
|
|
black = "#000000"
|
||
|
|
white = "#ffffff"
|
||
|
|
light = "#f5f5f5"
|
||
|
|
|
||
|
|
# font variables
|
||
|
|
# base font size for full website,
|
||
|
|
font_size = "15px" # default is 16px
|
||
|
|
|
||
|
|
# Font Scale Sizes
|
||
|
|
# "minorSecond": 1.067,
|
||
|
|
# "majorSecond": 1.125,
|
||
|
|
# "minorThird": 1.2,
|
||
|
|
# "majorThird": 1.25,
|
||
|
|
# "perfectFourth": 1.333,
|
||
|
|
# "augmentedFourth": 1.414,
|
||
|
|
# "perfectFifth": 1.5,
|
||
|
|
# "goldenRatio": 1.618
|
||
|
|
font_scale = "1.25" # default is "majorThird": 1.25
|
||
|
|
|
||
|
|
font_primary = "Open Sans:wght@300;400"
|
||
|
|
font_primary_type = "sans-serif" # [serif/sans-serif]
|
||
|
|
font_secondary = "Open Sans Semibold:ital@1"
|
||
|
|
font_secondary_type = "serif" # [serif/sans-serif]
|
||
|
|
font_tertiary = "Dosis:wght@400;700"
|
||
|
|
font_tertiary_type = "serif" # [serif/sans-serif]
|
||
|
|
font_quaternary = "Edu:wght@400;700"
|
||
|
|
font_quaternary_type = "sans-serif" # [serif/sans-serif]
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
############################# Plugins ##############################
|
||
|
|
|
||
|
|
# CSS Plugins
|
||
|
|
[[params.plugins.css]]
|
||
|
|
link = "plugins/bootstrap/bootstrap.min.css"
|
||
|
|
[[params.plugins.css]]
|
||
|
|
link = "plugins/slick/slick.css"
|
||
|
|
|
||
|
|
|
||
|
|
# JS Plugins
|
||
|
|
[[params.plugins.js]]
|
||
|
|
link = "plugins/jquery/jquery.min.js"
|
||
|
|
[[params.plugins.js]]
|
||
|
|
link = "plugins/bootstrap/bootstrap.min.js"
|
||
|
|
[[params.plugins.js]]
|
||
|
|
link = "plugins/slick/slick.min.js"
|
||
|
|
[[params.plugins.js]]
|
||
|
|
link = "plugins/shuffle/shuffle.min.js"
|
||
|
|
[[params.plugins.js]]
|
||
|
|
link = "plugins/webfont-loader/webfont-loader-2.min.js"
|