Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 7464ee6

Browse files
committed
Cambio de directorio la base del sitio hecho con Gatsby.
1 parent bad2c89 commit 7464ee6

25 files changed

+17142
-17223
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+103-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,103 @@
1-
# javascriptecuador.github.com
2-
Página de la comunidad de JavaScript Ecuador
1+
<!-- AUTO-GENERATED-CONTENT:START (STARTER) -->
2+
<p align="center">
3+
<a href="https://www.gatsbyjs.org">
4+
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
5+
</a>
6+
</p>
7+
<h1 align="center">
8+
Gatsby's default starter
9+
</h1>
10+
11+
<p align="center">
12+
<img alt="Javascript Ecuador" src="src/images/JavascriptEcuadorLogo.png" style="width:200px;align:center;"">
13+
</p>
14+
15+
Bienvenido al repositorio del sitio de la comunidad de Javascript Ecuador. Como puedes ver este sitio está creado usando Gatsby.js
16+
17+
Kick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.
18+
19+
_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.org/docs/gatsby-starters/)._
20+
21+
## 🚀 Quick start
22+
23+
1. **Create a Gatsby site.**
24+
25+
Use the Gatsby CLI to create a new site, specifying the default starter.
26+
27+
```shell
28+
# create a new Gatsby site using the default starter
29+
gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default
30+
```
31+
32+
1. **Start developing.**
33+
34+
Navigate into your new site’s directory and start it up.
35+
36+
```shell
37+
cd my-default-starter/
38+
gatsby develop
39+
```
40+
41+
1. **Open the source code and start editing!**
42+
43+
Your site is now running at `http://localhost:8000`!
44+
45+
_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)._
46+
47+
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!
48+
49+
## 🧐 What's inside?
50+
51+
A quick look at the top-level files and directories you'll see in a Gatsby project.
52+
53+
.
54+
├── node_modules
55+
├── src
56+
├── .gitignore
57+
├── .prettierrc
58+
├── gatsby-browser.js
59+
├── gatsby-config.js
60+
├── gatsby-node.js
61+
├── gatsby-ssr.js
62+
├── LICENSE
63+
├── package-lock.json
64+
├── package.json
65+
└── README.md
66+
67+
1. **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.
68+
69+
2. **`/src`**: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. `src` is a convention for “source code”.
70+
71+
3. **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.
72+
73+
4. **`.prettierrc`**: This is a configuration file for [Prettier](https://prettier.io/). Prettier is a tool to help keep the formatting of your code consistent.
74+
75+
5. **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage of the [Gatsby browser APIs](https://www.gatsbyjs.org/docs/browser-apis/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.
76+
77+
6. **`gatsby-config.js`**: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the [config docs](https://www.gatsbyjs.org/docs/gatsby-config/) for more detail).
78+
79+
7. **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of the [Gatsby Node APIs](https://www.gatsbyjs.org/docs/node-apis/) (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.
80+
81+
8. **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://www.gatsbyjs.org/docs/ssr-apis/) (if any). These allow customization of default Gatsby settings affecting server-side rendering.
82+
83+
9. **`LICENSE`**: Gatsby is licensed under the MIT license.
84+
85+
10. **`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(You won’t change this file directly).**
86+
87+
11. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.
88+
89+
12. **`README.md`**: A text file containing useful reference information about your project.
90+
91+
## 🎓 Learning Gatsby
92+
93+
Looking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.org/). Here are some places to start:
94+
95+
- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.
96+
97+
- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.
98+
99+
## 💫 Deploy
100+
101+
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)
102+
103+
<!-- AUTO-GENERATED-CONTENT:END -->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html

-12
This file was deleted.

javascriptecuador/.gitignore

-69
This file was deleted.

javascriptecuador/README.md

-97
This file was deleted.

0 commit comments

Comments
 (0)