I would like to add my theme to the hugoThemes repository. So far I should fulfill all requirements (screenshots, config file varaibles etc). As last step I need to make a pull request that adds submodule.
To be honest, I never used submodules before and read a few tutorials about how to use them.
With that in mind I would like to ask, if the steps described below would work that way. A nice addition to the docs would be a small section about exactly this topic with a few commands and explinations.
- I’ve forked the repo
- I would create a new branch called
hugo-freelancer-theme
- I’m on the master branch of my cloned hugoThemes repo
- I add the submodule with
git submodule add -f https://github.com/digitalcraftsman/hugo-freelancer-theme.git .
- I commit the new submodule with
git commit -m"Added hugo-freelancer-theme as submodule"
- I Make a pull request.
- The theme will hopefully be merged.
By the way, who adds the screenshots to the docs? Is this done by a script that grabs the screenshots and the theme name?