Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandavi/genetics_branch_retreat_site
A small website generator for a conference that uses a google sheet to populate abstracts.
https://github.com/seandavi/genetics_branch_retreat_site
conference-site hugo static-site website
Last synced: 11 days ago
JSON representation
A small website generator for a conference that uses a google sheet to populate abstracts.
- Host: GitHub
- URL: https://github.com/seandavi/genetics_branch_retreat_site
- Owner: seandavi
- Created: 2020-10-23T19:43:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T23:43:09.000Z (over 3 years ago)
- Last Synced: 2024-11-05T13:17:51.977Z (about 2 months ago)
- Topics: conference-site, hugo, static-site, website
- Language: HTML
- Homepage: https://seandavi.github.io/genetics_branch_retreat_site/
- Size: 271 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo uses a google spreadsheet to power [hugo](http://gohugo.io).
The result is an HTML website with detail pages for abstracts, an
index of PIs, and a list of abstracts, broken down by PI.Example site here: https://seandavi.github.io/genetics_branch_retreat_site/
## Prereqs
- hugo needs to be installed (`brew install hugo`)
- Assumes that a google doc with specific columns is available and
has been filled using something like google forms
- each row is an abstract
- Google spreadsheet has been *published as a csv download link*## Modification for new material (new year, for example)
- Change information in `config.toml` to match new meeting
- Change URL in `make_abstracts.sh`
- Adjust columns in `archetypes/abstract.md` (as needed)
- Run `make_abstracts.sh`## Preview site
- `hugo serve`
## Build site
- `hugo`
- [optional] `ghp-import -p -f public` (assumes that you are importing to a github pages site, but any web hosting system will work).