|
1 |
| -title: Hack Night |
2 |
| -permalink: /:year/:month/:day/:title/ |
3 |
| -paginate: 5 |
| 1 | +# Welcome to Jekyll! |
| 2 | +# Documentation: https://jekyllrb.com/docs/configuration/ |
| 3 | +# defaults: https://jekyllrb.com/docs/configuration/#default-configuration |
| 4 | +# |
| 5 | +# This file is *NOT* reloaded automatically when you use 'bundle exec jekyll serve'. |
| 6 | + |
| 7 | +# Site settings |
| 8 | +# These are used to personalize your new site. If you look in the HTML files, |
| 9 | +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
| 10 | +# You can create any custom variable you would like, and they will be accessible |
| 11 | +# in the templates via {{ site.myvariable }}. |
| 12 | +title: Hack Night LBC |
| 13 | + |
| 14 | +description: > # this means to ignore newlines until "baseurl:" |
| 15 | + We are a local Long Beach Tech meetup aspiring to connect the best minds of long beach with other great minds and the minds that need their services. Come join us every Wednesday for a chance to network and learn. |
| 16 | +TODO Make tutorial on how to create your own profile webpage here on Github. |
| 17 | +baseurl: "" # the subpath of your site, e.g. /blog # dont think it is needed as profile page? |
| 18 | +url: "" # the base hostname & protocol for your site, e.g. http://example.com |
| 19 | +twitter_username: hacknightlbc |
| 20 | +github_username: hacknightlbc |
| 21 | + |
| 22 | +## SITE NAVIGATION |
| 23 | +# By default, all pages in your site are added to navigation. |
| 24 | +# If you want to link only specific pages or posts in your header, uncomment |
| 25 | +# this and add the path to the pages in order as they should show up |
| 26 | +# Note: Any values are overridden by _data/header_pages.yml |
| 27 | +#header_pages: |
| 28 | +# - about.md |
| 29 | + |
| 30 | + |
| 31 | +# Build settings |
| 32 | +# ██████ ██ ██ ██ ██ ██████ ███████ ███████ ████████ ████████ ██ ███ ██ ██████ ███████ |
| 33 | +# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██ ██ |
| 34 | +# ██████ ██ ██ ██ ██ ██ ██ ███████ █████ ██ ██ ██ ██ ██ ██ ██ ███ ███████ |
| 35 | +# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ |
| 36 | +# ██████ ██████ ██ ███████ ██████ ███████ ███████ ██ ██ ██ ██ ████ ██████ ███████ |
| 37 | + |
| 38 | +# Github-pages list of gems https://pages.github.com/versions/ |
| 39 | +gems: |
| 40 | + - jekyll-feed # SEO generate an Atom (RSS-like) feed of your Jekyll posts — https://github.com/jekyll/jekyll-feed |
| 41 | +# - jekyll-redirect-from # SEO 301 redirects — https://github.com/jekyll/jekyll-redirect-from |
| 42 | +# - jekyll-seo-tag # SEO add metadata tags for search & social networks — https://github.com/jekyll/jekyll-seo-tag |
| 43 | +# - jekyll-sitemap # SEO Generate a sitemaps.org compliant sitemap — https://github.com/jekyll/jekyll-sitemap |
| 44 | +# - jekyll-paginate # Jekyll Built-in Pagination Generator for Jekyll |
| 45 | +# - jekyll-readme-index # Jekyll Render a project's README as the site's index — https://github.com/benbalter/jekyll-readme-index/ |
| 46 | +# - jekyll-avatar # Liquid rendering GitHub avatars — https://github.com/benbalter/jekyll-avatar/ |
| 47 | +# - jekyll-gist # Liquid Liquid tag for displaying GitHub Gists — https://github.com/jekyll/jekyll-gist/ |
| 48 | +# - jekyll-mentions # GFM @mention support for your Jekyll site — https://github.com/jekyll/jekyll-mentions |
| 49 | +# - jekyll-relative-links # GFM convert relative links to markdown files to their rendered equivalents — https://github.com/benbalter/jekyll-relative-links/ |
| 50 | + - jemoji # GFM GitHub-flavored Emoji plugin for Jekyll — https://github.com/jekyll/jemoji |
| 51 | +# - jekyll-titles-from-headings # Generate page title from the first Markdown heading when none is specified — https://github.com/benbalter/jekyll-titles-from-headings |
| 52 | +# |
| 53 | +# Won't work on github pages, and will need to be added to Gemfile |
| 54 | +# - jekyll-admin # Provides a traditional CMS-style graphical interface to author and administer Jekyll — Docs: https://github.com/jekyll/jekyll-admin |
| 55 | +# - jekyll-bootstrap-sass # Docs: http://www.rubydoc.info/gems/jekyll-bootstrap-sass/0.1.0 |
| 56 | +# - bootstrap-sass # Docs: http://www.rubydoc.info/gems/bootstrap-sass |
| 57 | +# |
| 58 | +# Jekyll-pages requires the following Gems by default. |
| 59 | +# Therefore, read the docs if you want to change default configurations. |
| 60 | +# - jekyll-coffeescript # https://github.com/jekyll/jekyll-coffeescript |
| 61 | +# - jekyll-default-layout # https://github.com/benbalter/jekyll-default-layout |
| 62 | +# - jekyll-gist # https://github.com/jekyll/jekyll-gist |
| 63 | +# - jekyll-github-metadata # https://github.com/jekyll/github-metadata |
| 64 | +# - jekyll-optional-front-matter # https://github.com/benbalter/jekyll-optional-front-matter |
| 65 | +# - jekyll-paginate # https://github.com/jekyll/jekyll-paginate |
| 66 | +# - jekyll-readme-index # https://github.com/benbalter/jekyll-readme-index |
| 67 | +# - jekyll-relative-links # https://github.com/benbalter/jekyll-relative-links |
| 68 | +# - jekyll-titles-from-headings # https://github.com/benbalter/jekyll-titles-from-headings |
| 69 | + |
| 70 | +liquid: |
| 71 | + error_mode: strict #warn #lax |
| 72 | +markdown: kramdown |
| 73 | + |
| 74 | +exclude: |
| 75 | + - Gemfile |
| 76 | + - Gemfile.lock |
| 77 | + - node_modules |
| 78 | + - vendor/ |
| 79 | + |
| 80 | +# Github Metadata (github-pages) |
| 81 | +# Docs https://github.com/jekyll/github-metadata |
| 82 | +repository: hacknightlbc/hacknightlbc.github.io # username/repo-name |
| 83 | + |
| 84 | +# Jekyll Sass Converter: https://github.com/jekyll/jekyll-sass-converter/ |
| 85 | +# Docs: https://jekyllrb.com/docs/assets/#sassscss |
| 86 | +sass: |
| 87 | + sass_dir: assets/_sass_imports |
| 88 | + style: compressed #nested expanded compact compressed |
0 commit comments