Skip to content

Commit 0b160ec

Browse files
committed
use _index.md; use hugo 0.57.2
with older hugo, can use _index.md again and still get formatted link.
1 parent ffbc786 commit 0b160ec

File tree

4 files changed

+36
-27
lines changed

4 files changed

+36
-27
lines changed

.github/workflows/CI_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313

1414
- name: Install hugo extended and httrack via chocolatey
1515
working-directory: .
16-
run: choco install hugo-extended httrack
16+
run: |
17+
choco install hugo-extended --version 0.57.2
18+
choco install httrack
1719
1820
- name: Retrieve data from server
1921
working-directory: .

.github/workflows/onTag_zip_manual_as_asset.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616

1717
- name: Install hugo-extended and httrack via chocolatey
1818
working-directory: .
19-
run: choco install hugo-extended httrack
19+
run: |
20+
choco install hugo-extended --version 0.57.2
21+
choco install httrack
2022
2123
- name: Convert hugo site to standandalone HTML
2224
working-directory: .

content/_index.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

content/_index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Introduction
3+
type: docs
4+
---
5+
6+
Notepad++ User Manual
7+
=======
8+
9+
***Documentation is like sex, when it's good, it's very, very good; when it's bad, it's better than nothing.***
10+
11+
Of course, it's not our goal to create bad documentation, but you get what we mean.
12+
13+
**Notepad++ User Manual** is built collaboratively, and [your contribution is very welcome](https://github.com/notepad-plus-plus/npp-usermanual).
14+
15+
<p>&nbsp;</p>
16+
<p>&nbsp;</p>
17+
18+
<p>
19+
<a href="https://github.com/notepad-plus-plus/npp-usermanual/releases/latest/download/nppUserManual.zip" style="
20+
text-align: center;
21+
font-size: larger;
22+
-moz-border-radius: 1em;
23+
border-radius: 1em;
24+
border: 1px solid #00A2E8;
25+
background-color: white;
26+
color: #00A2E8;
27+
padding: 2px 1em;
28+
">Download offline User Manual</a>
29+
</p>
30+

0 commit comments

Comments
 (0)