UNICEF Inventory theme, for use with Hugo static site generator. Forked from Dot, a Hugo theme by ThemeFisher.
- UNICEF Open Source Inventory
- UNICEF Coach Cards
- UNICEF Drone DPG Toolkit
- UNICEF Software Development Toolkit
- SustainOSS Design & UX knowledgebase
The recommended installation method for an existing Hugo site is with a git submodule. Use the commands below to add the theme to an existing Hugo site:
cd /path/to/hugo-site/
git submodule add [email protected]:unicef/inventory-hugo-theme.git themes/inventory
git commit --signoff --message="Add UNICEF Inventory Hugo theme as a git submodule"
git push
Sometimes you will want to update the git submodule with new changes added upstream to this repository. To pull newer upstream changes into your pre-existing git submodule, run the following from your Hugo project root directory:
git submodule update --remote --rebase
See sample_config.yaml
for a sample Hugo site using this theme.
If you want to work on this Hugo theme itself, you do not need to use git submodules. Fork and clone this repository like you would a normal git repository. Then, open a Pull Request when you have changes to propose.
The upstream Dot theme includes the following features:
- Multiple language support (Fr, En)
- Google analytics support
- CSS and Js bundle with hugo pipe
- Color and fonts variable in config file
- Contact form Support
- Google page speed optimized ( 81% )
- Open graph meta tag
- Twitter card meta tag
- Search suggestions
- Powered by Bootstrap 4
- Next/Prev buttons in single-post page
- Frequently Asked Questions (F.A.Q.) page
- Responsive-ready
Open a new issue to report bugs and request new features.
Licensed under MPL-2.0. From choosealicense.com:
Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.