Skip to content

rudickamladez/rudickamladez.cz

Repository files navigation

Rudická mládež, z.s. – Association websites

Netlify Status

This is a repository with content for our static websites generated by Hugo. It's inspired by Jetlio's blog post.

How to manage content

It's quite simple.

  1. Install git.

  2. Install Docker engine.

  3. Install Visual Studio Code.

  4. Then install vscode Dev Containers extension. VS Marketplace Link

  5. Clone this repository and open it in vscode.

    # SSH
    git clone [email protected]:rudickamladez/rudickamladez.cz.git && cd rudickamladez.cz && code .
    # or HTTPS
    git clone https://github.com/rudickamladez/rudickamladez.cz.git && cd rudickamladez.cz && code .
  6. Click to Reopen in Container button in the right bottom.

  7. Then switch to your new git branch.

    git checkout -b new-branch
  8. Now you can open your web browser with local environment.

  9. Edit some stuff and check it in browser.

  10. Create Git commit.

    git commit -m "HERE DESCRIBE YOUR CHANGES"
  11. After some commits you can push the branch

    git push origin new-branch
  12. When you check deploy preview on Netlify create a Pull Request.