exceptionfactory commented on PR #61: URL: https://github.com/apache/nifi-site/pull/61#issuecomment-1183709371
@steven-matison I ran through some additional tests and pushed an update to your branch containing several adjustments. The main change was to remove the compiled `app.css` and instead use Hugo SCSS processing. This required including selected SCSS files from the Foundation library. The `baseof.html` now retains the reference to the processed CSS. I also corrected a couple minor things: 1. Removed unused index.hbs 2. Added `now.Year` variable to replace `2018` in the footer 3. Removed the duplicate header section in `people.html` 4. Corrected the NiFi Registry logo path in `registry.html` 5. Removed the `Jenkinsfile` build configuration Following these changes, I pushed a local build to the `asf-staging` branch, which provides direct staging deployment to the following location: https://nifi.staged.apache.org It should be possible to use GitHub Actions to build the site using Hugo, then push to a Git branch for publication. I will follow up after some additional testing, but feel free to review the staged website deployment for accuracy. Please note that it does not include the generated documentation from NiFi or NiFi Registry, which is expected for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
