https://github.com/darothen/homepage
Code for my personal website
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Repository
Code for my personal website
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Personal Homepage
This repository contains the content and code for producing my personal homepage, with the aid of pelican.
Deployment
Not many Python packages are needed for deployment here, but the few that are are listed and maintained in a conda environment. To install that environment, simply execute
shell
$ conda env create -f environment.yml
the resulting environment, blog, can be activated with
shell
$ conda activate blog
Alternatively, you can just use the included requirements.txt to prepare the necessary packages
Development
For development, simply start a dev server using the supplied Makefile via make devserver and navigate to localhost:8000/output/. You should hit the landing page.
Deployment
Use the included [makefile]:
shell
$ make html
$ make publish
$ make ssh_upload
Gotchas
- May need to manually install most-recent Jinja
- Have a glitch in Markdown pkg and have pinned version number
Owner
- Name: Daniel Rothenberg
- Login: darothen
- Kind: user
- Location: Frederick, CO
- Company: Waymo
- Website: http://www.danielrothenberg.com
- Twitter: danrothenberg
- Repositories: 72
- Profile: https://github.com/darothen
Tech Lead @ Waymo | Weather/Climate Scientist | Pythonista | ex-Chief Scientist @ ClimaCell/Tomorrow.io | Formerly Postdoc Associate @ MIT EAPS/IDSS/CGCS
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- darothen (1)
Pull Request Authors
- darothen (1)