{"id":22923083,"url":"https://github.com/khriztianmoreno/site-elevator-pitch","last_synced_at":"2025-05-12T23:13:02.307Z","repository":{"id":36436821,"uuid":"186203832","full_name":"khriztianmoreno/site-elevator-pitch","owner":"khriztianmoreno","description":"👨🏼‍💻A Gatsby theme presenting a person","archived":false,"fork":false,"pushed_at":"2023-01-11T19:53:30.000Z","size":35533,"stargazers_count":8,"open_issues_count":19,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T04:32:44.673Z","etag":null,"topics":["gatsby","gatsbyjs","hacktoberfest","javascript","personal-website","react","reactjs","website"],"latest_commit_sha":null,"homepage":"https://elevator-pitch.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khriztianmoreno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-12T02:52:42.000Z","updated_at":"2021-06-07T19:42:58.000Z","dependencies_parsed_at":"2023-01-17T01:32:39.902Z","dependency_job_id":null,"html_url":"https://github.com/khriztianmoreno/site-elevator-pitch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fsite-elevator-pitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fsite-elevator-pitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fsite-elevator-pitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fsite-elevator-pitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khriztianmoreno","download_url":"https://codeload.github.com/khriztianmoreno/site-elevator-pitch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837466,"owners_count":21971984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gatsby","gatsbyjs","hacktoberfest","javascript","personal-website","react","reactjs","website"],"created_at":"2024-12-14T08:14:18.670Z","updated_at":"2025-05-12T23:13:02.246Z","avatar_url":"https://github.com/khriztianmoreno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/36bc01f0-85c0-4637-a0ff-1da5455eccc7/deploy-status)](https://app.netlify.com/sites/elevator-pitch/deploys)\n\n# 👨🏼‍💻 Khriztianmoreno Elevator Pitch Web Site \n\nA Gatsby theme presenting a person\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GraphQL Data in React with Apollo Client\" src=\"./.readme-static/pitch.gif\" width=\"80%\" /\u003e\n\u003c/p\u003e\n\n\n## Prerequisites\n\nIf you do not have Gatsby Cli installed yet, do it first.\n\n```text\nnpm install --global gatsby-cli\n```\n\nMore information on [GatsbyJS.org](https://www.gatsbyjs.org/tutorial/part-one)\n\n## 🚀 Quick start\n\n1.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```sh\n    cd my-default-starter/\n    npm start\n    ```\n\n2.  **Open the source code and start editing!**\n\n    Your site is now running at `http://localhost:8000`!\n\n    _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](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._\n\n    Open the `my-default-starter` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!\n\n## Add content\n\n#### Folders structure\n\nFind folders `images` and `screens` inside the `content/elevator-pitch` folder.\n\n```\nroot\n  ├── content\n  │   └── elevator-pitch\n  │       ├── images\n  │       │   └── ...\n  │       └── screens\n  │           └── ...\n```\n\nPut a `jpg` file named `avatar.jpg` into the `images` folder. Then add two or more `markdown` files to the `screens` folder.\n\n```\nroot\n  ├── content\n  │   └── elevator-pitch\n  │       ├── images\n  │       │   └── avatar.jpg\n  │       └── screens\n  │           ├── 1___first-screen.md\n  │           └── 2___second-screen.md\n```\n\n#### Files names\n\nYou can not use a different name for avatar than `avatar.jpg`.\n\nThe names of `markdown` files have to obey a pattern `X___slug.md`. Where `X` is a number indicating position of the screen. The number must be follewed by the `___` separator ( 3 x undescore ). The last part of the name, a `slug` is optional. Knowing that, you can name a file like this `1___.md` or `1__first-scrren.md`. Take a look at the [demo content files](https://github.com/greglobinski/gatsby-themes/tree/master/packages/gatsby-theme-elevator-pitch/content/screens) of the theme in the repository.\n\n#### Markdown `screen` files\n\nThis is example of a `markdown` file with content for one screen. Two sections: title (`#`) and a paragraph text below.\n\n```\n# This is the screen's title\n\nAnd the screen's body copy.\n```\n\nYou can add as many `screen` files as you want. But remember it should be an elevator pitch so less is better. ;)\n\n#### Meta data and social links\n\nUpdate your `gatsby-config.js`\n\n```\nmodule.exports = {\n  siteMetadata: {\n    title: `Gatsby.js 'Elevator Pitch' theme`,\n    url: `https://khriztianmoreno.dev`,\n    image: 'preview.png',\n    language: 'en',\n    description: 'FullStack Javascript Developer and Community builder | Producer @commitfm | Co-Organize of @MedellinJS @avanet.',\n    socialLinks: {\n      github: 'https://github.com/khriztianmoreno',\n      twitter: 'https://twitter.com/khriztianmoreno',\n      mailto: 'mailto:khriztianmoreno@gmail.com',\n    },\n  },\n  module.exports = {\n  __experimentalThemes: ['gatsby-theme-elevator-pitch']\n};\n```\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/khriztianmoreno/site-elevator-pitch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhriztianmoreno%2Fsite-elevator-pitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhriztianmoreno%2Fsite-elevator-pitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhriztianmoreno%2Fsite-elevator-pitch/lists"}