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

Hugo site layout and image adjustments #58

Closed
pdavidc opened this issue Jul 27, 2017 · 4 comments
Closed

Hugo site layout and image adjustments #58

pdavidc opened this issue Jul 27, 2017 · 4 comments
Assignees

Comments

@pdavidc
Copy link
Contributor

pdavidc commented Jul 27, 2017

Adjust the layout and images used by the new Hugo based site in preparation for deployment.

@pdavidc
Copy link
Contributor Author

pdavidc commented Jul 31, 2017

I've identified potential unnecessary files and folders in the Hugo based site:

  • /css (css, js, and scss are erroneous holdovers from my local copy of the master branch)
  • /js
  • /scss
  • /archetypes/android.md
  • /archetypes/java.md
  • /archetypes/server.md
  • /archetypes/web.md

@pdavidc
Copy link
Contributor Author

pdavidc commented Jul 31, 2017

LICENSE.html and LICENSE.txt belong in /static to ensure they're published at the web root.

@zglueck
Copy link

zglueck commented Jul 31, 2017

@pdavidc Should the LICENSE files be in both the repository and static root?

@zglueck zglueck added in progress and removed ready labels Jul 31, 2017
@pdavidc
Copy link
Contributor Author

pdavidc commented Jul 31, 2017

Thanks for catching that.

  • LICENSE.txt belongs where it is now, the project root, per GitHub project conventions.
  • LICENSE.html belongs in /static, so it's available at https://worldwind.arc.nasa.gov/LICENSE.html, an existing asset that we reference throughout WorldWind's other projects.

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

No branches or pull requests

3 participants