Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An open-source Vue.js personal portfolio template with a dark theme, JSON-based config, and static deployment.
i358.me is an open-source single-page portfolio template built with Vue.js and the Vue CLI, created to let developers present a short bio and project list on a fast, static site with a dark theme.
i358.me is a personal portfolio website template that takes its content from one JSON configuration file and outputs a static HTML build you can host anywhere. The project runs on the Vue.js framework, uses Vue CLI for scaffolding and building, and is published on GitHub by user i358 under the GPL v2 license. The README describes it as a small personal site that summarizes the author and lists their projects, with a screenshot of version 0.8.2 available in the repository.
serve package or deployed to Netlify or Vercel using official guides linked in the README.serve -s dist -p 80 to host the site locally on port 80, or use a different port as needed.After cloning the repository, install dependencies with npm install and edit the configuration file src/__1.json to replace the default Discord ID, name, bio, and site name. Build the project with npm run build, which outputs a static site into the dist directory. That folder is then served directly or uploaded to a static hosting provider; the README includes step-by-step deployment guides for both Netlify and Vercel.
Yes, i358.me is open source under the GPL v2 license, so there is no cost to use, modify, or redistribute the template. You can find the full license text on the GNU website linked from the GitHub repository.
Open the file src/__1.json in the repository root and edit the values for ID (your Discord user ID), NAME, BIO, SITENAME, and DOMAIN. After saving your changes, run npm run build again to regenerate the static site.
Yes. The README provides links to official guides for deploying a Vue site to Netlify and to Vercel. The generated dist folder is a static site, so it works well with both free-tier hosting services.
The README documents a dark color palette: background #181b29, text #f1f2f3, shadows #5e5f6b, and borders #e55169. These colors are visible in the project's screenshot and CSS.
