Skip to content

Commit 784e0a6

Browse files
committed
www: add fork-me banner strip
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
1 parent f396f74 commit 784e0a6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ examples/prod_cons_threads
2929
examples/simple_read_write
3030
install-sh
3131
librb-*.tar.gz
32+
librb-*.tar.xz
33+
librb-*.tar.bzip2
3234
librb-*.tar.gz.sha1
3335
libtool
3436
ltmain.sh

www/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
html_theme_options = {
4343
'github_user': 'mlyszczek',
4444
'github_repo': 'librb',
45-
'github_banner': True,
45+
'github_banner': 'strip-fork-me-on-github.png',
4646
'github_type': 'star',
4747
'page_width': '103ch',
4848
'code_font_family': 'JetBrains Mono',
41.9 KB
Loading

0 commit comments

Comments
 (0)