indra87g / kochengsmp

Website official untuk server minecraft KochengSMP

Home Page:https://kochengsmp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro-Portfolio

Simple portfolio made in Astro and Solidjs

you can view a demo here

Features πŸ”₯

  • SSG
  • Responsive
  • Sitemap
  • Good lighthouse Score
  • Blog RSS feed
  • Work projects page
  • Now page (What's that?)
  • Blog pagination
  • dynamic OG image preview for blog posts
  • Smooth page transition (this might not work since it use browser API)

In order to disable a pages you need to prefix the file name with an _ (e.g.: about.astro -> _about.astro)

Structure

/
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ fonts/
β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”œβ”€β”€ logo.svg
β”‚   └── robots.txt
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ content/
β”‚   β”‚   |  blog/
β”‚   β”‚   |    └── some-blog-posts.md
β”‚   β”‚   └── config.ts
β”‚   β”œβ”€β”€ layouts/
β”‚   └── pages/
β”‚   └── utils/
β”‚   └── config.ts
└── config.ts // you can set all social links, email and other info here
└── package.json

Commands 🧞

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

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
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

Steps ▢️

# Clone this repository
$ git clone https://github.com/Ladvace/Astro-portfolio
# Go into the repository
$ cd Astro-portfolio
# Install dependencies
$ npm install
# Start the project in development
$ npm run dev

Deploy on Netlify πŸš€

Deploying your website on Netlify it's optional but I reccomand it in order to deploy it faster and easly.

You just need to fork this repo and linking it to your Netlify account.

Authors ❀️

About

Website official untuk server minecraft KochengSMP

https://kochengsmp.vercel.app


Languages

Language:Astro 86.2%Language:TypeScript 11.6%Language:JavaScript 1.6%Language:MDX 0.6%