Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diki-haryadi/dikiharyadi19.github.io
https://github.com/diki-haryadi/dikiharyadi19.github.io
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/diki-haryadi/dikiharyadi19.github.io
- Owner: diki-haryadi
- Created: 2018-11-21T07:45:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T23:50:16.000Z (10 months ago)
- Last Synced: 2024-05-09T07:28:55.018Z (6 months ago)
- Language: Astro
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just my website. π₯Έπ
![Scores](https://github.com/dikiharyadi/dikiharyadi19.github.iodikiharyadi19.github.io/blob/main/public/uploads/scores.png)Howdy! If you are reading this, you probably already know that the website simultaneously represents πΊ:
- a portfolio for my personal and professional projects πΌοΈ,
- a kind of online resume πͺͺ,
- and a placeholder space for my nickname domain βοΈ## Architecture ποΈ
Currently, the website is powered by Astro.
**Posts are stored in `/content` folder.**
## Commands π§
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |Once the edits have been made, *just push the commits*: Netlify will build the website, update the `publish` folder and host it.