Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil committed Jun 28, 2024
2 parents 3759f28 + 3cccd12 commit d905ea0
Show file tree
Hide file tree
Showing 140 changed files with 1,110 additions and 5,490 deletions.
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

6 changes: 6 additions & 0 deletions 2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Resume Style 2
subtitle: This is the demo site for Bulma Clean Theme
layout: resume
permalink : /yes
---
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
layout: 404
title: 404
description: The requested page could not be found.
permalink: /404.html
---
---
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ source "https://rubygems.org"
group :jekyll_plugins do
gem "jekyll-feed"
gem "jekyll-sitemap"
gem "jekyll-paginate"
gem "jekyll-seo-tag"
gem 'jekyll-redirect-from'
gem 'webrick'
gem 'jekyll-sass-converter'
end
Expand Down
Binary file added Im-Resume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 14 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,20 @@
# bulma-clean-theme
# im-resume

[![Gem Version](https://badge.fury.io/rb/bulma-clean-theme.svg)](https://badge.fury.io/rb/bulma-clean-theme)
![Gem](https://img.shields.io/gem/dt/bulma-clean-theme.svg)
![im-resume](Im-Resume.png)

This is a clean and simple Jekyll Theme built with the [Bulma](https://bulma.io/) framework, providing a modern-looking site to start with.
im-resume is a customizable Jekyll theme template built with the Bulma framework, designed for creating stylish resumes.

The theme uses [Alpine.js](https://github.com/alpinejs/alpine) for its interactive components, such as mobile navbar and notifications.
## Features

## Contents
- Clean and minimalistic design.
- Fully responsive layout using Bulma CSS framework.
- Easy customization via `_config.yml`.
- Includes sections for personal information, skills, experience, education, projects, and more.
- Integrated Font Awesome icons for skills and social media.
- Optimized for fast loading and SEO-friendly.

* [Installation](#installation)
* [Documentation](#documentation)
* [Upgrading to v1](#upgrading-to-v1)
* [Contributing](#contributing)
* [Development](#development)
* [Licence](#licence)


## Installation

Add this line to your Jekyll site's `Gemfile`:

```ruby
gem "bulma-clean-theme"
```

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

```yaml
theme: bulma-clean-theme
```
If you are deploying to GitHub pages, then you can also install the [GitHub Pages gem](https://github.com/github/pages-gem) and use `remote_theme` instead of `theme` in your `_config.yml`. **Note that the GitHub Pages gem requires Jekyll version 3.9.**

```yaml
# With GitHub Pages Gem
remote_theme: chrisrhymes/bulma-clean-theme
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install bulma-clean-theme

## Documentation

Check out the demo site for the [Documentation](https://www.csrhymes.com/bulma-clean-theme/docs/)

## Upgrading to v1

There are several breaking changes for v1. Please read the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/getting-started/upgrading-to-v1/) for more information.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/chrisrhymes/bulma-clean-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## Development

To set up your environment to develop this theme, run `bundle install`.

Your theme is set up just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.

## License

The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Documentation
-- Coming Soon

License
This project is licensed under the MIT License. See the LICENSE file for more details.
Loading

0 comments on commit d905ea0

Please sign in to comment.