Minimal design, easily customizable portfolio via single YAML file for all creators, engineers, and developers.
Demo 🔗
- Customizable Portfolio Template via YAML file, including:
- About You
- Project Showcases
- CV
- Social Links
- Your Portfolio in Another Language
- Simple Implementation of Contexto to engage readers
- Clone this repository by running
git clone https://github.com/Yusuke710/minimalfolio.github.io.git
- Modify
content.yaml
in any editor of your choice, such as Visual Studio Code - Publish it on GitHub Pages for Free!
- Go to content.yaml and change any sections you like. For example:
projects:
- sectionID: project_1
sectionClass: project-bg-1
imgSrc: ./assets/png/economics_video.png
imgAlt: Software Screenshot
title: Economics Video with 3B1B Style
description: >
This video explains the introductory Consumer Theory in Mathematical Economics, specifically the "Existence of a Utility Function Representing Preference Relation."
link:
text: YouTube Video
href: https://www.youtube.com/watch?v=tCaYM52Cq2c
- Follow Dopefolio Github repository to make design changes to
style.css
- Change text
日本語
to any language you like and make sure the translated content is in content_second_language.yaml
header:
logoAlt: Portfolio for Yusuke
links:
- text: Home
href: "./index.html"
- text: Publications
href: "./publications.html"
- text: CV
href: "https://drive.google.com/file/d/11vvfBDRHPdswER4hXFbxkCMhqUoMKDzq/view?usp=sharing"
- text: 日本語
href: "./index.html"
Add a Little Interactive Game, Contexto
Run the following code to ensure the game, contexto is working.
# Install requests, bs4, openai
$ pip install PyYAML numpy openai
# Export openai key (on Linux)
$ export OPENAI_API_KEY='yourkey'
# Encode words into vector embeddings
$ python word_embedding/text_embed.py
Otherwise, remove the section by setting it to False
like below:
quiz:
mainHeading: Wanna play a game?
howToPlay: Guess the chosen word within this portofolio to reveal a secret!!
submit_btn: Submit Guess
play_contextofolio: False
This project is licensed under the GPL-3.0 License - see the LICENSE file for details