Hi, trying to upload /public
directory with default content to my server with:
hugo && rsync -avz --delete public/ karcio@xxx.xxx.xxx.xxx:/var/www/html/hugo/
and there is an output:
, and ananke theme, here you can see output
Start building sites …
hugo v0.123.1+extended linux/amd64 BuildDate=unknown
| EN
-------------------+-----
Pages | 11
Paginator pages | 0
Non-page files | 0
Static files | 1
Processed images | 0
Aliases | 1
Cleaned | 0
Total in 131 ms
sending incremental file list
./
404.html
index.html
index.xml
sitemap.xml
ananke/
ananke/css/
ananke/css/main.css.map
ananke/css/main.min.css
categories/
categories/index.html
categories/index.xml
images/
posts/
posts/index.html
posts/index.xml
posts/page/
posts/page/1/
posts/page/1/index.html
posts/test-post/
posts/test-post/index.html
tags/
tags/index.html
tags/index.xml
but issue is page generated without css formatting. Do I have correct permission?
karcio@orangepi5:/var/www/html$ ls -ld hugo/
drwxr-xr-x 7 www-data www-data 4096 Feb 21 23:18 hugo/
karcio@orangepi5:/var/www/html$ ls -ld hugo/*
-rw-r--r-- 1 www-data www-data 2089 Feb 21 23:18 hugo/404.html
drwxr-xr-x 3 www-data www-data 4096 Feb 21 22:50 hugo/ananke
drwxr-xr-x 2 www-data www-data 4096 Feb 21 22:50 hugo/categories
drwxr-xr-x 2 www-data www-data 4096 Feb 21 22:50 hugo/images
-rw-r--r-- 1 www-data www-data 3533 Feb 21 23:18 hugo/index.html
-rw-r--r-- 1 www-data www-data 882 Feb 21 23:18 hugo/index.xml
drwxr-xr-x 4 www-data www-data 4096 Feb 21 22:56 hugo/posts
-rw-r--r-- 1 www-data www-data 625 Feb 21 23:18 hugo/sitemap.xml
drwxr-xr-x 2 www-data www-data 4096 Feb 21 22:50 hugo/tags
karcio@orangepi5:/var/www/html$