Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A hacker-inspired, highly customizable Jekyll theme for notes, blogs, portfolios, and CV-style personal sites.
pRoJEct-VeXEd is a hacker-inspired Jekyll theme for building notes, blogs, portfolios, and CV-style personal websites, organized through Jekyll collections.
pRoJEct-VeXEd is a Jekyll theme distributed under the MIT License, designed for personal sites that need to mix notes, blog posts, portfolio items, and CV-style pages. It requires Ruby and Bundler, and it converts Markdown content placed in ./collections/ into a fully static website. The theme was created by akiritsu and is available on GitHub at https://github.com/akiritsu/pRoJEct-VeXEd.
./collections/ directory and register each collection in _config.yml to manage notes, portfolios, albums, and other content types without extra recoding.disqus_username in _config.yml to enable Disqus commenting on pages._config.yml to change site info, collections, and Disqus settings.bundle exec jekyll serve after bundle install to preview at http://127.0.0.1:4000.Install Ruby and Bundler, then run bundle install and bundle exec jekyll serve. Content goes into ./collections/ and is registered in _config.yml; each collection is output to its own permalink and aggregated in the Archive page.
Yes, the theme is distributed under the MIT License, so it is free to use, modify, and distribute.
Create a folder inside ./collections/, add your Markdown files, and register the collection in _config.yml with output: true and your desired permalink. All entries appear on the Archive page automatically.
Create a Disqus account and set your Disqus username in _config.yml under disqus_username. The theme will then include Disqus comment threads on your pages.
You need Ruby and Bundler installed. After cloning the repository, run bundle install to install dependencies, then bundle exec jekyll serve to run the site locally.
