- Responsive design
- Home page with different layouts
- Categories and tags
- A lot of social networks icons
- About page
git submodule add https://github.com/ismd/hugo-theme-vng-blue.git themes/vng-blueSee demo project configuration for example of configuration.
It's possible to configure different styles for the home page. The following parameters are available:
homeEventPosition: "top" # "top" or "bottom" or "none"
homeToBlogText: "To blog"The theme supports Giscus comments on single post pages:
giscus:
enable: true
custom_script_inline: |
<script src="https://giscus.app/client.js"
data-repo="[ENTER REPO HERE]"
data-repo-id="[ENTER REPO ID HERE]"
data-category="[ENTER CATEGORY NAME HERE]"
data-category-id="[ENTER CATEGORY ID HERE]"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="en"
crossorigin="anonymous"
async>
</script>Also you can hide bottom logo on the home page. To do this remove assets/home-logo-bottom.png file. It will look like this:
This theme supports HiDPI displays. It means that you should provide images with double resolution for better quality on HiDPI displays. All sizes below are for HiDPI displays (you should provide images with this resolution).
On the home page there're two images: home-logo-top.png and home-logo-bottom.png. Their sizes can be different but the optimal are:
- For the top one is 1600x530
- For the bottom one is 2080x470
There're two logos:
- In the left top corner on every page the size of logo can be any but recommended is 320x100
- In right sidebar on every page except home the size must be at least 440px/440px
Put all of these files in assets directory of your site.




