Coder Social home page Coder Social logo

ekwuno / gatsby-starter-woo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from desmukh/gatsby-starter-woo

0.0 1.0 0.0 4.61 MB

StyleShout's Woo template ported to GatsbyJS

Home Page: https://gatsby-starter-woo.surge.sh/

License: GNU General Public License v3.0

JavaScript 33.23% CSS 66.77%

gatsby-starter-woo's Introduction

StyleShout Woo Ported to GatsbyJS

Simple, clean and responsive landing page for your product or service. This is a GatsbyJS port of StyleShout's Woo template.

DEMO

Screenshot

Getting Started

Prerequisites

GatsbyJS should be installed in your local environment. See instructions here for details.

Installation

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying this starter.

    # create a new Gatsby site using the Gatsby Woo starter
    gatsby new my-project https://github.com/desmukh/gatsby-starter-woo
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-project/
    gatsby develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the my-project directory in your code editor of choice and edit the markdown content files in the content folder. Save your changes and the browser will update in real time!

Site Configuration

The configuration settings and metadata of your new site can be found in the siteMetadata object of gatsby-config.js at the root of your project directory.

The default settings are:

siteMetadata: {
  title: `Woo - Free Responsive HTML5/CSS3 Template`,
  author: {
    name: `Joe Bloggs`,
  },
  description: `Woo is a clean, modern, landing page site template.`,

  /* Choose and arrange the sections to be displayed on the landing page */
  sections: [
    `hero`,
    `features`,
    `pricing`,
    `call-to-action`,
    `screenshots`,
    `testimonials`,
    `subscribe`
  ],

  /* Configure the navigation menu */
  menuItems: [
    {path: 'features', label: 'Features'},
    {path: 'pricing', label: 'Pricing'},
    {path: 'screenshots', label: 'Screenshots'},
    {path: 'testimonials', label: 'Testimonials'},
    {path: 'subscribe', label: 'Subscribe'},
  ],

  /* Provide social media accounts. Remove or add new services. (The value 'fa' is the name of FontAwesome icon to display. Choose from here: https://fontawesome.com/cheatsheet/free/brands ) */
  social: [
    { service: `Facebook`,
      url : `https://facebook.com/styleshout`,
      fa: `facebook` },
    { service: `Twitter`,
      url : `https://twitter.com/styleshout`,
      fa: `twitter` },
    { service: `GitHub`,
      url : `https://github.com/desmukh/gatsby-starter-woo`,
      fa: `github` },
  ],

  /* Path to favicon and logo (located inside the 'static' folder) */
  favicon: `favicon.png`,
  logo: `/images/logo.png`,

  /* Logo and text to show in footer */
  footer: {
    logo: `/images/footer-logo.png`,
    text: `This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.`,
  },

  /* Address and contact info to show in footer */
  address: {
    line1: `1600 Amphitheatre Parkway`,
    line2: `Mountain View, CA`,
    line3: `94043 US`,
  },
  contacts: [
    { text: `647.343.8234`, url: `tel:6473438234` },
    { text: `123.456.7890`, url: `tel:1234567890`},
    { text: `[email protected]`, url: `mailto:[email protected]`},
  ],
},

Customising Content

Landing page

The content for the landing page can be found in the content/ folder, in which each YAML file corresponds to a particular section on the page.

Additional pages

To add more pages, just add a new .js file in the src/pages/ directory and Gatsby will automatically create a new page with the same name as the file.

These files are written in JSX. A sample/style guide can be found here (source).

Images

Currently images are stored in the static/ folder.

Credits

This theme was originally designed by StyleShout and was ported to Gatsby by Fahad Desmukh.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

gatsby-starter-woo's People

Contributors

desmukh avatar

Watchers

James Cloos 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.