Giter VIP home page Giter VIP logo

cool-links's Introduction

๐Ÿ“Ž Cool Links

GitHub Actions Status MIT license

A free and simple links aggregator template built for hosting with GitHub Actions and Pages.

๐Ÿ“‹ Requirements

  1. Node 16.15.0 LTS
  2. Font Awesome Kit

๐Ÿ”Ž Usage

  1. Clone the repo to your machine.

  2. Update dependencies:

    npm install
    or
    yarn install
  3. Start the local server to preview your changes:

    npm run dev
    or
    yarn dev
  4. Change your Font Awesome kit URL on the nuxt.config.js file.

  5. Change pictures on static and assets folders.

(Note: I've used .webp format for the main picture, as recommended by Google's PageSpeed Insights)

  1. Change name, description, and links on the pages/index.vue file.

  2. If you want to change the style, you can do this on the static/assets/style/main.css file.

(Note: If you want to change the font family of the site, you'll need to change it on the nuxt.config.js file, as well as on the main.css file)

  1. Change your username and repo name on the .github/workflows/main.yml file.

  2. Push your changes to your repo and wait for the GitHub Actions to finish the build and deployment to GitHub Pages.

๐Ÿš€ Deploy

You can find the GitHub Actions workflow file on .github/workflows/main.yml, this file contains everything about it, but it basically uses of ashkantaravati/[email protected] action from the marketplace to build and deploy to the gh-pages branch of the repo.

If you want to use it:

  1. Make sure you have selected Read and write permissions on Settings > Actions > General > Workflow permissions, so the action can push the generated static site files to the gh-pages branch.

  2. Enable GitHub Pages on Settings > Pages, selecting gh-pages as your source branch.

Bonus, if you want to use a custom domain:

  1. Verify it on You Account Settings > Pages, click on Add Domain and just follow the instrusctions.

  2. As finishing it, just add the following GitHub's records to your DNS provider configuration:

    A records:

    185.199.108.153
    185.199.109.153
    185.199.110.153
    185.199.111.153
    

    AAAA records:

    2606:50c0:8000::153
    2606:50c0:8001::153
    2606:50c0:8002::153
    2606:50c0:8003::153
    

You can find more information on the official documentation.

๐Ÿ“‹ Issues

Feel free to open an issue if you found a bug or have a suggestion, so we can discuss the best way to improve or fix it.

๐Ÿ› ๏ธ Contribute

You're welcome to contribute to this project, just create your pull request, and wait for the review.

๐Ÿ“œ License

This project is under MIT license, so you can freely use it for your personal, professional or project website.

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.