The monthly exozyme magazine https://zine.exozy.me
Go to file
iacore f7127e2748
Some checks are pending
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending
fix xsl
/: add article count
2024-01-27 14:37:55 +00:00
.vscode some basic files 2024-01-15 17:29:22 -03:00
public fix xsl 2024-01-27 14:37:55 +00:00
scripts separating posts by its year in a subfolder 2024-01-25 23:21:07 -03:00
src fix xsl 2024-01-27 14:37:55 +00: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 [fix] running the main step on the deployment event 2024-01-26 00:37:39 -03:00
astro.config.mjs site config 2024-01-24 18:41:29 -03:00
bun.lockb removed gray-matter 2024-01-25 23:31:38 -03:00
package.json removed gray-matter 2024-01-25 23:31:38 -03:00
pnpm-lock.yaml experiment with xsl (failed) 2024-01-27 14:14:00 +00:00
README.md separating posts by its year in a subfolder 2024-01-25 23:21:07 -03:00
tailwind.config.mjs using a lighter color for the background 2024-01-23 20:17:53 -03:00
tsconfig.json some basic files 2024-01-15 17:29:22 -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