https://github.com/dennohpeter/portfolio-v2
My personal website built with Statik, Jinja2 & SqlAchemy.This is where I showcase all my projects.
https://github.com/dennohpeter/portfolio-v2
jinja2 personal-website portfolio portfolio-website sqlalchemy statik
Last synced: 2 months ago
JSON representation
My personal website built with Statik, Jinja2 & SqlAchemy.This is where I showcase all my projects.
- Host: GitHub
- URL: https://github.com/dennohpeter/portfolio-v2
- Owner: dennohpeter
- License: mit
- Created: 2020-01-28T07:11:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T00:39:21.000Z (over 2 years ago)
- Last Synced: 2025-03-09T08:42:37.036Z (3 months ago)
- Topics: jinja2, personal-website, portfolio, portfolio-website, sqlalchemy, statik
- Language: CSS
- Homepage: https://dennispeter.netlify.app/
- Size: 597 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
dennohpeter.com

## :hammer_and_wrench: Installation & Set Up
1. Create a virtual environment
``` sh
python3 -m venv venv
```2. Update pip to the latest version
``` sh
pip install --upgrade pip
```3. Install dependencies(requirements).
``` sh
pip install -r requirements.txt
```4. Start the development server
``` sh
statik --watch
```## :rocket: Building and Running for Production
1. Generate a full static production build
``` sh
statik
```2. Preview the site as it will appear once deployed at
``` sh
cd public/
```## :pushpin: Note
I've made my website open source for your inspiration, motivation, and curiosity.
However, this theme is highly customized and personally tailored, and it would take more work to remove all my custom code than create your own.**I encourage you to be creative and create your own theme, design, and content**.The [Statik Simple Walkthrough](https://github.com/thanethomson/statik/wiki/Walkthrough) is a great place to start, and is the base for this portfolio.
## :skull: Features
* Posts and pages in Markdown(**Md**)
* Tagging and categories
* Fully responsive
* SEO optimized (Twitter Card, JSON-LD, RSS and sitemap)
* Highly optimized (Lighthouse score ~400)
* Theming## :electric_plug: Contributing
If you see any typos or formatting errors in a post, or any other issue that needs to be addressed, please do not hesitate to open a pull request and fix it!
## :page_with_curl: Acknowledgements
1. Thane Thompson [@thanethomson](https://github.com/thanethomson) - Statik
2. Tania Rascia [@taniarascia](https://github.com/taniarascia) - Readme format, and her special articles.
3. Brittany Chiang [@bchiang7](https://github.com/bchiang7) - Portfolio Design Inspiration## :neckbeard: Author
1.[Dennis Peterson](https://dennohpeter.com)
## :rotating_light: LICENCE
I value keeping this site open source, but as you all know, **plagiarism is bad**. I spent a non-negligible amount of effort developing, designing, and trying to perfect this website, and I am proud of it! All I ask is to not claim this effort as yours.
So, feel free to fork this repo. If you do, please just give me proper credit by linking back to my website, https://dennohpeter.com. Refer to this handy [quora post](https://www.quora.com/Is-it-bad-to-copy-other-peoples-code) if you're not sure what to do. Thanks!