Do you clone this repo into themes/tailbliss or just clone it as mysitename and edit everything? #171
peterarsenault-at
started this conversation in
General
Replies: 2 comments 4 replies
-
You are right, there is no submodule. Start by installing hugo extended using snap or similar, then:
To test if it's working (change to your PC IP) Make your edits as you wish, and don't forget the config here is hugo.yaml not .toml (format of yaml is way better anyway) |
Beta Was this translation helpful? Give feedback.
2 replies
-
do those instructions work on macOS as well? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm a bit confused using Tailbliss, possibly because I've never used a theme with node.js before. As I understand Hugo, the standard procedure for using a theme is to submodule it in themes/themename and add a "theme = 'themename'" in hugo.toml.
Do I understand correctly that with tailbliss, you don't bother with that, but rather clone it as mysitename and then, rather than running
hugo serve
, you instead run all commands through NPM? This would mean no submodules, and just directly change all the content in-situ?I suppose this would mean that the deployment script (e.g., amplify.yml) would need commands for both installing hugo and installing npm. I plan to play around with the deployment scripts, but I am mostly curious about the first point.
Beta Was this translation helpful? Give feedback.
All reactions