diff --git a/Gemfile b/Gemfile index 624ce53..d1d76c7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,20 @@ source "https://rubygems.org" -gem "jekyll", "~> 4" -gem "webrick", "~> 1.7" +gem "jekyll", "~> 4.3.3" +gem "jekyll-postcss" +gem "jekyll-feed" +gem "jekyll-sitemap" +gem "jekyll-seo-tag" +gem "webrick", "~> 1.8" +gem "csv" +gem "base64" +gem "bigdecimal" +gem "stringio" +gem "json" +gem "racc" +gem "psych" +gem "io-console" +gem "rss" group :jekyll_plugins do - gem "jekyll-postcss" end diff --git a/_config.yml b/_config.yml index 27b12f5..ccebfc7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,53 @@ -url: "" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://hackmarine.com" # the base hostname & protocol for your site baseurl: "" # the subpath of your site, e.g. /blog -title: "Jekyll + Tailwind" # the name of your site, e.g. ACME Corp. +title: "Hackmarine" # the name of your site +description: "Open source technology solutions for sailboats and liveaboards" +email: "contact@hackmarine.com" +author: "Hackmarine Team" +# Build settings +markdown: kramdown +permalink: pretty + +# Collections +collections: + projects: + output: true + permalink: /projects/:path/ + +# Default front matter +defaults: + - + scope: + path: "" + type: "posts" + values: + layout: "post" + author: "Hackmarine Team" + - + scope: + path: "" + type: "projects" + values: + layout: "project" + author: "Hackmarine Team" + +# Plugins plugins: - jekyll-postcss + - jekyll-feed + - jekyll-sitemap + - jekyll-seo-tag +# Sass settings sass: sourcemap: never +# PostCSS settings postcss: cache: false +# Exclude files from processing exclude: - .gitignore - bin @@ -18,9 +55,10 @@ exclude: - package-lock.json - postcss.config.js - README.md - # - assets/css/tailwind.scss + - Gemfile + - Gemfile.lock -# files Jekyll should not delete from .site +# Keep files in _site keep_files: - assets/css/tailwind.css - assets/css/tailwind.css.map \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index f4c8b13..5296526 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,13 +1,59 @@ - +
- - -{{ page.difficulty }}
+{{ page.cost }}
+{{ post.description }}
+ {% endif %} + +{{ project.description }}
+ {% endif %} + +