Skip to content

Commit be8fc7b

Browse files
Remove feed and title
1 parent 9f46449 commit be8fc7b

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

_config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site Settings
2-
title:
2+
title: " "
33
logo: "https://raw.githubusercontent.com/php-debugger/art/main/php-debugger-lockup.png"
44
email:
55
description: >-
@@ -35,3 +35,13 @@ defaults:
3535
# Plugins
3636
plugins:
3737
- jekyll-include-cache
38+
39+
# Footer
40+
footer:
41+
links:
42+
- label: "GitHub"
43+
icon: "fab fa-fw fa-github"
44+
url: "https://github.com/php-debugger/php-debugger"
45+
46+
atom_feed:
47+
hide: true

index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
layout: single
3-
title:
3+
title: What is PHP Debugger?
44
---
55

6-
## What is PHP Debugger?
7-
86
A PHP debugger extension focused on step debugging with near-zero overhead. Forked from [Xdebug](https://xdebug.org/), with profiling, coverage, and tracing removed.
97

108
### Main Repository

0 commit comments

Comments
 (0)