This repository contains the source codes for the Seismo Links site, which collects useful links for Geophysics and Seismology research.
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:
-
Clone the repository
# Clone the repository and then switch to the directory $ git clone https://github.com/seismo-learn/links.git $ cd links
-
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
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.
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.