Giter Site home page Giter Site logo

homepage's Introduction

Homepage

Custom webpage with bookmarks.

Deploy

Usage

I am already running a server

If you already have a webserver, copy or link the contents of the /static folder to the folder that you serve. For example,

  • cp -r /static /var/www/homepage

After that if you are running ngninx you can use the /nginx/home.conf file as a starting point to create a site. Modify the server-name (for example to a subdomain - home.my_sever_name) and the root to point to the right folder.

I am not running a server

If you dont have a webserver and you are running a system with systemd, you can use the homepage.service file to create a service that uses the nodejs' http-server module to serve the files on localhost:8080.

  • Install nodejs and npm
  • Install http-server (npm install http-server)
  • Edit the paths in the Exec-start line of the homepage.service file
  • Copy homepage.service to ~/.config/systemd/user/
  • Start and enable service (systemctl --user start homepage; systemctl --user enable homepage)
  • Test the page: http://127.0.0.1:8080
  • Set the home and new tab page in your browser to point to http://127.0.0.1:8080

Refer to tilde-enhanced for instructions on how to edit the page.

Acknowledgements

https://github.com/Ozencb/tilde-enhanced

homepage's People

Contributors

d-costa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.