- {{ post.title | escape }} -
-— {{ post.excerpt | strip_html | normalize_whitespace | truncatewords: 15, '...' }}
-diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.gitignore b/.gitignore index a905225..867d379 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ -_site/ -.sass-cache/ -.jekyll-cache/ -.jekyll-metadata -Gemfile.lock -README.md *.gem -.bundle \ No newline at end of file +.bundle +.sass-cache +_site +Gemfile.lock diff --git a/404.md b/404.md index d2b889f..a50ef20 100644 --- a/404.md +++ b/404.md @@ -1,5 +1,5 @@ --- -title: You lost from my journey -permalink: "/404.html" +title: Lost from journey layout: 404 ---- \ No newline at end of file +permalink: "/404.html" +--- diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 8b13789..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index bef6526..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,76 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and expression, -level of experience, education, socio-economic status, nationality, personal -appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at justharpi@gmail.com. All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq diff --git a/Gemfile b/Gemfile index 43b6a9b..bb94df8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,33 +1,4 @@ +# frozen_string_literal: true + source "https://rubygems.org" - -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -gem "jekyll", "~> 3.8.3" - -# This is the default theme for new Jekyll sites. You may change this to anything you like. -# gem "minima", "~> 2.0" - -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem 'jekyll-feed', '~> 0.11.0' - gem 'jekyll-sitemap' - gem 'jekyll-sass-converter', '~> 1.5', '>= 1.5.2' - gem 'rouge', '3.3.0' -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0" if Gem.win_platform? - +gemspec diff --git a/LICENSE b/LICENSE.txt similarity index 87% rename from LICENSE rename to LICENSE.txt index 88aa011..ce9be25 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -1,6 +1,6 @@ -MIT License +The MIT License (MIT) -Copyright (c) 2019 Mahendrata Harpi +Copyright (c) 2019 piharpi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -9,13 +9,13 @@ 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 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md index 7b7352d..4e78a35 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,52 @@ -# Bangsring Jekyll Theme -Description is work in progress +# bangsring + +Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`. + +To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site! + +TODO: Delete this and the text above, and describe your gem + + +## Installation + +Add this line to your Jekyll site's `Gemfile`: + +```ruby +gem "bangsring" +``` + +And add this line to your Jekyll site's `_config.yml`: + +```yaml +theme: bangsring +``` + +And then execute: + + $ bundle + +Or install it yourself as: + + $ gem install bangsring + +## Usage + +TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets. + +## Contributing + +Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. 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 setup 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. + +When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. +To add a custom directory to your theme-gem, please edit the regexp in `bangsring.gemspec` accordingly. ## License -MIT License + +The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). + diff --git a/_config.yml b/_config.yml index fe504bb..69d765d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,50 +1,64 @@ # Site settings -title: Leah Rutherford -projects: true # false to hide my work -description: >- - Turpis egestas integer eget aliquet nibh praesent tristique magna sit amet - purus gravida quis blandit turpis cursus in hac habitasse platea dictumst quisque sagittis. +title: Mahendrata Harpi 🇮🇩 +description: >- + this blog is place where i'm writing about web technology + what i like and as journal for documentation things what i learned, meet me @github. lang: en-US timezone: Asia/Jakarta -icon: favicon.ico +icon: "favicon.ico" # User settings -author: - name: Leah Rutherford +author: + name: Mahendrata Harpi username: piharpi email: justharpi@gmail.com - avatar: '/assets/img/avatar.png' + avatar: "/assets/img/avatar.jpg" # Url settings -url: https://piharpi.github.io/bangsring +url: https://piharpi.com baseurl: "" -permalink: /:categories/:title -google_analytics: UA-105586262-2 -fb_appid: 1806380839422028 +permalink: blog/:categories/:title/ +google_analytics: UA-105586262-1 +fb_appid: "" +# Collection setting collections: posts: output: true # Markdown settings markdown: kramdown -syntax_highlighter: rouge +highlighter: rouge +kramdown: + syntax_highlighter: rouge # Default front matter defaults: - - - scope: + - scope: path: "" values: layout: post - image: /assets/img/avatar.png + comments: false + +# Jekyll Compose default front matter +jekyll_compose: + post_default_front_matter: + modified: + tags: [] + description: + draft_default_front_matter: + modified: + tags: [] + description: # Build settings sass: style: compressed + include: - _redirects - .htaccess + exclude: - CNAME - Gemfile @@ -52,10 +66,10 @@ exclude: - LICENSE - CHANGELOG.md - README.md - - node_modules + - node_modules - bangsring.gemspec - CODE_OF_CONDUCT.md - + # Plugins plugins: - jekyll-feed diff --git a/_data/menus.yml b/_data/menus.yml index 25f8d20..cfe6a56 100644 --- a/_data/menus.yml +++ b/_data/menus.yml @@ -1,14 +1,8 @@ -- title : Home - url : / +- title: Home + url: / -- title : Blog - url : /blog +- title: About + url: /about/ -- title : Tips - url : /tips - -- title : About - url : /about - -- title : RSS - url : /feed.xml \ No newline at end of file +- title: RSS + url: /feed.xml/ diff --git a/_data/projects.yml b/_data/projects.yml deleted file mode 100644 index d947579..0000000 --- a/_data/projects.yml +++ /dev/null @@ -1,22 +0,0 @@ - - -- title : bangsring - url : https://github.com/piharpi/bangsring - description : 🏖 Bangsring is minimalist Jekyll theme for running a personal site and blog. - action : Star - -- title : ruby-book - url : https://piharpi.gitbook.io/ruby-in-bahasa/ - description : Ruby ebook in bahasa indonesia, free and open source. - action : Issue - -- title : osingdev.org - url : https://github.com/osingdev - description : A community of programmers @banyuwangi, to discuss and share knowledge. - action : Fork - - -- title : piharpi.com - url : https://piharpi.com/ - description : My personal site, this is what you are currently seeing, running on jekyll. - action : Star \ No newline at end of file diff --git a/_includes/blog.html b/_includes/blog.html deleted file mode 100644 index 1ad4912..0000000 --- a/_includes/blog.html +++ /dev/null @@ -1,15 +0,0 @@ -
— {{ post.excerpt | strip_html | normalize_whitespace | truncatewords: 15, '...' }}
-{{ site.description }}
-