Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ywx649999311/ywx649999311_old.github.io
My website
https://github.com/ywx649999311/ywx649999311_old.github.io
Last synced: 6 days ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/ywx649999311/ywx649999311_old.github.io
- Owner: ywx649999311
- License: mit
- Created: 2022-01-21T02:28:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T21:42:27.000Z (over 1 year ago)
- Last Synced: 2024-10-31T18:09:26.158Z (about 2 months ago)
- Language: HTML
- Size: 13.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## Built using Hugo Academic
The original repo: https://github.com/wowchemy/wowchemy-hugo-themes
The full documentation is at: https://wowchemy.com/docs/### Basic Instructions
1. Most source markdown files are lived under `content`
2. Top bar menu and links are in `config/_default`
3. Last updated can be changed in `layouts/partials/site_footer.html`
4. CV is stored in `static/files/`
5. Vizic documentation is in `static`
6. Icons stored in `assets`### How to Update Publications
1. Update `static/pubs.bib` (go on ADS to generate a new one)
2. Run
```bash
academic import --overwrite --bibtex static/pubs.bib
```### How to edit locally
```bash
hugo server
```
If require installation, see [here](https://wowchemy.com/docs/getting-started/install-hugo-extended/)