Giter Site home page Giter Site logo

pete-hamlin / adriana-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andrewbanchich/forty-jekyll-theme

0.0 0.0 0.0 113.53 MB

Home Page: https://pete-hamlin.github.io/adriana-site/

License: Other

JavaScript 20.09% Ruby 0.77% HTML 11.80% SCSS 67.09% Just 0.25%

adriana-site's Introduction

Updating Sections

Here are a few how-tos for some of the most likely areas you're going to want to add to/change :)

General

  • All images are stored in assets/images

Challenges

  • Each challenge has its own page, stored in _posts
  • A challenge file must have the .md extension, and begin with the following details:
---
layout: challenge
title: $TITLE
description: "$DESCRIPTION"
image: $PICTURE.jpg
---
  • After that fill the file with whatever contents you like (probably easiest to copy an existing challenge and go from there).
  • The post main contents obeys markdown formatting

Recipes

  • Recipes are stored in _data/recipes.yaml:
  • They must have the following format:
- title: $TITLE
  category: $CATEGOry
  prep_time: X mins
  serves: 1
  image: $IMAGE.jpeg
  ingredients:
      - Item 1
      - Item 2
      - ...
  optional_ingredients:
      - Item 1
      - Item 2
      - ...
  description: |
    Main contents...
  • Description obeys markdown formatting

Fitness Packages

  • Packages are stored in _data/packages.yaml:
  • They must have the following format:
- title: $TITLE
  image: $IMAGE.jpg
  content: |
    Long description...
  details: 
      - Item 1
      - Item 2
      - ...
  prices:
      - Item 1
      - Item 2
      - ...
  • Description obeys plain text formatting

Classes

  • Dance classes are stored in _data/dance_classes.yaml:
  • Fitness classes are stored in _data/fitness_classes.yaml:
  • They must have the following format:
- name: $NAME
  location: $LOCATION
  day: Monday-Sunday
  time: "19:30"
  url: https://$LINK

Credits

Forty Theme

Based on the Forty Jekyll Theme.

Original README from HTML5 UP:

Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)


This is Forty, my latest and greatest addition to HTML5 UP and, per its incredibly
creative name, my 40th (woohoo)! It's built around a grid of "image tiles" that are
set up to smoothly transition to secondary landing pages (for which a separate page
template is provided), and includes a number of neat effects (check out the menu!),
extra features, and all the usual stuff you'd expect. Hope you dig it!

Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
you can use for pretty much whatever.

(* = not included)

AJ
[email protected] | @ajlkn


Credits:

	Demo Images:
		Unsplash (unsplash.com)

	Icons:
		Font Awesome (fortawesome.github.com/Font-Awesome)

	Other:
		jQuery (jquery.com)
		html5shiv.js (@afarkas @jdalton @jon_neal @rem)
		background-size polyfill (github.com/louisremi)
		Misc. Sass functions (@HugoGiraudel)
		Respond.js (j.mp/respondjs)
		Skel (skel.io)

Repository Jekyll logo icon licensed under a Creative Commons Attribution 4.0 International License.

adriana-site's People

Contributors

pete-hamlin avatar adriana-camelia avatar andrewbanchich avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.