Giter Club home page Giter Club logo

aupairadise's Introduction

Netlify Status

A kinda static Website, generated using Gatsby and a custom theme, with data and embedded images, except for featured images, from a Ghost Blog.

Aupairadise Screenshot

Development

To start developing, create a .ghost.json file containing the API connection details of your Ghost install. You can create them by accessing the "Integrations" tab in your Ghost Admin and creating a custom integration. It should have the following structure:

{
  "development": {
    "apiUrl": "url",
    "contentApiKey": "key"
  }
}

Then just start the development server by either running npm start or ghost develop, if you installed it locally.

The files are generally arranged like this:

/src
├─/assets         // Assets not used on the site
├─/components     // Gatsby components like the Navbar, etc. 
├─/pages          // Pages not generated by Ghost
├─/styles         // Global style files
└─/templates      // Templates into which Ghost data is injected
/static           // Static files like favicons, etc.
.ghost.json       // Your Ghost API keys
gatsby-config.js  // Gatsby settings and plugins
gatsby-node.js    // Define how pages are generated
package.json      // Node scripts and dependencies

aupairadise's People

Contributors

andrewnester avatar codestoe avatar danielshow avatar dschau avatar elebumm avatar hexrcs avatar jlengstorf avatar kyleamathews avatar luise2404 avatar m-allanson avatar malte-j avatar pieh avatar selrond avatar vyaspranjal33 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.