Source for my blog at https://ame.yl3.lv/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kristaps Enkuzens b1db616623 Build fix 2 months ago
.vscode Astro create 4 months ago
public Fixed socials images, updated readme 3 months ago
src Build fix 2 months ago
.gitignore Astro create 4 months ago
README.md Build fix 2 months ago
astro.config.mjs Fixing hardlinks 3 months ago
package-lock.json Build fix 2 months ago
package.json Rebuild with newer astro version, some issues w bun 2 months ago
tailwind.config.cjs Tailwind markdown styling 4 months ago
tsconfig.json Migrated all posts 3 months ago

README.md

YL3AME Bloga Izejas kods

Šis ir mana https://ame.yl3.lv/ bloga kods.

Veidots ar

npm create astro@latest -- --template blog

Komandas

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

(Use npm as bun currently does not build this anymore, getting error ReadableByteStreamController)

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run prettier Run prettier on all ./src/ directory
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

Deployment

npm run build
rsync -av --delete dist/ yl3ame@everglade:public

Vairāk par Astro

Check out our documentation or jump into our Discord server.