Tokyo – Personal Portfolio Jekyll Theme is for many purposes. It’s a creative, minimal, and clean design. It has all of the features of the business website. It’s suitable for any startup business, companies, agencies, and freelancers who need a professional way to showcase their projects and services with a 100% super responsive experience. Key […]
Category: Tokyo Jekyll Theme
Capture the essence of Tokyo with our Jekyll theme. Impress visitors with its modern and vibrant design. Get the Tokyo theme and create a captivating website
How to set the dark version permanently in Tokyo Jekyll Theme?
To set the dark version in Tokyo jekyll theme, You just need to add class dark with the body tag. Example Open the theme file and then go to _layouts/default.html Now file the following code and replace with You will get the dark version activated.
How to change homepage data in Tokyo Jekyll Theme?
To change the data in the homepage, open Tokyo Jekyll Theme file and then you will find the following code there : There you can change the profile name, image, bio and others social link. I you want to add custom social links there, feel free to contact us. We will add it for you […]
How to update portfolio content in Tokyo Jekyll theme?
In Tokyo Jekyll theme, there has a nice style portfolio section. You can change the content for that section easily form the _data/portfolio.yml file. Here following the structure of the portfolio data : You can update the name, image URL, project URL, filter class and category name there. We strongly recommend to use the filter_classes […]
How to create navigation in jekyll ( tokyo ) theme?
Creating navigation in jekyll theme is very easy. You can change the navigation menu items easily from the _data/navigation.yml file Here following the navigation code structure : You can use any custom URL there and also text can be change there.
Tokyo Jekyll Theme Changelog
Here following the changelog for Tokyo Jekyll Theme
Jekyll Theme Deployment
To run our jekyll theme locally, navigate to the theme directory from your PC and run bundle install command in git client app. to install the dependencies, then run bundle exec jekyll serve to start the Jekyll server. Here following some good resources to deploy jekyll : Manual Deployment Automated Deployment (Example: Travis CI, Circle CI, Buddy etc) 3rd Party […]