Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewtbiehl/andrewtbiehl.com
The personal website of Andrew T. Biehl
https://github.com/andrewtbiehl/andrewtbiehl.com
blog portfolio website
Last synced: about 1 month ago
JSON representation
The personal website of Andrew T. Biehl
- Host: GitHub
- URL: https://github.com/andrewtbiehl/andrewtbiehl.com
- Owner: andrewtbiehl
- License: other
- Created: 2022-01-26T20:39:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T10:32:52.000Z (6 months ago)
- Last Synced: 2024-07-30T13:39:28.387Z (6 months ago)
- Topics: blog, portfolio, website
- Language: HTML
- Homepage: https://andrewtbiehl.com
- Size: 2.15 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [andrewtbiehl.com](https://andrewtbiehl.com)
**The personal website of [Andrew T. Biehl](https://andrewtbiehl.com/about)**
[![Deployment status](https://img.shields.io/github/actions/workflow/status/andrewtbiehl/andrewtbiehl.com/site-deployment.yaml?branch=main&style=flat-square&label=deployment&logo=github)](https://github.com/andrewtbiehl/andrewtbiehl.com/deployments)
[![Website status](https://img.shields.io/website?style=flat-square&url=https://andrewtbiehl.com)](https://andrewtbiehl.com)This is the source code for the static website
[andrewtbiehl.com](https://andrewtbiehl.com). It is a standard
[Jekyll](https://jekyllrb.com) site deployed to [GitHub Pages](https://pages.github.com)
via
[a custom GitHub Actions workflow](https://github.com/andrewtbiehl/andrewtbiehl.com/blob/main/.github/workflows/site-deployment.yaml).## Contributing
Contributions are certainly welcome, albeit not particularly expected given the personal
nature of this project.### Development
For a functional local development environment, make sure you have
[all the prerequisite software for Jekyll](https://jekyllrb.com/docs/installation),
[Bundler](https://bundler.io/), and [Rust](https://www.rust-lang.org/learn/get-started)
installed.This project also relies on
[Git submodules](https://git-scm.com/docs/gitsubmodules#_description) for some of its
functionality. Accordingly, **make sure to initialize recursive submodules** when
cloning the project, for example with the following command:```console
git clone --recurse-submodules https://github.com/andrewtbiehl/andrewtbiehl.com.git
```Next, install the project's Ruby dependencies by running the following command from the
root of the project:```console
bundle install
```Once the environment is set up, you can build, serve, and subsequently view the site
locally at `http://localhost:4000`, via the following command:```console
bundle exec jekyll serve
```## Contact
Feel free to reach out if you have any comments or questions! My contact information can
be found [on the website](https://andrewtbiehl.com/about#contact-me).## License
The content of this blog is licensed under the
[Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0).The source code for this blog is licensed under the MIT license.
The text of both licenses can be found in
[this project's LICENSE.txt file](LICENSE.txt).