Code Monkey home page Code Monkey logo

vratskyi.github.io's Introduction

Personal Blog & Portfolio

Introducing a versatile and free template designed for use with the latest Astro version. This template boasts frequent updates, a user-friendly interface, and compatibility with various purposes. Ideal for showcasing your portfolio, crafting blog articles, and sharing your personal narrative. Unlock the potential to express yourself effortlessly with this template.


ov-template

☝️Plans for future updates

  1. Pagination for blog
  2. Remake menu
  3. Integration with one of the headless CMS (I will choose later)

This roadmap will be updated.

🖥️ Commands

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

Instalation

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run css Starts TailwindCSS

Deploy

Command Action
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

🌳 Project structure - v0.8.4

📦 vratskyi.github.io 
├─ .github
│  ├─ ISSUE_TEMPLATE
│  │  ├─ bug_report.md
│  │  ├─ custom.md
│  │  └─ feature_request.md
│  └─ workflows
│     └─ astro.yml
├─ .gitignore
├─ .nojekyll
├─ CODE_OF_CONDUCT.md
├─ CONTRIBUTING.md
├─ LICENSE
├─ README.md
├─ astro.config.mjs
├─ favicon.svg
├─ package-lock.json
├─ package.json
├─ postcss.config.cjs
├─ postcss.config.js
├─ public
│  ├─ .nojekyll
│  ├─ favicon.svg
│  ├─ img
│  ├─ src
│  │  └─ assets
│  │     ├─ img
│  │     └─ js
│  │        ├─ animate.js
│  │        └─ menu.js
│  └─ styles
│     ├─ atropos.min.css
│     ├─ global.css
│     └─ reset.css
├─ src
│  ├─ assets
│  │  ├─ img
│  │  ├─ js
│  │  │  ├─ animate.js
│  │  │  └─ menu.js
│  │  └─ styles
│  │     └─ input.css
│  ├─ components
│  │  ├─ Badge.astro
│  │  ├─ BadgeLink.astro
│  │  ├─ Button.astro
│  │  ├─ Footer.astro
│  │  ├─ Head.astro
│  │  ├─ Header.astro
│  │  ├─ PortfolioCard.astro
│  │  ├─ Post.astro
│  │  ├─ PostList.astro
│  │  ├─ Prose.astro
│  │  ├─ SwitchLang.astro
│  │  ├─ Tag.astro
│  │  ├─ Title.astro
│  │  └─ TitlePost.astro
│  ├─ content
│  │  ├─ config.ts
│  │  └─ posts
│  │     ├─ en
│  │     │  ├─ about-experience-in-web-dev.mdx
│  │     │  ├─ become-cool-frontend-dev.mdx
│  │     │  ├─ cool-plugins-for-vs-code.mdx
│  │     │  ├─ ui-kit-for-tailwind.mdx
│  │     │  └─ what-happened-in-a-month-my-blog.mdx
│  │     ├─ images
│  │     └─ ru
│  │        ├─ about-experience-in-web-dev.mdx
│  │        ├─ become-cool-frontend-dev.mdx
│  │        ├─ cool-plugins-for-vs-code.mdx
│  │        ├─ ui-kit-for-tailwind.mdx
│  │        └─ what-happened-in-a-month-my-blog.mdx
│  ├─ env.d.ts
│  ├─ i18n
│  │  ├─ ui.ts
│  │  └─ utils.ts
│  ├─ layouts
│  │  ├─ Layout.astro
│  │  ├─ PostLayout.astro
│  │  └─ PostsLayout.astro
│  └─ pages
│     ├─ blog
│     │  └─ index.astro
│     ├─ en
│     │  ├─ 404.astro
│     │  ├─ about.astro
│     │  ├─ blog
│     │  │  ├─ [...slug].astro
│     │  │  └─ index.astro
│     │  ├─ index.astro
│     │  └─ portfolio.astro
│     ├─ index.astro
│     └─ ru
│        ├─ 404.astro
│        ├─ about.astro
│        ├─ blog
│        │  ├─ [...slug].astro
│        │  └─ index.astro
│        ├─ index.astro
│        └─ portfolio.astro
├─ tailwind.config.cjs
└─ tsconfig.json

vratskyi.github.io's People

Contributors

vratskyi avatar gptwebmaster avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.