eshackmeeting/README.md

37 lines
882 B
Markdown
Raw Normal View History

2018-09-17 18:21:01 +02:00
# Intro
this repo is to contribute to the static page of the spanish hackmeeting website
https://es.hackmeeting.org
# ML
to participate to the mailing list you can visit this page
https://listas.sindominio.net/mailman/listinfo/hackmeeting
2019-08-07 18:54:27 +02:00
or you can enter to Matrix group:
#hackmeeting:matrix.org
2018-09-17 18:21:01 +02:00
# Contribute
2018-09-18 14:32:56 +02:00
if you want to contribute chaning the website you need to
1. have an account on lattuga
2. know some HTML and CSS (basic)
3. install and use git to push your changes
Once you have that, then proceeed with the following steps to update the file:
2018-09-17 18:21:01 +02:00
git clone https://git.lattuga.net/samba/eshackmeeting.git
2018-09-18 14:32:56 +02:00
# 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.
2018-09-17 18:21:01 +02:00
2018-09-18 14:32:56 +02:00
please, remember to inform the ML about the change.
2018-09-17 18:21:01 +02:00