suyundukov/hugo-sustain

Using hugo-sustain & hugo-vitae together

anirbanmu opened this issue · 4 comments

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

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

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.

@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

@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!