Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using hugo-sustain & hugo-vitae together #7

Open
anirbanmu opened this issue Mar 31, 2017 · 4 comments
Open

Using hugo-sustain & hugo-vitae together #7

anirbanmu opened this issue Mar 31, 2017 · 4 comments

Comments

@anirbanmu
Copy link

Hello,

I'm trying to basically recreate what you have as the demo site for sustain but that requires the hugo-vitae theme. Would you suggest making a custom theme myself and manual merging the two themes? Is there any licensing issue with doing that?

Thanks

@anirbanmu
Copy link
Author

I see that on your demo you have the vitae as a separate website (am I correct?), if so could you guide me in how I could get add the navbar from sustain to the vitae page?

Thanks

@patrickderitter
Copy link
Contributor

Hi @anirbanmu, I've been using this theme for my personal site, and here's what I did:

  1. In your hugo-sustain site, in the config.toml, create the link to the resume (ie. /resume/ as in the default config.toml).
  2. Build a separate Hugo site for hugo-vitae.
  3. Edit the hugo-vitae site and use hugo server to make sure everything is in order
  4. First, run hugo -d path\to\site for the hugo-sustain site.
  5. Second, run hugo -d path\to\site\resume (or whatever you picked in the first step) for the hugo-vitae site.
  6. Upload everything in path\to\site to the hosting.

I'm still working on a new way to make them work together, as I just found out Hugo and the theme have been updated.

@anirbanmu
Copy link
Author

@patrickderitter I know this is old news now but I merged these two themes into one here https://github.com/anirbanmu/hugo-sustain-vitae

@nurlansu hope that's ok with you

@patrickderitter
Copy link
Contributor

@anirbanmu Nice! While I am in the progress of migrating to custom theming, I will be using this in the meantime. Thanks for notifying @nurlansu and me, kudos!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants