0.0
The project is in a healthy, maintained state
"A bootstrap powered Jekyll theme for portfolio websites."
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 4.3
 Project Readme

neutralizing

neutralizing is a portfolio theme made with jekyll and bootstrap

Theme preview

📸 Show preview

theme-preview

Installation

Add this line to your Jekyll site's Gemfile:

gem "neutralizing"

And add this line to your Jekyll site's _config.yml:

theme: neutralizing

And then execute:

$ bundle

Or install it yourself as:

$ gem install neutralizing

Usage

To edit profile image, description and tools among others, you must add the following "config.yml" content and modify it as you prefer.

title:  "Portfolio"

avatar: "assets/avatar/example-avatar.webp" #profile picture for portfolio
name:   "Your name"

#add here the technologies and tools you use
tools:
  - "Ruby"
  - "Ruby on Rails"
  - "SQLite"
  - "PostgreSQL"
  - "Bootstrap"
  - "Tailwind"

introduction: "Write something nice about yourself or whatever you want. This text should appear right below your tools."

social_username:
  twitter-x: "twitter-x-username"
  linkedin:  "linkedin-username"
  email:     "username or only example@gmail.com"
  github:    "github-username"

social_link:
  twitter-x: "https://x.com"
  linkedin:  "https://www.linkedin.com"
  github:    "https://github.com"
  email:     example@gmail.com

Examples of posts are also in the repository, which contains some extra tags such as: tools, website, thumbnail...
visit: https://github.com/nicollinoxx/neutralizing/tree/master/_posts to see examples of posts.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nicollinoxx/neutralizing. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The theme is available as open source under the terms of the MIT License.