diff --git a/docs/_config.yml b/docs/_config.yml index 188d89e..c794a61 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,17 @@ title: Timer Ninja -description: "A sneaky library for Java Method Timing — Track execution time with a single annotation. Zero boilerplate." +tagline: "Measure Java Method Execution Time with a Single Annotation" +description: "Timer Ninja is a lightweight Java library to measure method execution time, track code performance, and visualize call hierarchies — with just one annotation. No heavy frameworks required." url: "https://thanglequoc.github.io" baseurl: "/timer-ninja" +lang: en + +# Social / Open Graph +twitter: + card: summary_large_image +social: + name: Timer Ninja + links: + - https://github.com/thanglequoc/timer-ninja # Build settings markdown: kramdown @@ -16,6 +26,7 @@ sass: # Plugins plugins: - jekyll-seo-tag + - jekyll-sitemap # Defaults defaults: @@ -24,6 +35,7 @@ defaults: type: "pages" values: layout: "default" + image: /assets/images/mascot.png # Exclude from build exclude: diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 4f8a176..7ac59bc 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -1,9 +1,7 @@ main: - title: Home url: / - - title: User Guide - url: /user-guide/ - - title: Examples - url: /examples/ + - title: Getting Started + url: /getting-started/ - title: Advanced Usage url: /advanced-usage/ diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index f0c809e..977080f 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -6,8 +6,7 @@