Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
35a0af0
Added initial files
mehedi-sharif Jul 18, 2019
e2b6ca8
Added MIT License
mehedi-sharif Jul 18, 2019
5f1aa3a
Added Readme file
mehedi-sharif Jul 18, 2019
b8cc9b4
Update readme file
mehedi-sharif Jul 18, 2019
abb9122
Update readme file
mehedi-sharif Jul 18, 2019
c110c3b
Update demo details in read me file
mehedi-sharif Jul 20, 2019
4aa73ae
Update read me
mehedi-sharif Jul 20, 2019
594f3f5
fix several bugs and improve quality
somratpro Aug 31, 2020
dc2b05d
Create SECURITY.md
tfsomrat Sep 1, 2020
3b0d7bb
Resign v2 initial
wrussell1999 Sep 11, 2020
caa4644
Fix git histoy
wrussell1999 Sep 11, 2020
b1f3f2c
Merge branch 'rebrand' of github.com:hackproductions/hack.productions…
wrussell1999 Sep 11, 2020
7cbca2b
Merge old site into rebrand
wrussell1999 Sep 11, 2020
1e30f8a
Add branding and tweak portfolio
wrussell1999 Sep 27, 2020
4577807
Fix logo path
wrussell1999 Sep 28, 2020
24e5a79
Tweak logo path
wrussell1999 Sep 28, 2020
468a8ed
Tweak logo from svg to png
wrussell1999 Sep 28, 2020
49b913e
Hardcore logo path
wrussell1999 Sep 28, 2020
1e17997
Add Hackcon VIII post
wrussell1999 Sep 28, 2020
f437fa8
Add Hack Quarantine post
wrussell1999 Sep 29, 2020
c152809
Changes
JFKingsley Oct 1, 2020
0ee0ea5
Remove the dots from layouts
wrussell1999 Oct 1, 2020
8e22bd7
Change website brand colours
wrussell1999 Oct 1, 2020
005fe3b
Restructure homepage by combining sections
wrussell1999 Oct 1, 2020
22b2159
Make nav bar smaller and bolder
wrussell1999 Oct 1, 2020
e4839d3
Change podcast blog post date
wrussell1999 Oct 1, 2020
e27f906
Replace icons with font awesome 4
wrussell1999 Oct 1, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
7 changes: 3 additions & 4 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
_site
.sass-cache
.jekyll-metadata
.jekyll-cache/
_site
vendor/
.bundle/
.DS_Store
.DS_Store/
.bundle/
.sass_cache/
vendor/
15 changes: 15 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: page
title: Page not found
image:
permalink: /404.html
---
<div class="container">
<div class="row">
<div class="col col-12" style="text-align: center">
<h2>404</h2>
<p>The requested page could not be found.</p>
<p><a href="{{site.baseurl}}/">Back to the home page</a></p>
</div>
</div>
</div>
13 changes: 5 additions & 8 deletions Gemfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"
gem "jekyll"
source 'https://rubygems.org'
gem 'bundler'
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'wdm', '>= 0.1.0'
61 changes: 33 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,64 +4,69 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.12.2)
eventmachine (1.2.7-x64-mingw32)
ffi (1.11.1)
ffi (1.11.1-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.2)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (4.0.0)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2)
jekyll-sass-converter (~> 2.0)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (1.3.1)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.3)
public_suffix (4.0.5)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
rb-inotify (0.10.0)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.17.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sassc (2.2.1)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
wdm (0.1.1)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
bundler
jekyll
jekyll-sitemap
wdm (>= 0.1.0)

BUNDLED WITH
2.1.4
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ bundle install
```bash
bundle exec jekyll serve
```
>>>>>>> c85bdb916171fa2687de58814168632ebbea42fe
30 changes: 25 additions & 5 deletions _config.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
baseurl: "/"
url: "hack.productions"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://hack.productions" # the base hostname & protocol for your site, e.g. http://example.com

title: Hack Productions
description: Live Event Production, with style.
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-sitemap

# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext

include:
- _pages

sass:
sass_dir: _sass
sass_dir: assets/scss
style: compressed

# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor
13 changes: 13 additions & 0 deletions _data/plugins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
################ CSS Plugins #####################
css:
- "/assets/plugins/bootstrap/bootstrap.min.css"
- "/assets/plugins/themify-icons/themify-icons.css"
- "/assets/plugins/slick/slick.css"


################ JS Plugins ######################
js:
- "/assets/plugins/jQuery/jquery.min.js"
- "/assets/plugins/bootstrap/bootstrap.min.js"
- "/assets/plugins/shuffle/shuffle.min.js"
- "/assets/plugins/slick/slick.min.js"
Loading