Startwords is a research periodical irregularly published by the Center for Digital Humanities at Princeton University. It is implemented as a static site using the Hugo static site generator.
See the theme README for more information on the site's features and architecture.
To run the site locally for development, first follow the instructions to install Hugo. You can check that Hugo is installed with:
$ hugo version
this should output version info like:
Hugo Static Site Generator v0.72.0/extended darwin/amd64 BuildDate: unknown
check that the version you installed is at least as new as the version shown in the hugo badge at the top of this file.
After hugo is installed, you'll need to install the javascript dependencies that are used to compile the site's static files. To check if you have node installed:
$ node --version
This should output a version string that is at least as new as the version shown in the node badge at the top of this file. To install dependencies, run npm in the project's root directory:
$ npm install
If the install completes without errors, you're ready to build the site for development.
To run a development server with auto-reload:
$ hugo server -D
You should see some debug output, followed by:
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
Open a web browser to the above address to see a local version of the site. When you make changes and save files locally, hugo will automatically refresh the page.
Content published in Startwords is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
Software included in Startwords is licensed under the Apache 2.0 License.
©2021 Trustees of Princeton University. Permission granted via Princeton Docket #21-3753-1 for distribution online under a standard Open Source license.