The monthly exozyme magazine https://zine.exozy.me
Go to file
2024-01-26 01:23:44 +00:00
.vscode some basic files 2024-01-15 17:29:22 -03:00
public using the new logo 2024-01-20 20:29:59 -03:00
scripts added createPost script and a few docs in the readme 2024-01-24 19:28:20 -03:00
src rewriting the old posts 2024-01-24 23:38:57 -03: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 Make CI pipeline cp to /srv/http/zine instead of zinedev 2024-01-26 01:23:44 +00:00
astro.config.mjs site config 2024-01-24 18:41:29 -03:00
bun.lockb fixed type errors 2024-01-24 18:52:50 -03:00
package.json fixed type errors 2024-01-24 18:52:50 -03:00
README.md added createPost script and a few docs in the readme 2024-01-24 19:28:20 -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 "Filename"

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