knagaitsev / knagaitsev.github.io

A clean and simple portfolio template for developers.

Home Page:https://rajshekhar26.github.io/cleanfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO:

  • replace text placeholders
  • add a description in the 'description' meta tag HTML

Need the following:

  • About
  • Projects
  • Publications
  • Education
  • Contact
  • Other?

Cleanfolio

A clean and simple portfolio template built using React, if want a template built with HTML, CSS and JS then check out Cleanfolio Minimal.

Preview

Imgur

See Live

Instructions

Setup

git clone https://github.com/rajshekhar26/cleanfolio
cd cleanfolio

If you use nvm or fnm (optional) -

nvm install
nvm use

Or -

fnm install
fnm use

Install and run -

yarn
yarn start

How to use

  • Open public/index.html and replace -

<title>John Smith</title> with <title>Your Name</title>.

  • Open src/portfolio.js and make changes.

Deployment

  • Go to package.json file and replace -

"homepage": "https://rajshekhar26.github.io/cleanfolio"

with "homepage": "https://yourusername.github.io".

  • Push the changes.

  • Build and deploy -

yarn build
yarn deploy

License

MIT

About

A clean and simple portfolio template for developers.

https://rajshekhar26.github.io/cleanfolio/

License:MIT License


Languages

Language:JavaScript 65.2%Language:CSS 31.0%Language:HTML 3.8%