Skip to content

Commit 4aa20c1

Browse files
authored
Fix index page (#339)
1 parent 29de669 commit 4aa20c1

File tree

3 files changed

+11084
-2
lines changed

3 files changed

+11084
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<a name="forks"><img src="https://img.shields.io/github/forks/bobbyiliev/101-linux-commands?logoColor=green&style=for-the-badge"></a>
77
<a name="contributions"><img src="https://img.shields.io/github/contributors/bobbyiliev/101-linux-commands?logoColor=green&style=for-the-badge"></a>
88
<a name="ebook" href="https://bobbyiliev.github.io/101-linux-commands/" target="_blank"><img src="https://img.shields.io/static/v1?label=eBook&message=Read%20Online&color=orange&logoColor=green&style=for-the-badge&logo=github"></a>
9-
<a name="contributors"><img src="https://img.shields.io/github/contributors/bobbyiliev/101-linux-commands?logoColor=yellow&style=for-the-badge"></a>
109
<a name="madeWith"><img src="https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg?style=for-the-badge"></a>
1110
<a name="license"><img src="https://img.shields.io/github/license/bobbyiliev/101-linux-commands?style=for-the-badge"></a>
1211
</p>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pdf": "vendor/bin/ibis-next pdf -c ebook/en/content -d ebook/en",
1818
"pdf-dark": "vendor/bin/ibis-next pdf dark -c ebook/en/content -d ebook/en",
1919
"epub": "vendor/bin/ibis-next epub -c ebook/en/content -d ebook/en",
20-
"html": "vendor/bin/ibis-next html -c ebook/en/content -d ebook/en",
20+
"html": "vendor/bin/ibis-next html -c ebook/en/content -d ebook/en && cp ebook/en/export/101-linux-commands.html index.html",
2121
"sample": "vendor/bin/ibis-next sample -c ebook/en/content -d ebook/en",
2222
"sample-dark": "vendor/bin/ibis-next sample dark -c ebook/en/content -d ebook/en"
2323
}

0 commit comments

Comments
 (0)