Comment system for Hugo
https://labertasche.tuxstash.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
440 B
21 lines
440 B
# How to use this example
|
|
|
|
Please run
|
|
|
|
`hugo --bind dev.localhost --baseURL http://dev.localhost --disableLiveReload`
|
|
|
|
in this folder to view this example. Point your web browser then to
|
|
[dev.localhost](http://dev.localhost:1313).
|
|
|
|
Please also add
|
|
|
|
`127.0.0.1 dev.localhost`
|
|
|
|
to
|
|
|
|
* Windows: `%WINDIR%\system32\drivers\etc\hosts`
|
|
* MAC/Linux: `/etc/hosts`
|
|
|
|
before running the example.
|
|
|
|
**There is another readme when you view the page.**
|
|
|