Skip to content

Releases: Keimeno/personal-portfolio

Release version 1.1.0

29 Mar 23:49
789a914
Compare
Choose a tag to compare

Changelog

  • switched from css columns to vue-masonry-css
    • better indexing
    • now works from LTR instead of TTB
  • seperated imported plugins

Release version 1.0.1

01 Feb 21:53
4d542f8
Compare
Choose a tag to compare

Changelog

  • minor bug fixes
  • improved UX

Release version 1.0.0

18 Jan 13:56
79f3fd8
Compare
Choose a tag to compare

Personal Portfolio

Coverage Status
Build Status

Description

This is my personal portfolio website. If you're interested in using it for yourself, go by the following steps.

Setup

  • npm i
  • npm start (for development purposes)
  • npm i -g firebase
  • firebase init
  • npm run build
  • npm run deploy

Configuration

To configure this website to your own, you need to change the following files:

src/
    store/
        storage/
			projects/
			open-source/
				index.ts
				list.ts
				items/
					index.ts
					...
	assets/
		projects/
		open-source/
			screenshots/
				.../
					...
			...

As it is easily possible to test out what you need to change to expect what behavior I will not provide any further documentation about this. Especially because this is not supposed to be widely used.