You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
static | 3 years ago | |
README.md | 3 years ago | |
index.html | 3 years ago |
README.md
Intro
this repo is to contribute to the static page of the spanish hackmeeting website
ML
to participate to the mailing list you can visit this page
https://listas.sindominio.net/mailman/listinfo/hackmeeting
or you can enter to Matrix group:
#hackmeeting:matrix.org
Contribute
if you want to contribute chaning the website you need to
- have an account on lattuga
- know some HTML and CSS (basic)
- install and use git to push your changes
Once you have that, then proceeed with the following steps to update the file:
git clone https://git.lattuga.net/samba/eshackmeeting.git
# edit some file and save
git add FILENAME
git commit -m "update FILENAME"
git push
the changes, once approved in the master branch, will be applied on the website in 30m.
please, remember to inform the ML about the change.