This repository contains the files used to generate GroupDocs.Conversion landing pages e.g. https://products.groupdocs.com/conversion/net/docx-to-pdf/
Install Hugo and related tools
npm i -g [email protected] postcss postcss-cli autoprefixer
- Make sure to add a record to your
.ssh\configfile
#aspose.github.com
Host aspose.github.com
HostName github.com
User git
IdentityFile ~/.ssh/<your-private-key>
-
Clone the theme to the
commonfoldergit submodule update --recursive --init -
Remove all the folders except
conversionin thecommon/contentfolder withfind './common/content' -mindepth 1 -type d -not -regex '^./common/content/conversion\(/.*\)?' -exec rm -rf {} +(bash)
-
Copy files from
content\conversionfolder tocommon\content\conversionwithcp -r ./content/conversion ./common/content/conversion -
Navigate to
commonfolder withcd common -
Execute
hugo server --config "./local-config.toml" --disableFastRenderto build pages and start Hugo server
Commit your changes or create a pull request into master branch and GitHub actions will do the rest.