The monthly exozyme magazine https://zine.exozy.me
Go to file
Cloudyy 880ec53046
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Merge pull request 'July 2024' (#9) from july24 into main
Reviewed-on: #9
Reviewed-by: Anthony Wang <a@noreply.git.exozy.me>
2024-07-06 22:21:55 +00:00
.vscode some basic files 2024-01-15 17:29:22 -03:00
public Use XSL to style RSS feed (thanks @iacore!) 2024-02-24 22:54:12 -05:00
scripts separating posts by its year in a subfolder 2024-01-25 23:21:07 -03:00
src Add description and additional commentary for @daudix laptop post 2024-07-02 09:31:45 -05:00
.gitignore some basic files 2024-01-15 17:29:22 -03:00
.prettierrc.yaml some basic files 2024-01-15 17:29:22 -03:00
.woodpecker.yml changing the ci preview step to run automatically on push 2024-07-02 13:19:11 -03:00
astro.config.mjs Updating astro site url 2024-04-07 17:48:18 -03:00
bun.lockb Updating dependencies 2024-06-25 13:37:41 -03:00
LICENSE Add CC BY-SA 4.0 license 2024-05-06 21:37:35 -04:00
package.json Updating dependencies 2024-06-25 13:37:41 -03:00
README.md separating posts by its year in a subfolder 2024-01-25 23:21:07 -03:00
tailwind.config.mjs Added prettier:check and prettier:fix scripts to package.json + Applying prettier fixes 2024-06-04 08:20:16 -03:00
tsconfig.json Added prettier:check and prettier:fix scripts to package.json + Applying prettier fixes 2024-06-04 08:20:16 -03:00

Exozine

The monthly exozyme magazine.

Creating a new post

Its pretty easy! Clone this repo, create a new file at src/content/posts/ with this command:

bun run scripts/createPost.ts

and then create a pull request!

If you are going to add images, please use full url paths.

Preview

To preview your changes, run:

Install Packages
bun install
bun astro dev