Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor-baer/uwcblogs.com
🌍 A collection of almost 400 blogs in 33 languages written by UWC students from 81 countries at the 18 United World Colleges.
https://github.com/connor-baer/uwcblogs.com
blogs college uwc
Last synced: about 1 month ago
JSON representation
🌍 A collection of almost 400 blogs in 33 languages written by UWC students from 81 countries at the 18 United World Colleges.
- Host: GitHub
- URL: https://github.com/connor-baer/uwcblogs.com
- Owner: connor-baer
- Created: 2016-02-04T19:39:49.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T17:10:12.000Z (about 2 months ago)
- Last Synced: 2024-10-05T18:27:07.845Z (about 2 months ago)
- Topics: blogs, college, uwc
- Language: Astro
- Homepage: https://uwcblogs.com
- Size: 126 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UWC Blogs
_A collection of over 470 blogs written by UWC students in 33 languages from 81 countries at the 18 United World Colleges._
When I started UWC Blogs in 2013, I intended to give UWC applicants a glimpse into life at UWC. At the time I was waiting impatiently to start my own UWC experience at [UWC Waterford Kamhlaba](https://uwcblogs.com/uwc-waterford-kamhlaba). I had soaked up every bit of UWC promotional material, but I still couldn't quite imagine what UWC would be like. So I read through every blog about UWC I could find and eventually created [UWC Blogs](https://uwcblogs.com) to share the blogs with other UWC hopefuls.
I strive to make the list as extensive as possible so that everybody can find a blog for their favorite college in their native language. This wouldn't be possible without you. Thanks to everybody who submitted a blog! Do you blog about UWC or know a blog that isn't listed here? [Submit the link](https://uwcblogs.com/submit).
[UWC Blogs](https://uwcblogs.com) is powered by [Astro DB](https://studio.astro.build/) and built with [Astro](https://astro.build/) and a lot of 💙.
## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
├── public/
├── src/
│ └── pages/
│ └── index.astro
└── package.json
```Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
Any static assets, like images, can be placed in the `public/` directory.
## 🧞 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 |## 👀 Want to learn more?
Feel free to check [the documentation](https://docs.astro.build) or jump into the [Discord server](https://astro.build/chat).