Coder Social home page Coder Social logo

startpage-asrvd2's Introduction

onigiri

a very dark, minimal, powerful and fully customizable startpage made using vue.js and tailwind.

๐Ÿ™ Customize

General Customization

You can customize all the colors and images used in the startpage by changing /config.js accordingingly.

Customizing links

Go to /src/applist.json.

Suppose you want to add FaceBook to the list, just add the following snippet to the json. The Link's position depends on the position of the object in the array.

[
  ...
  {
        "name": "facebook",
        "link": "https://facebook.com",
        "icon": "facebook"
    },
  ...
]

All the ions are taken from Simple Icons. You can check the icon name for your added app here.

๐Ÿ€ Usage

You can host this startpage on GitHub Pages, Vercel, Netlify or any other platform you may like. Though I would recmmend using vercel if you dont want to waste much time. First of all you will need to create your own fork of this repository and clone it.

Using GitHub Pages

  1. Fork the Repo.
  2. Clone the fork. Replace your_username with your github username here.
git clone -b pages https://github.com/your_username/onigiri.git
  1. Run it to see if everything looks good and then you can customise it.
cd onigiri
npm install
npm run dev
  1. Once you have customised it and commited the changes to your fork, run these command in terminal. Replace your_username with your github username here.
npm run build
cd dist
git init
git checkout -b main
git add -A
git commit -m 'deploy'
git push -f https://github.com/your-username/onigiri.git main:gh-pages
  1. Head over to your GitHub Repository Settings.
  2. Click on the Pages tab.
  3. Change publishing branch to gh-pages.
  4. Enfore https and hit save. It should look like this:

screenshot

  1. Now you can see your startpage on https://your-username.github.io/onigiri/.
  2. Simply change your browser's home page and new tab page to https://your-username.github.io/onigiri/ and you are done.

Using Vercel

  1. Fork the Repo.
  2. Clone the fork. Replace your_username with your github username here.
git clone -b main https://github.com/your_username/onigiri.git
  1. Run it to see if everything looks good and then you can customise it.
cd onigiri
npm install
npm run dev
  1. Customise the startpage.
  2. Commit the changes.
git add .
git commit -m 'deploy'
git branch -M main
git push -u origin main
  1. Create an account on Vercel if you don't already have one.
  2. Deploy your startpage by choosing the repository.
  3. Change your home page and new tab page to the link given by vercel.

๐Ÿ™‹โ€โ™‚๏ธ Have Questions?

Create an issue and I'll be glad to help you out!

๐ŸŽ Contributing

Contributions are most welcome.

๐Ÿ’œ Ending Note

  • Consider giving the repo a โญ if you liked the project!
  • Checkout my other projects!

startpage-asrvd2's People

Contributors

asrvd 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.