An open API service indexing awesome lists of open source software.

https://github.com/chohner/chohner.com

personal webpage
https://github.com/chohner/chohner.com

astrojs

Last synced: 11 months ago
JSON representation

personal webpage

Awesome Lists containing this project

README

          

# chohner.com (based on Astro Starter Kit: Basics)

Personal website, mostly to pick up Astro.

Inspiration: https://www.mritamar.com/ & https://astro.build/themes/details/brutal/

Biggest strugle was probably rendering the bibtex files, see `src/components/citations/bibtexToHTML.js` for details.

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
| `npm run deploy` | Build & deploy site to location set in .env file |

Note: For `npm run deploy`, add `.env` file with following entry:

```
DEPLOY_LOCATION=user@URL:/path/to/www/
```