https://github.com/christinahedges/tess-website-lite
Liter version of the website...!
https://github.com/christinahedges/tess-website-lite
Last synced: 3 months ago
JSON representation
Liter version of the website...!
- Host: GitHub
- URL: https://github.com/christinahedges/tess-website-lite
- Owner: christinahedges
- License: mit
- Created: 2022-09-01T19:00:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T09:37:20.000Z (11 months ago)
- Last Synced: 2025-01-30T06:22:32.966Z (5 months ago)
- Language: HTML
- Size: 65.6 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TESS Website Lite
This is a test repo for liter version of a website
# To Do
- Add a TESS Planets counter to the homepage a la https://github.com/KeplerGO/kepler-dashboard
- Fix TOC to be a sidebar
- Clean up blog post image directory
- Add cool where is TESS pointing now CSS widget# How to use:
`git clone ...`
To install `poetry` you can use:
`pip install poetry --upgrade`Then `cd` into the directory
`cd tess-website-lite`
`poetry install`This will install all the right dependencies, in a local file so it will not clash with your other packages.
Use
`poetry run make devserver`
Navigate to http://127.0.0.1:8000/ in your browser. You can change the .md files and it will update the website as you type. ctrl + c in terminal to quit the devserver.