All Projects → trekhleb → trekhleb.github.io

trekhleb / trekhleb.github.io

Licence: 0BSD license
🧬 My personal website with a list of my projects that help people learn and blog posts about life, web-development, and machine-learning.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to trekhleb.github.io

myPortfolio
This is a portfolio application built by using Next.js, ChakraUi, Typescript and Dev.to api.
Stars: ✭ 127 (-12.41%)
Mutual labels:  portfolio, personal-website
andresrodriguez55.github.io
Personal blog and portfolio with administration panel, notification system and comment system.
Stars: ✭ 18 (-87.59%)
Mutual labels:  portfolio, personal-website
soon
FW2021 — ✨ Personal site & portfolio for creative developer Henry Desroches
Stars: ✭ 40 (-72.41%)
Mutual labels:  portfolio, personal-website
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+137.24%)
Mutual labels:  portfolio, personal-website
Portfolio
👤 Automatically generate a beautiful, responsive, static-site to display your GitHub projects.
Stars: ✭ 54 (-62.76%)
Mutual labels:  portfolio, personal-website
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: ✭ 23 (-84.14%)
Mutual labels:  portfolio, personal-website
portfolio
Simple yet fully featured portfolio website
Stars: ✭ 27 (-81.38%)
Mutual labels:  portfolio, personal-website
mahtamun-hoque-fahim.github.io
Repository for my ever loved portfolio, for what I've spent a huge amount of time. Check it out !
Stars: ✭ 10 (-93.1%)
Mutual labels:  portfolio, personal-website
mariusz.cc
Personal website, powered by Middleman
Stars: ✭ 40 (-72.41%)
Mutual labels:  portfolio, personal-website
theodorusclarence.com
💠 Personal website and blog made using Next.js, TypeScript, Tailwind CSS, MDX Bundler, FaunaDB, and Preact.
Stars: ✭ 205 (+41.38%)
Mutual labels:  portfolio, personal-website
portfolio-template
Portfolio template for any developer or designer. Made with love towards everyone :)
Stars: ✭ 21 (-85.52%)
Mutual labels:  portfolio, personal-website
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (-71.72%)
Mutual labels:  portfolio, personal-website
AVS1508.github.io
Personal Résumé Website developed using ReactJS and Bootstrap and hosted on Github Pages. Displays my web presence, story, work experience, education, projects, achievements, and contact information.
Stars: ✭ 24 (-83.45%)
Mutual labels:  portfolio, personal-website
thundergolfer.github.io
just my website. 🌩🏌🏼‍♂️
Stars: ✭ 16 (-88.97%)
Mutual labels:  portfolio, personal-website
gatsby-theme-portfolio-minimal
A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
Stars: ✭ 51 (-64.83%)
Mutual labels:  portfolio, personal-website
rajaprerak.github.io
Personal Portfolio Website
Stars: ✭ 188 (+29.66%)
Mutual labels:  portfolio, personal-website
shellbear.me
Source code of my personal website and blog ✨
Stars: ✭ 177 (+22.07%)
Mutual labels:  portfolio, personal-website
sutanlab.id
☕️ My Personal Homepage & Blog site with NextJS. 🇺🇸 🇮🇩
Stars: ✭ 39 (-73.1%)
Mutual labels:  portfolio, personal-website
BaseMax.Github.io
Max Base Personal Website.
Stars: ✭ 20 (-86.21%)
Mutual labels:  portfolio, personal-website
My-Alternate-Portfolio-Website
Portfolio Website generated using Jekyll, Sass, and Gulp.js, to showcase my web presence, résumé, story, & featured projects with a Particle.js aligned theme.
Stars: ✭ 127 (-12.41%)
Mutual labels:  portfolio, personal-website

trekhleb.dev

CI

My personal website with a list of my projects that help people learn and blog posts about life, web-development, and machine-learning.

trekhleb.dev

Development

The website is built on Gatsby. See the Gatsby cheat-sheet for development hints.

Running the project locally

Install proper version of Node:

nvm use

Install dependencies:

npm i --legacy-peer-deps

To run the project locally in development mode on http://localhost:8000:

npm run develop

View GraphiQL, an in-browser IDE, to explore your site's data and schema on http://localhost:8000/___graphql

To build the production version of the project:

npm run build

Serve the production build for testing on http://localhost:9000:

npm run serve

To do ESLint and Type checking:

npm run lint
npm run type

Working with icons

Use react-icons.github.io to search for available icons.

Styling components

Use tailwindcss.com to search for available CSS classes.

Custom Domain Support

To serve the trekhleb.github.io web-site on a custom domain trekhleb.dev make sure that the public branch has CNAME file in the root folder. For more details read this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].