https://github.com/area44/astro-research-theme
Simple Astro Theme for Research
https://github.com/area44/astro-research-theme
astro astrojs ssg
Last synced: 29 days ago
JSON representation
Simple Astro Theme for Research
- Host: GitHub
- URL: https://github.com/area44/astro-research-theme
- Owner: AREA44
- License: mit
- Created: 2022-06-16T16:53:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T06:33:20.000Z (about 1 month ago)
- Last Synced: 2025-03-30T07:25:57.136Z (about 1 month ago)
- Topics: astro, astrojs, ssg
- Language: Astro
- Homepage: https://area44.github.io/astro-research-theme
- Size: 3.42 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Research Theme
[](https://astro.build)
[](https://github.com/AREA44/astro-research-theme/actions/workflows/pages.yml)Preview on [GitHub Pages](https://area44.github.io/astro-research-theme).
## Runing locally
| Command | Action |
| :------------- | :------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm format ` | Format code with Prettier |You can config options in `index.astro`.
## Credits
This theme is based off of the [StyleGAN3 style](https://nvlabs.github.io/stylegan3).
## License
Licensed under the [MIT License](./LICENSE).