Skip to content

Commit 9ee52f3

Browse files
committed
Add CNAME, badges
1 parent 2b296fc commit 9ee52f3

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# MkDocs - Open in a new tab plugin
22

3+
<p align="center">
4+
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FJakubAndrysek%2Fmkdocs-open-in-new-tab&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=true"/></a>
5+
<img src="https://img.shields.io/github/license/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
6+
<img src="https://img.shields.io/github/v/release/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
7+
<img src="https://img.shields.io/github/stars/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
8+
<img src="https://img.shields.io/github/forks/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
9+
<img src="https://img.shields.io/github/issues/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
10+
<img src="https://static.pepy.tech/personalized-badge/mkdocs-open-in-new-tab?period=month&units=international_system&left_color=black&right_color=orange&left_text=Downloads">
11+
12+
13+
</p>
14+
315
This plugin adds js to open outgoing links and PDFs in a new tab.
416

17+
Look at the [demo](https://newtab.kubaandrysek.cz/).
18+
519
## Installation
620

7-
Install the plugin using pip from [PyPI](https://pypi.org/project/mkdocs-open-in-new-tab-plugin/):
21+
Install the plugin using pip from [PyPI](https://pypi.org/project/mkdocs-open-in-new-tab/):
822

923
```bash
10-
pip3 install mkdocs-open-in-new-tab-plugin
24+
pip3 install mkdocs-open-in-new-tab
1125
```
1226

1327
## Usage

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
newtab.kubaandrysek.cz

docs/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# MkDocs - Open in a new tab plugin
22

3+
<p align="center">
4+
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FJakubAndrysek%2Fmkdocs-open-in-new-tab&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=true"/></a>
5+
<img src="https://img.shields.io/github/license/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
6+
<img src="https://img.shields.io/github/v/release/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
7+
<img src="https://img.shields.io/github/stars/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
8+
<img src="https://img.shields.io/github/forks/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
9+
<img src="https://img.shields.io/github/issues/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square">
10+
<img src="https://static.pepy.tech/personalized-badge/mkdocs-open-in-new-tab?period=month&units=international_system&left_color=black&right_color=orange&left_text=Downloads">
11+
12+
13+
</p>
14+
315
This plugin adds js to open outgoing links and PDFs in a new tab.
416

17+
Look at the [demo](https://newtab.kubaandrysek.cz/).
18+
519
## Installation
620

7-
Install the plugin using pip from [PyPI](https://pypi.org/project/mkdocs-open-in-new-tab-plugin/):
21+
Install the plugin using pip from [PyPI](https://pypi.org/project/mkdocs-open-in-new-tab/):
822

923
```bash
10-
pip3 install mkdocs-open-in-new-tab-plugin
24+
pip3 install mkdocs-open-in-new-tab
1125
```
1226

1327
## Usage

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site_description: >-
66
77
# Repository
88
repo_name: JakubAndrysek/mkdocs-open-in-new-tab
9-
repo_url: https://github.com/JakubAndrysek/mkdocs-open-in-new-tab
9+
repo_url: https://newtab.kubaandrysek.cz/
1010

1111
# Copyright
1212
copyright: Copyright © 2023 Jakub Andrýsek

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88
# https://pypi.org/project/mkdocs-open-in-new-tab/
99
setup(
1010
name='mkdocs-open-in-new-tab',
11-
version='1.0.1',
11+
version='1.0.2',
1212
description='MkDocs plugin to open outgoing links and PDFs in new tab.',
1313
long_description=readme(),
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)