Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shredthaGNAR/gh-bookmarks
https://github.com/shredthaGNAR/gh-bookmarks
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shredthaGNAR/gh-bookmarks
- Owner: shredthaGNAR
- License: mit
- Created: 2022-09-25T12:44:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T07:30:22.000Z (11 months ago)
- Last Synced: 2024-08-01T16:39:33.426Z (3 months ago)
- Language: HTML
- Size: 22.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# static-marks-github-pages
[static-marks](https://github.com/darekkay/static-marks) converts plain yaml bookmark files into a static web app.
This template is deploying it to Github-Pages using the [github-pages-action](https://github.com/marketplace/actions/github-pages-action) on a commit on master.Share and search bookmarks without 3rd-party-software, allow everybody in your team editing it.
Use a bookmark-keyword to immediately search your bookmarks, i.e. firefox:
* bookmark a link like with an %s-placeholder, i.e. `https://{user}.github.io/{repo}/?search=%s`
* give it keyword, i.e. `b`
* type in your browsers address-bar `b chocolate`See the example here: [https://gaerfield.github.io/static-marks-github-pages](https://gaerfield.github.io/static-marks-github-pages)
# Usage
1) click on the friendly green button "Use this template"
2) choose a name and make the repository public (otherwise github-pages wouldn't be possible)
2) Repository-Settings -> Options -> github-pages -> source -> gh-pages Branch (enforce https)
3) edit the bookmark.yml-File within the root-directory (just do it in github, no need to clone it)
4) commit
5) check youre url github-page on `https://{user}.github.io/{repo}`