Skip to content

Commit

Permalink
Merge pull request #1 from platanus-xx/feature#mavens-telescope-area
Browse files Browse the repository at this point in the history
Add The Mavens Telescope area
  • Loading branch information
platanus-xx authored Nov 13, 2024
2 parents 6823b67 + aa7234c commit c0dd83e
Show file tree
Hide file tree
Showing 21 changed files with 256 additions and 346 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_public
.DS_Store
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Gemfile

source "https://rubygems.org" # Use the default RubyGems source

# Optional: Add additional Ruby gems you might use
gem 'jekyll-livereload'
gem 'kramdown-parser-gfm'
73 changes: 73 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.3.4)
csv (3.3.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (3.10.0)
addressable (~> 2.4)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
webrick (>= 1.0)
jekyll-livereload (0.2.2)
em-websocket (~> 0.5)
jekyll (~> 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rouge (3.30.0)
safe_yaml (1.0.5)
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)
webrick (1.9.0)

PLATFORMS
x86_64-darwin-21

DEPENDENCIES
jekyll-livereload
kramdown-parser-gfm

BUNDLED WITH
2.3.27
28 changes: 20 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,41 @@ description: "Session Musician | Mixing Engineer"
url: "www.thalesposella.com"
title: "Thales Posella | Session Musician & Mixing Engineer"

# Delete the lines you don't need
# about 5 elements are recomended
github_username: platanus-xx
facebook_username: platanusmaple
twitter_username: thales_posella
x_username: thales_posella
youtube_username: thalesposella
instagram_username: thalesposella
email: contact@thalesposella.com
# email: thales.studio@gmail.com

avatar: yes
avatar_img_path: "imgs/avatar.jpg"

mavens: yes
mavens_path: "imgs/mavens.jpg"

front_img: yes
front_img_path: "imgs/background.jpg"

favicon_img: yes
favicon_img_path: "imgs/favicon.ico"
#favicon_img_path: "https://external.url/favicon.ico"
favicon_img_path: "imgs/favicon.png"

# Build settings
markdown: kramdown
permalink: pretty

# Jekyll server folder
destination: ./_public
livereload: true

# the mavens telescope
mavens_background_img: yes
mavens_logo: "../imgs/mavens_logo.png"
mavens_background_path: "../imgs/mavens_background.png"
mavens_name: The Mavens Telescope
mavens_description: "Independent Rock"
mavens_endurance_img: yes
mavens_endurance_path: "../imgs/mavens_endurance.png"
mavens_seeds_img: yes
mavens_seeds_path: "../imgs/mavens_seeds.jpg"
mavens_favicon: "../imgs/mavens_favicon.png"
mavens_yt_username: MavensTelescope
mavens_insta_username: mavenstelescope
21 changes: 0 additions & 21 deletions _site/LICENSE

This file was deleted.

18 changes: 0 additions & 18 deletions _site/README.md

This file was deleted.

137 changes: 0 additions & 137 deletions _site/css/front.css

This file was deleted.

Loading

0 comments on commit c0dd83e

Please sign in to comment.