Skip to content

Issue with Cloning and Running Hextra This Repository #33

Answered by imfing
Welding-Torch asked this question in Q&A
Discussion options

You must be logged in to vote

@Welding-Torch
This repository is primarily designed for theme development. If you're interested in the site content, you'll find it in the exampleSite directory. The command required to run the development server is different in this case, as you can see in this specific line of our package.json file:

"dev": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313",

I strongly recommend against running or modifying the content directly within this repository. For a more manageable approach, it's better to start with the template repository. You can then copy the content and configuration files from this e…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by imfing
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
how-to How to do something
2 participants
Converted from issue

This discussion was converted from issue #27 on September 03, 2023 18:10.