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

docs website #6

Closed
5 of 7 tasks
tomeichlersmith opened this issue Dec 12, 2022 · 7 comments
Closed
5 of 7 tasks

docs website #6

tomeichlersmith opened this issue Dec 12, 2022 · 7 comments
Labels
documentation Improvements or additions to documentation

Comments

@tomeichlersmith
Copy link
Owner

tomeichlersmith commented Dec 12, 2022

Need a few things

@tomeichlersmith tomeichlersmith added the documentation Improvements or additions to documentation label Dec 12, 2022
@tomeichlersmith
Copy link
Owner Author

@tomeichlersmith
Copy link
Owner Author

@tomeichlersmith
Copy link
Owner Author

Docs on Docs

Install Ruby and RubyGems

sudo apt-get install ruby-full build-essential zlib1g-dev

In order to avoid cluttering my home directory, I put the gems into my working tree.

export GEM_HOME=$PWD/.gems
export PATH=${PATH}:${GEM_HOME}/bin

Install basics

gem install jekyll bundler

Then use bundle to interact with site.

bundle install
bundle exec jekyll serve

@tomeichlersmith
Copy link
Owner Author

@tomeichlersmith
Copy link
Owner Author

The documentation theme comes with some short scripts using container-ized jekyll to develop the site locally. I am going to use that instead of documenting how to do things on bare metal.

@tomeichlersmith
Copy link
Owner Author

Big structure is there so I'm closing this up, will open separate issues for other, more specific tasks.

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

No branches or pull requests

1 participant