Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.57 KB

readme.md

File metadata and controls

53 lines (38 loc) · 1.57 KB

Who we are

We are an open, non-profit community for anyone interested in software development: software methodologies, frameworks, design approaches, testing are amongst the topics that may be covered in our community. The main reason for setting up this community is to provide a place for software professionals in the area to meet and exchange ideas and experiences.


About the website

This is a static static that is generated by Hugo and served by Netlify.

Before trying to update content and submit changes to Github please install Hugo and follow the instructions bellow.

1. Clone the website

git clone git@github.com:serrestech/website.git
cd website

2. Start hugo compiler - generator

hugo server

3. Make changes, add content etc

Here is the structure of data/content.

4. Stop hugo server by typing "CTRL + C"

5. Remove the /docs folder at all

rm -rf docs

6. Generate production files with Hugo

hugo

7. Commit changes and push

git add .
git commit -m "Your commit message"
git push origin main