Skip to content

NCSU-Libraries/vrr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual reading room user guide website

Instructions for researchers on how to use the Special Collections Research Center's virtual reading room at NC State University.

How to edit the website

This site was built using the static site generator mkdocs.

  1. Install mkdocs.
    • If you're on a Mac, run: brew install mkdocs
    • If you're on Windows, run: pip install mkdocs
  2. Edit the existing markdown files under the /src directory. If you have any images, add them to the /img directory.
  3. To preview your changes, run: mkdocs serve
  4. In a browser, visit http://127.0.0.1:8000/vrr/
  5. If your changes look good, run: mkdocs build
  6. Then you can add, commit, and push your changes to the repository:
git add .
git commit -m "your message"
git push

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

About

Documentation site for the Virtual Reading Room

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors