https://github.com/bkosm/personal
Personal blog site, created with Fresh
https://github.com/bkosm/personal
actions approval-testing blog cicd deno fresh markdown tech visual-regression-testing
Last synced: 4 months ago
JSON representation
Personal blog site, created with Fresh
- Host: GitHub
- URL: https://github.com/bkosm/personal
- Owner: bkosm
- Created: 2022-08-12T09:16:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T12:03:28.000Z (over 2 years ago)
- Last Synced: 2025-01-14T14:32:47.658Z (5 months ago)
- Topics: actions, approval-testing, blog, cicd, deno, fresh, markdown, tech, visual-regression-testing
- Language: TypeScript
- Homepage: https://bkosm.deno.dev
- Size: 6.01 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/bkosm/personal/actions/workflows/pipeline.yml)
# Personal blog website implemented with Fresh
## Features
- fully serverless and free of charges
- hosted for free on [deno deploy](https://deno.com/deploy)
- comments powered by [gitalk](https://github.com/gitalk/gitalk)
- posts written in pure markdown
- testing automated with simple self-made
[visual regression tests](https://medium.com/loftbr/visual-regression-testing-eb74050f3366)
- following the
[approval test](https://www.methodsandtools.com/archive/approvaltest.php)
approach
- super fast, lighthouse loves it
- pipeline'd all the way to production---
## "I want to try it locally"
### Install puppeteer distro
```bash
deno task install-puppeteer
```### Start local server
```bash
deno task start
```### Run all tests
```bash
deno test --allow-all
```---
## Generated snapshots preview
Can be found [here](/test/__snapshots__/README.md)!