https://github.com/tesu/website
my personal website
https://github.com/tesu/website
css flask html markdown python
Last synced: 3 months ago
JSON representation
my personal website
- Host: GitHub
- URL: https://github.com/tesu/website
- Owner: tesu
- License: mit
- Created: 2017-11-24T15:28:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-16T21:46:00.000Z (8 months ago)
- Last Synced: 2025-11-16T23:21:33.323Z (8 months ago)
- Topics: css, flask, html, markdown, python
- Language: HTML
- Homepage: https://jasonl.net
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jasonl.net
Jason Lam's personal website, available at [jasonl.net](https://jasonl.net). You're probably not interested in deploying it, but I'll include the instructions here anyway.
## Deploying a test environment
1. `git clone git@github.com:tesu/website.git`
2. `cd website`
3. `pip install -e .`
4. `cd tesu`
5. `sqlite3 app.db < schema.sql`
6. ??? (there might be some other setup I've forgotten)
7. `./tesu.py`
## Deploying a prod environment
I recommend using NGINX + uWSGI.