Skip to content

serrestech/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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