Skip to content

possible to use on github page? #44

Closed Answered by colinwilson
lalrochhara asked this question in Q&A
Discussion options

You must be logged in to vote

Absolutely! But I haven't completed the documentation regarding deployments on lotusdocs.dev yet.

You can use the following instructions as a guide to setting up Lotus Docs on GitHub pages:

  1. Create a new repo on GitHub e.g. https://github.com/lalrochhara/lalrochhara.github.io

  2. Follow the quickstart guide to create your new site locally.

    hugo new site lalrochhara.github.io && cd lalrochhara.github.io
    
  3. Update your hugo.toml config to include the required theme modules and update your baseURL to your intended GitHub Pages domain e.g. lalrochhara.github.io. Also configure a [[menu.primary]] item to create a link to the docs/ section on the home page.

     baseURL = 'https://lalrochhara.github…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lalrochhara
Comment options

Answer selected by lalrochhara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants