Update site to use Hugo instead of Jekyll and begin transitioning to restructuredText#1
Open
maniyar1 wants to merge 5 commits intoCoppersource:masterfrom
Open
Update site to use Hugo instead of Jekyll and begin transitioning to restructuredText#1maniyar1 wants to merge 5 commits intoCoppersource:masterfrom
maniyar1 wants to merge 5 commits intoCoppersource:masterfrom
Conversation
added 5 commits
March 14, 2020 14:06
…ent. Deleted the old jekyll site and replaced it with a Hugo site using the docsy theme. Still needs work to format pages but sections should be in and site should "compile" and be hostable. To start a simple server run `hugo server`, to generate html files in the `public/` directory use `hugo`. Make sure to use hugo extended as it's required for the theme.
…ublic files Updated config for rst support and put a rst example doc in the Design folder. Also removed all the generated public files.
Add support for docker image that runs hugo and has dependencies. To make image: `docker build . -t discover` To run use `runDocker.sh` or equivalent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the site to use Hugo to generate the html files which can then be served as needed. Uses the docsy theme with slight color modifications to fit CopperForge colors.