diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af6dfd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public +resources \ No newline at end of file diff --git a/config/_default/config.yaml b/config/_default/config.yaml index ab1c752..285b2bb 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -8,7 +8,7 @@ icon: favicon.ico theme: eureka # If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka -paginate: 5 +paginate: 10 copyright: > Contents are owned by Awin Huang
diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index d8eae34..a3b5ecd 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -8,6 +8,3 @@ main: - name: Docs url: /docs/ weight: 3 - - name: Author - url: /authors/ - weight: 4 diff --git a/content/posts/F91/featured.jpg b/content/posts/F91/featured.jpg index b2dec30..5ab6b6a 100644 Binary files a/content/posts/F91/featured.jpg and b/content/posts/F91/featured.jpg differ diff --git a/content/posts/F91/images/DSC_2791.jpg b/content/posts/F91/images/DSC_2791.jpg index b2dec30..5ab6b6a 100644 Binary files a/content/posts/F91/images/DSC_2791.jpg and b/content/posts/F91/images/DSC_2791.jpg differ