-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0bf854
commit b041a2c
Showing
72 changed files
with
1,445 additions
and
3,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.