Skip to content

seismo-learn/links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seismo Links

Deploy License: CC BY-NC 4.0

This repository contains the source codes for the Seismo Links site, which collects useful links for Geophysics and Seismology research.

Build the site locally

The site is themed by the Bootstrap framework and beautiful icons from Font Awesome, and powered by the fastest static site generator Hugo.

To build it locally, you need to follow the steps below:

  1. Install hugo

  2. Clone the repository

    # Clone the repository and then switch to the directory
    $ git clone https://github.com/seismo-learn/links.git
    $ cd links
    
  3. Build the website

    Run the following command, then you can view the site by visiting http://localhost:1313/links/ in your local web browser.

    $ hugo server
    

Contributing

Everyone is welcome to contribute to this site. Contributions include but not limited to:

  • Add more useful links
  • Report/Fix broken links
  • Improve the web design
  • Any brilliant ideas

For any contributions, please open an issue or submit a Pull Request. You could also refer to the contributing guides (in Chinese) if you are unfamilar with git, GitHub, Markdown and so on.

License

This material uses Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). You are free to share and adapt the material as long as you follow the following license terms:

  • Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made.
  • NonCommercial: You may not use the material for commercial purposes.