Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/distantcam/elevento
https://github.com/distantcam/elevento
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/distantcam/elevento
- Owner: distantcam
- Created: 2022-12-21T10:21:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T04:30:11.000Z (about 2 months ago)
- Last Synced: 2024-11-12T05:24:12.653Z (about 2 months ago)
- Language: Nunjucks
- Homepage: https://distantcam.github.io/elevento
- Size: 992 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Elevento
Elevento is a simple site to host personal links.
The settings are stored in the `package.json` file.
```json
{
...
"handle": "social-handle", // Your handle or name
"email": "[email protected]", // The email for your gravatar
"author": "My Name", // Your name
// Links to show
"links": {
"github": "https://github.com/user",
"link": "http://link.com/"
},
...
}
```## Redirects
This site will also create redirect pages, in case you need to link to something that needs to be redirected.
In the example above, there will be 2 redirect pages for `github` and `link`.
- https://user.github.io/elevento/github will redirect to https://github.com/user
- https://user.github.io/elevento/link will redirect to http://link.com/## GitHub Pages
This template is designed to be set up on GitHub pages. It has an action to build and deploy the pages.
To allow the action to publish, in `Settings -> Pages -> Build and deployment` change the `Source` to `GitHub Actions`