fix css, add navigation

This commit is contained in:
andrigamerita 2023-09-30 12:41:29 +02:00 committed by GitHub
parent e0e22aa62c
commit f8903bc0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -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

2
_data/navigation.yml Normal file
View File

@ -0,0 +1,2 @@
- title: "Search"
url: "/search"

View File

@ -1 +1,6 @@
@import "./skins/default.css";
.page-image img {
width: auto !important;
max-height: 75vh !important;
}

View File

@ -2,5 +2,5 @@
layout: home
show_excerpts: true
paginate: true
entries_layout: list
entries_layout: grid
---