CloudBytes.dev Save

The codebase used to generate CloudBytes/dev>

Project README

Open in VSCode Deploy Code Quality

CloudBytes/dev>

CloudBytes/dev> ☁ is a community that provides detail guides and how-tosπŸ€” explaining Cloud ☁☁, Python🐍 and Computer ScienceπŸ’»πŸ§ͺ concepts , designed for new πŸ†• adopters focused on making things work.

But most importantly making your experience of learning some complex topics from scratch a bit easier and hopefully more fun πŸŽ‰πŸŽˆπŸ˜.

Engage with the community

You can open a new discussion here on this repository's Help / Discussion Community Forum to ask for help, or even provide suggestions / feedback.

Contributing to the project

You can contribute 🀝🏽to this project in various ways, or simply reuse the repository for learning and building something yourself as outlined below.

1. Guest Post and Typo corrections

If you want to post an article yourself , you can add a new file in the πŸ‘‰πŸ½ content/snippet/ folder using the Add file inline file editor option. Once done, submit a Pull Request (PR).

For correcting βœ… any typos ❌do the same by using GitHub's inline editor and submit a PR.

Once the PR is merged, your article will be posted directly on the website using the Continuous Delivery (CD) pipeline in place.

If you know what you're doing πŸ˜‰, feel free to fork the repository and add the guest post in the folder mentioned above. ☝🏽

Running the site locally

To begin, fork the repository by clicking on the Fork button on top right on this page. Depending upon your preferences, you can use one of the two below πŸ‘‡πŸ½options.

You need to have VSCode, Git and Docker Desktop installed for this option, and nothing else.

  1. Open your VSCode and press Ctrl + Shift + P,
  2. Then type git clone and press Enter.
  3. Select Clone from GitHub and press enter
  4. Choose your forked repository then save it on your system
  5. Open the cloned repository in VSCode
  6. After a few seconds, you should get a prompt to reopen the repository in Container. Choose Reopen in Container

This will create a Docker Container with Python, NodeJS and Firebase CLI installed, add all of the cloned files in that and install all the dependencies defined under requirements.txt

No need for any virtual environment of conflicting packages.

This repository comes packaged with Firebase Hosting Emulator tool that can be used to serve the website locally.

Open the terminal in VSCode and run the below to continously regenerate the output

make dev

Open the URL localhost:8080 in your browser.

Repository Structure

The repository has the following structure:

  1. .devcontainer: VSCode Devcontainer Dockerfile for easy configuration
  2. .github/workflows: Contains the script for automated deployment using this custom action.
  3. app/content: Where the content resides
  4. plugins: Custom plugins to add additional features
  5. design: Themes for the website. The current version is nicknamed alexis.

Additionally, the following files are of importance

  1. app/settings.py: The Pelican 🦒 configuration being used by the website used for local development & deployment
  2. Makefile: An alternate method to generate website without the need for installation of other tools
  3. requirements.txt: All the python dependencies used
Open Source Agenda is not affiliated with "CloudBytes.dev" Project. README Source: CloudBytes-Academy/CloudBytes.dev

Open Source Agenda Badge

Open Source Agenda Rating