diff --git a/_config.yml b/_config.yml index a979b63..6b3cc1d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ theme: jekyll-theme-so-simple -skin: "/assets/css/skins/naplesnds.css" +skin: "/assets/css/naplesnds.css" locale: en date_format: "%B %-d, %Y" read_time: true diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..fde60ab --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,2 @@ +- title: "Search" + url: "/search" diff --git a/assets/css/naplesnds.css b/assets/css/naplesnds.css index 94be114..77bf281 100644 --- a/assets/css/naplesnds.css +++ b/assets/css/naplesnds.css @@ -1 +1,6 @@ @import "./skins/default.css"; + +.page-image img { + width: auto !important; + max-height: 75vh !important; +} \ No newline at end of file diff --git a/index.html b/index.html index 5b7f1d2..bef0b0f 100644 --- a/index.html +++ b/index.html @@ -2,5 +2,5 @@ layout: home show_excerpts: true paginate: true -entries_layout: list +entries_layout: grid --- \ No newline at end of file