- Download the citation file in BibTex format
- Upload the file into the papers directory.
- Commit the changes.
- Go to content/project directory.
- Copy a existing project directory and rename it.
- Edit the file
index.md
.
- Go to content/authors directory.
- Copy a existing author directory and rename it.
- Edit the file
index.md
.
Sometimes, we need to create a batch of authors.
The script tools/generate.sh
is used to generate a batch of authors.
Usage: tools/generate.sh <type> <input-file> <output-directory>
Where:
type: 'collaborators', 'interns', or 'previous-interns'
input-file: Path to the file containing the list of people
output-directory: Path to the folder where the content will be generated
Example: tools/generate.sh interns tools/interns.txt content/authors
- Install the dependencies. Documentation
- Run the server
hugo server