# website **Repository Path**: mirrors_ramsey/website ## Basic Information - **Project Name**: website - **Description**: My personal website - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

ramsey/website

My personal website and blog.

Source Code PHP Programming Language License for source code License for content License for code examples in content Build Status Codecov Code Coverage Better Stack uptime

## About This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating in this project and its community, you are expected to uphold this code. ## Getting Started Clone this repository, then `cd` into the `website` directory, install the dependencies, and run the local development web server: ```bash git clone https://github.com/ramsey/website website cd website composer install # Be sure the Symfony CLI is installed: https://symfony.com/download symfony server:start ``` You can then browse to . ## Contributing Contributions are welcome! To contribute, please familiarize yourself with [CONTRIBUTING.md](CONTRIBUTING.md). ## Coordinated Disclosure Keeping user information safe and secure is a top priority, and we welcome the contribution of external security researchers. If you believe you've found a security issue in software that is maintained in this repository, please read [SECURITY.md](SECURITY.md) for instructions on submitting a vulnerability report. ## Copyright and License ### Website Content Except where otherwise noted, all content, excluding code examples, on this website is Copyright © [Ben Ramsey](https://ben.ramsey.dev) and is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/). Please see [COPYING.content](COPYING.content) for more information. ### Code Examples in Website Content Code examples within the content of this website, unless indicated otherwise, are marked with [CC0 1.0 Universal (CC0-1.0)](https://creativecommons.org/publicdomain/zero/1.0/) and dedicated to the public domain. To the extent possible under law, Ben Ramsey has waived all copyright and related or neighboring rights to the code examples appearing within the content of this website. Please see [COPYING.examples](COPYING.examples) for more information. ### Source Code Except where otherwise noted, all source code for this website is Copyright © [Ben Ramsey](https://ben.ramsey.dev) and contributors and is licensed for use under the terms of the GNU Affero General Public License (AGPL-3.0-or-later) as published by the Free Software Foundation. Please see [COPYING](COPYING) and [NOTICE](NOTICE) for more information.