By William Jeffrey Rankin, Mon Dec 30 2024
A Hua tar archive is now available for Linux hosts. It is designed to be installed in /usr/local
. An executable shell script is included (hua
) as well as a man page.
Like the zip version, it includes a sample web site. To try it out, run the following:
$ mkdir temp
$ cd temp
$ cp /usr/local/share/hua/example.cfg .
$ cp -r /usr/local/share/hua/content .
$ mkdir blog
$ hua example.cfg
The installation looks like this:
\---usr
\---local
+---bin
| hua
| hua-paging.ps1
| hua.ps1
|
\---share
+---hua
| | entries.csv
| | example.cfg
| | Hua.pdf
| | meta.csv
| | MIT-License.txt
| |
| +---content
| | | another.html
| | | first.html
| | | latest.html
| | | markdown-2.md
| | | markdown.md
| | | new-article.md
| | | new-tag.md
| | | no-content.html
| | |
| | \---inc
| | comments.html
| | footer.html
| | header.html
| | read_more.html
| |
| \---markdown
| md-template.html
|
\---man
\---man1
hua.1