-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🆕 🎉 First launch of UNICEF Coach Cards for O.S. Mentorship #2
Conversation
docker: | ||
- image: cimg/ruby:3.0 | ||
steps: | ||
- run: gem install htmlbeautifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest that instead of tidying the HTML, we may want to minify it. Hugo has the option to minify the output.
Note that you can also minify the final HTML output to /public by running
hugo --minify
https://gohugo.io/hugo-pipes/minification/
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
673b5dd
to
e1f91e0
Compare
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
Warnings identified by @iperdomo in PR unicef/coach#2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
This commit converts this conceptual repository into a prototype project. This uses the Hugo static site generator to create a quick website for evaluating and rating the performance of UNICEF portfolio companies in a report card-like setting. It uses the UNICEF Inventory Hugo theme to accomplish this. Related to #1. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org> :bug: :wrench: ci: Fix Shellcheck warnings in deploy script Warnings identified by @iperdomo in PR #2. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org> :alembic: :wrench: ci: Use verbose HTML-Proofer error messages in logs This commit updates the CircleCI Hugo orb to v1.3.0. This change incorporates changes I made upstream in the Hugo orb so HTML-Proofer will print verbose error messages if there is a failure. Currently, error messages are suppressed in the CircleCI logs and this makes debugging difficult. Additionally, the `asciidoc` binary is now included in the container image used in this build, so specifying the Asciidoc parameter in the CircleCI config is no longer necessary. Related GitHub Pull Requests: * CircleCI-Public/hugo-orb#47 * CircleCI-Public/hugo-orb#48 * CircleCI-Public/hugo-orb#50 Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
2322dad
to
a471246
Compare
I merged unicef/inventory-hugo-theme#44, so this can move forward. It will likely need tweaking, but better to iterate over time than hold off for the perfect implementation. Merging, and will begin working on this more in the coming weeks. |
This commit converts this conceptual repository into a prototype
project. This uses the Hugo static site generator to create a quick
website for evaluating and rating the performance of UNICEF portfolio
companies in a report card-like setting. It uses the UNICEF Inventory
Hugo theme to accomplish this.
Related to #1.