https://github.com/ibrahimcesar/blog
Ibrahim Cesar's personal blog
https://github.com/ibrahimcesar/blog
astro blog cloud markdown
Last synced: about 2 months ago
JSON representation
Ibrahim Cesar's personal blog
- Host: GitHub
- URL: https://github.com/ibrahimcesar/blog
- Owner: ibrahimcesar
- License: mit
- Created: 2022-08-21T00:00:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T17:10:59.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:37:01.812Z (about 1 year ago)
- Topics: astro, blog, cloud, markdown
- Language: Astro
- Homepage: https://ibrahimcesar.cloud
- Size: 46.2 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
- Built with [Astro](https://astro.build)
- Hosted with [AWS Amplify](https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html)
- Source code for [Ibrahim Cesar](https://ibrahimcesar.cloud) personal blog## Developing
1. Clone this repo, and install the dependencies:
```bash
npm install
// or
npm i
```2. To run at `localhost:3000`:
```bash
npm run dev
// or
npm run start
```3. To build the resources to deploy just run:
```bash
npm run build
```The resurces will be located at `build` folder.
## Credits
🚀 Based on the [AstroWind](https://github.com/onwidget/astrowind/) blog template
### MIT License
Copyright (c) 2022 Ibrahim Cesar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.