Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 759 Bytes

Startpage

This is a static bookmark page for the ito project based on homer. homer, a dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

Yaml Check

Contribution

You can edit the Links on the page by editing the config.yml file.

Examples:

# Create a new entry
- name: "Title for the Entry"
  subtitle: "Link to the GitHub organization"
  # you can use icon or logo like this:
  #icon: "fab fa-question"
  #logo: "/assets/to/logo.png" 
  tag: "code"
  url: "https://linktotheservice.com"
  target: '_blank' # optional html a tag target attribute