Skip to content

nicollinoxx/neutralizing

Repository files navigation

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

If you don’t want a certain social link to appear in your portfolio, simply leave its social_link value empty.
The theme will only display links that have a non-empty URL.

For example, to show only GitHub and hide all other social links:

social_username:
  github: "github-username"

social_link:
  github: "https://github.com"
  twitter-x: ""
  linkedin: ""
  email: ""

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.

About

neutralizing is a portfolio theme made with jekyll and bootstrap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors