diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..4a36342 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.0.0 diff --git a/Gemfile b/Gemfile index ab38815..b919559 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' -gem 'jekyll' \ No newline at end of file +gem 'jekyll' +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 61755ec..265f85c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,17 +4,17 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) - concurrent-ruby (1.1.8) - em-websocket (0.5.2) + concurrent-ruby (1.1.9) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.15.1) + ffi (1.15.4) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (1.8.10) + http_parser.rb (0.8.0) + i18n (1.8.11) concurrent-ruby (~> 1.0) - jekyll (4.2.0) + jekyll (4.2.1) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -38,7 +38,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.3) - listen (3.5.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -49,19 +49,21 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.26.0) + rouge (3.27.0) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) + webrick (1.7.0) PLATFORMS ruby DEPENDENCIES jekyll + webrick (~> 1.7) BUNDLED WITH - 1.17.2 + 2.2.3 diff --git a/README.md b/README.md index 251cc32..ea0aef8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # raina-shannon -A Jekyll site for Raina Shannon + +A Jekyll site for Raina Shannon. + +## Deploy + +[![Netlify Status](https://api.netlify.com/api/v1/badges/71c8c614-1b11-44cc-a2c9-42299c62698d/deploy-status)](https://app.netlify.com/sites/raina-shannon/deploys) + +Using Netlify to deploy. diff --git a/_art/catra.html b/_art/catra.html new file mode 100644 index 0000000..d2f5fc2 --- /dev/null +++ b/_art/catra.html @@ -0,0 +1,6 @@ +--- +layout: art_post +title: "Catra" +description: "Inspired by the queer magic of Noelle Stevenson's She-Ra and the Princesses of Power; Drawn in Procreate" +image: /images/Catra.png +--- diff --git a/_art/holiday-2017.html b/_art/holiday-2017.html new file mode 100644 index 0000000..ed3cc25 --- /dev/null +++ b/_art/holiday-2017.html @@ -0,0 +1,6 @@ +--- +layout: art_post +title: "Holiday 2017" +description: "Doodles of friends in the xmas holiday spirit; Drawn in Procreate" +image: /images/new_XMas.png +--- diff --git a/_art/holiday-2018.html b/_art/holiday-2018.html new file mode 100644 index 0000000..a777017 --- /dev/null +++ b/_art/holiday-2018.html @@ -0,0 +1,6 @@ +--- +layout: art_post +title: "Holiday 2018" +description: "My cat insisted on being featured in the festivities; Drawn in Procreate" +image: /images/Christmas_Card.jpg +--- diff --git a/_art/holiday-2019.html b/_art/holiday-2019.html new file mode 100644 index 0000000..340226e --- /dev/null +++ b/_art/holiday-2019.html @@ -0,0 +1,6 @@ +--- +layout: art_post +title: "Holiday 2019" +description: "My favorite card, inspired by the year I dyed my hair pink; Drawn in Procreate" +image: /images/Holiday_2019.jpg +--- diff --git a/_art/layered-response.html b/_art/layered-response.html new file mode 100644 index 0000000..5172959 --- /dev/null +++ b/_art/layered-response.html @@ -0,0 +1,6 @@ +--- +layout: art_post +title: "Layered Response" +description: "From the photo project/Tryptique that first inspired my interest in design work; shot on Canon, composed by hand, and finished in Photoshop" +image: /images/fashCollage.png +--- diff --git a/_art/persephone.html b/_art/persephone.html new file mode 100644 index 0000000..ddf9409 --- /dev/null +++ b/_art/persephone.html @@ -0,0 +1,6 @@ +--- +layout: art_post +title: "Persephone" +description: "Inspired by my favorite web comic and its leading pink lady: Rachel Smythe's Lore Olympus; Drawn in Procreate" +image: /images/Persephone_Big_Mad.png +--- diff --git a/_config.yml b/_config.yml index d9fcbfd..5f9ed33 100644 --- a/_config.yml +++ b/_config.yml @@ -14,3 +14,36 @@ url: "https://rainashannon.com" # the base hostname & protocol for your site # Build settings markdown: kramdown + +# Collections +collections: + portfolio: + permalink: /:collection/:name + order: + - framework-styleguide.html + - desktop-to-mobile.html + - chart-data-design.html + - data-science-design.html + - visual-design.html + - art.html + output: true + art: + permalink: /:collection/:name + order: + - holiday-2019.html + - holiday-2018.html + - holiday-2017.html + - persephone.html + - layered-response.html + - catra.html + output: true + visual_design: + permalink: /:collection/:name + order: + - amelie.html + - taro.html + - firefly.html + - pines.html + - vest-hq.html + - lettering-tea.html + output: true diff --git a/_includes/figure.html b/_includes/figure.html new file mode 100644 index 0000000..9a82408 --- /dev/null +++ b/_includes/figure.html @@ -0,0 +1,8 @@ +
+ +
+ {{ post.title }} +
{{ post.title }}
+
+
+
diff --git a/_includes/footer.html b/_includes/footer.html index 7cb16c8..3791a29 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,3 +1,7 @@ -