Skip to content

Commit b25c634

Browse files
committed
Tweak landingpage
1 parent 88a2caa commit b25c634

File tree

5 files changed

+28
-78
lines changed

5 files changed

+28
-78
lines changed

docs/assets/extra.css

+3
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
--md-primary-fg-color: #eb4432;
33
--md-primary-fg-color--light: #eb4432;
44
--md-primary-fg-color--dark: #eb4432;
5+
--md-accent-fg-color: #eb4432;
6+
--md-accent-fg-color--light: #eb4432;
7+
--md-accent-fg-color--dark: #eb4432;
58
}

docs/index.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
---
2-
template: home.html
32
title: Laravel Debugbar
43
hide:
54
- navigation
65
- toc
76
---
87

8+
# Laravel Debugbar
9+
![Unit Tests](https://github.com/barryvdh/laravel-debugbar/workflows/Unit%20Tests/badge.svg)
10+
[![Packagist License](https://img.shields.io/badge/Licence-MIT-blue)](http://choosealicense.com/licenses/mit/)
11+
[![Latest Stable Version](https://img.shields.io/packagist/v/barryvdh/laravel-debugbar?label=Stable)](https://packagist.org/packages/barryvdh/laravel-debugbar)
12+
[![Total Downloads](https://img.shields.io/packagist/dt/barryvdh/laravel-debugbar?label=Downloads)](https://packagist.org/packages/barryvdh/laravel-debugbar)
13+
[![Fruitcake](https://img.shields.io/badge/Powered%20By-Fruitcake-b2bc35.svg)](https://fruitcake.nl/)
14+
15+
Laravel Debugbar is a package that integrates [PHP Debug Bar](https://github.com/php-debugbar/php-debugbar) with Laravel.
16+
17+
![Debugbar Dark Mode screenshot](img/preview.png)
18+
19+
!!! tip "Live Demo"
20+
See an interactive example of the Laravel Debugbar in action below. (Don't worry, this is just dummy data)
21+
22+
23+
[Get started](installation.md){ .md-button .md-button--primary } [View code :material-github:](https://github.com/barryvdh/laravel-debugbar){ .md-button }
File renamed without changes.

mkdocs.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ nav:
1616

1717
theme:
1818
name: material
19-
custom_dir: overrides
19+
custom_dir: docs/overrides
2020
logo: assets/logo_white.png
2121
favicon: assets/favicon.png
2222
palette:
2323
- primary: custom
24+
accent: custom
2425
scheme: slate
25-
# palette:
26-
# primary: custom
2726
features:
2827
- navigation.tabs
2928
- navigation.tabs.sticky
@@ -45,6 +44,10 @@ extra_javascript:
4544
- assets/debugbar.js
4645
markdown_extensions:
4746
- admonition
47+
- attr_list
48+
- pymdownx.emoji:
49+
emoji_index: !!python/name:material.extensions.emoji.twemoji
50+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
4851
- pymdownx.highlight:
4952
use_pygments: true
5053
anchor_linenums: true
@@ -71,6 +74,7 @@ extra:
7174
analytics:
7275
provider: google
7376
property: G-KVHB3EWT91
77+
social:
78+
- icon: fontawesome/brands/github
79+
link: https://github.com/barryvdh/laravel-debugbar
7480

75-
watch:
76-
- overrides

overrides/home.html

-72
This file was deleted.

0 commit comments

Comments
 (0)