Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpiment/pimentel.page
Contenido de pimentel.page
https://github.com/cpiment/pimentel.page
Last synced: 10 days ago
JSON representation
Contenido de pimentel.page
- Host: GitHub
- URL: https://github.com/cpiment/pimentel.page
- Owner: cpiment
- License: gpl-3.0
- Created: 2021-10-04T06:59:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T18:20:32.000Z (about 1 year ago)
- Last Synced: 2024-11-19T05:56:49.013Z (2 months ago)
- Language: MDX
- Size: 13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pimentel.page
This is my personal blog. It's made with gatsby and you can run it and modify it as you please (see LICENSE)
## Development
I have developed it using Node 14 and NPM 6. Once you have them installed you can start the Gatsby development
server using```shell
npm install
npx gatsby develop
````npm install` is only needed the first time.
Now the complete site will be running in http://localhost:8000
## Test
WIP
## Build
Run
```shell
npx gatsby build
```The complete site will be created inside the `public` directory and can be copied into
the document root of your web server