https://github.com/benmarwick/faculty.washington.edu-bmarwick
https://github.com/benmarwick/faculty.washington.edu-bmarwick
academic academic-website blogdown faculty webpage
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benmarwick/faculty.washington.edu-bmarwick
- Owner: benmarwick
- Created: 2014-04-20T04:14:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T20:48:38.000Z (5 months ago)
- Last Synced: 2025-01-13T16:54:25.899Z (5 months ago)
- Topics: academic, academic-website, blogdown, faculty, webpage
- Language: HTML
- Homepage: http://faculty.washington.edu/bmarwick/
- Size: 21.3 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is the repository for my [faculty webpage](http://faculty.washington.edu/bmarwick/)
## Copyright
All content on these pages is in the [public domain](http://creativecommons.org/publicdomain/zero/1.0/)
## Site Details
* Pages mostly written [markdown](https://daringfireball.net/projects/markdown/)
* Theme and layout by [hugo-academic](https://github.com/gcushen/hugo-academic)
* Static site generation by [blogdown](https://bookdown.org/yihui/blogdown)
* Developed in the open on [GitHub](https://github.com/benmarwick)## Things to keep in mind
* Edit pages, then `blogdown::build_site()`, to inspect it locally run `blogdown::serve_site()`, then `git commit` and `git push`
* Deploy from my local copy directory to the UW server (bypassing github): `rsync -ravz public/* [email protected]:public_html` or use WinSCP. May also need to `chmod 755`