Skip to content

Commit

Permalink
return to hpstr theme
Browse files Browse the repository at this point in the history
  • Loading branch information
infominer33 committed May 28, 2019
1 parent a0bf854 commit b041a2c
Show file tree
Hide file tree
Showing 72 changed files with 1,445 additions and 3,414 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
assets/fonts/* linguist-vendored
assets/js/plugins/* linguist-vendored
assets/js/vendor/* linguist-vendored
assets/js/scripts.min.js linguist-vendored
_sass/vendor/* linguist-vendored
15 changes: 10 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
_site
.DS_Store
*.gem
*.sublime-project
*.sublime-workspace
.bundle
.DS_Store
.jekyll-metadata
.sass-cache
_asset_bundler_cache
_site
codekit-config.json
node_modules
example/_site
Gemfile.lock
.sass-cache
*.gem
node_modules
npm-debug.log*
20 changes: 20 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es5": false,
"esnext": true,
"immed": true,
"jquery": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"strict": false,
"trailing": false,
"undef": true,
"multistr": true,
"expr": true
}
10 changes: 7 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
source "https://rubygems.org"

gem 'octopress'
gem 'jekyll-paginate'
gem 'jekyll-redirect-from'
gem "tzinfo-data"
gem "jekyll", "~> 3.7"
gem "jekyll-sitemap"
gem "jekyll-feed"
gem "jekyll-paginate"
gem "jekyll-gist"
gem "jekyll-redirect-from"
13 changes: 2 additions & 11 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ module.exports = function(grunt) {
},
all: [
'Gruntfile.js',
'assets/js/*.js',
'!assets/js/*.js',
'!assets/js/plugins/*.js',
'!assets/js/vendor/*.js',
'!assets/js/scripts.min.js'
]
},
Expand Down Expand Up @@ -60,14 +59,7 @@ module.exports = function(grunt) {
dist: [
'assets/js/scripts.min.js'
]
},

githooks: {
all: {
'pre-commit': 'clean jshint uglify imagemin svgmin'
}
}

});

// Load tasks
Expand All @@ -77,7 +69,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-imagemin');
grunt.loadNpmTasks('grunt-svgmin');
grunt.loadNpmTasks('grunt-githooks');

// Register tasks
grunt.registerTask('default', [
Expand All @@ -90,4 +81,4 @@ module.exports = function(grunt) {
'watch'
]);

};
};
10 changes: 5 additions & 5 deletions LICENSE.txt → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Aron Bordin
Copyright (c) 2014 Michael Rose

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -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.
31 changes: 31 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# HPSTR Jekyll Theme

* Modern and minimal design.
* Responsive templates for post, page, and post index `_layouts`. Looks great on mobile, tablet, and desktop devices.
* Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
* Sweet animated menu with support for drop-downs.
* Optional [Disqus](http://disqus.com) comments and social sharing links.
* [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) support for a better social sharing experience.
* Simple [custom 404 page](http://mmistakes.github.io/hpstr-jekyll-theme/404.html) to get you started.
* [Syntax highlighting](http://mmistakes.github.io/hpstr-jekyll-theme/code-highlighting-post/) stylesheet to make your code examples look snazzy
* [Available in Spanish](https://github.com/cruznick/hpstr-jekyll-theme/tree/es). Thanks [@cruznick](https://github.com/cruznick)!

![HPSTR Theme Preview screenshot](http://mmistakes.github.io/hpstr-jekyll-theme/images/hpstr-jekyll-theme-preview.jpg)

---

## Getting Started

HPSTR takes advantage of SCSS and data files to make customizing easier. This theme requires Jekyll 3.x and will not work with older versions properly.

To learn how to install and use this theme check out the [Setup Guide](https://mmistakes.github.io/hpstr-jekyll-theme/theme-setup/) for more information.

---

## More Jekyll Themes

Check out my more popular Jekyll themes, available as Ruby gems and 100% GitHub Pages compatible.

* [Minimal Mistakes](https://github.com/mmistakes/minimal-mistakes)
* [So Simple](https://github.com/mmistakes/so-simple-theme)
* [Basically Basic](https://github.com/mmistakes/jekyll-theme-basically-basic)
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Awesome Freelance Web-Work Resources

So... I was moving this over to `infominer33/infominer33.github.io/web-work`, but then decided it would be nice to keep all web-working resources in their own repository, that will make theme easier to access\fork, etc.. for those who aren't interested in all the crypto, and probably improve discovery.

So... I was moving this over to [infominer33.github.io/web-work](https://infominer.id/web-work/), but then decided it would be nice to keep all web-working resources in their own repository, that will make theme easier to access\fork, etc.. for those who aren't interested in all the crypto, and probably improve discovery.

also, I'll be able to play around with a few different blog-themes... and see what I like, without disturbing the rest of the site.

Also, I'm interested to collaborate with some other writers, and maybe folk will be more interested to get involved if these resources live independently from my home-page\site...

I've realized that for what I want to do, it make sense to branch out and create new repositories as often as necessary... to the end user there is no difference, as far as the directory structure, but for trying to juggle the vast wealth of knowledge available online.. we are required to modularize.
I've realized that for what I want to do, it make sense to branch out and create new repositories as often as necessary... to the end user there is no difference, but for trying to juggle the vast wealth of knowledge available online.. we are required to modularize.
90 changes: 0 additions & 90 deletions _config.tmp

This file was deleted.

Loading

0 comments on commit b041a2c

Please sign in to comment.