Skip to content

GeoLatinas/geolatinas.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for building GeoLatina Coding Group website

This is the source code for geolatinas.github.io.

Check and autoformat code style

In order to use a standard style for the code we use prettier.

Run prettier from CLI

You can run prettier to check if the source files have the right style:

prettier --check index.html style.css

And you can use it to autoformat the files to follow the right style:

prettier --write index.html style.css

Be careful: files will be overwritten.

Use Makefile

Alternatively you can use GNU make to run these tasks. For checking:

make check

and for autoformat:

make format

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

About

Source code of Geolatinas Coding Group website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors