Skip to content

rudickamladez/cutetix-websites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuteTix websites

Netlify Status

This is a repository with content for our static websites generated by Hugo.

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 git@github.com: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.