bangsring

πŸ– Bangsring is minimalist Jekyll theme for running a personal site and blog.


Keywords
blog, gh-pages, jekyll, jekyll-blog, jekyll-site, jekyll-theme, minimalist-jekyll-theme, netlify, now-sh, personal-site, ruby, starter, theme
License
MIT
Install
gem install bangsring -v 0.1.1

Documentation

Bangsring

​ Adalah tema jekyll minimalis, ringan dan responsive, sempurna untuk Personal site juga blog anda, membuat diri anda seperti orang professional, bisa dijankan melalui Github Pages, Netlify, maupun server sendiri, anda juga bisa menyesuaikan tema ini dengan mengedit kode sumber, cukup untuk perkenalanya, klik untuk demo.

GAMBAR RESPONSIVE(DESKTOP, TAB, MOBILE) DISINI

Fitur Penting

  • Tentu responsive dialat apapun.

  • Tampilan yang nyaman dibaca, tidak merusak matamu.

  • Compatible dengan browser tua i.e: Internet Explorer.

  • Compatible dengan Github Pages and Netlify.

  • Dibuat dengan Sass/SCSS preprocessor dan data lainya mudah untuk disesuaikan.

  • Google Analystics support.

  • Commenting support powered by Disqus(optional).

  • Optimized for search engines with support for Twitter Cards and Open Graph data

Installation

Ada tiga cara penginstallan tema melalui Ruby gem,

Directory Structure

bangsring
β”œβ”€β”€ _data                      # data files for customizing the theme
|  β”œβ”€β”€ menus.yml          	   # navigation links
|  └── projects.yml            # list projects
β”œβ”€β”€ _includes
|  β”œβ”€β”€ analytics-providers     # snippets for analytics (Google and custom)
|  β”œβ”€β”€ comments-providers      # snippets for comments
|  β”œβ”€β”€ toc                     # table of contents helper
|  └── ...
β”œβ”€β”€ _layouts
|  β”œβ”€β”€ page.html   # tag/category archive for Jekyll Archives plugin
|  β”œβ”€β”€ blog.html            # archive base
|  β”œβ”€β”€ tags.html               # archive listing posts grouped by tags
|  └── category.html             # splash page
β”œβ”€β”€ _sass                      # SCSS partials
β”œβ”€β”€ assets
|  β”œβ”€β”€ css
|  |  └── style.scss           # main stylesheet, loads SCSS partials from _sass
|  β”œβ”€β”€ image                   # image assets for posts/pages/collections/etc.
|  |  β”œβ”€β”€ posts				   #
|  |  β”œβ”€β”€ logo.jpg	
|  β”œβ”€β”€ js
|  |  β”œβ”€β”€ plugins              # jQuery plugins
|  |  β”œβ”€β”€ vendor               # vendor scripts
|  |  β”œβ”€β”€ _main.js             # plugin settings and other scripts to load after jQuery
|  |  └── main.min.js          # optimized and concatenated script file loaded before 
β”œβ”€β”€ _config.yml                # site configuration
β”œβ”€β”€ Gemfile                    # gem file dependencies
β”œβ”€β”€ index.html                 # paginated home page showing recent posts
└── package.json               # NPM build scripts

Berkontribusi

Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or fixing a bug? Then by all means submit an issue or pull request. If this is your first pull request, it may be helpful to read up on the GitHub Flow first.

Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.

This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started.

Pull Requests

When submitting a pull request:

  1. Clone the repo.
  2. Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
  3. Open a pull request on GitHub and describe the feature or fix.

Theme documentation and demo pages can be found in the /docs if submitting improvements, typo corrections, etc.

License

MIT License

Copyright (c) 2019 Mahendrata Harpi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.