Git Product home page Git Product logo

comfy.guide's People

Contributors

aledenshi avatar angelacastaneda avatar daviduhden avatar herclasnido avatar intr-cx avatar prathamdupare avatar raycasted avatar userfoobar avatar zacoons avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

comfy.guide's Issues

Bitcoin donation option

While Monero is the best in terms of privacy, Bitcoin is more popular, so there should be an option to add a Bitcoin address for donations as well. I've noticed that people are more likely to donate Bitcoin rather than any other cryptocurrency, but if we want to push Monero it can be selected in bold or a "(preferred)" text can be added, and Bitcoin will be listed below

Site redesign

I'm thinking of redesigning the site. The current design is fine and simple but can be improve further.

I'm willing to adjust the layout, color scheme, font, and a few other feature for a better readability and navigation. This should not affect the simplicity and comfyness aspect of the site.

I'll update with a quick Figma design later in this issue. And I just want to get an approval first before actually started coding it.

Comfy Guides Logo

comfy.guide needs a logo.

The logo needs to:

  • Work as a favicon
  • Switch between light and dark modes (CSS only)
  • Be reasonably pretty

Feel free to post suggestions below.

Small icons on mobile

Not sure why but the icons on the front page is extremely small on mobile.

1708663387637416536

I assume the size of these svgs are controlled by this css rule

.pages img {
        max-height: 2em;
}

I suggest specifying the max width and height with the rem values, since it would result in much better looking.
However some svgs that are vertically or horizontally long will look squished with this. (Hugo icon is good example)

.pages img {
        max-width: 2rem;
        max-height: 2rem;
}

1708664481286925868

Push issue

Git newbie here: This could be an error on my side but I spent a while writing an article getting the SVG of the tool and then it says I don't have push access, is there another method I am supposed to use primarily?

Weird layout behaviour on main page

It used to be that on the main page "Server Software" was before "Client Software". But if it gets rendered with the -D flag, or "draft: true" is removed from the gentoo or kisslinux pages, the "Client Software" articles jump right above the "Server Software" ones. I have no idea why this is the case, maybe because it sorts by modification date? But adding .ByTitle or .ByTitle.Reverse to .Site.Sections solves it. We should decide what the correct layout of the articles should be, because an inconsistency like this would be pretty annoying

(docs) Deployment missing

What's missing?
Guide/Way to easily deploy the created site on a static webserver.

What could be done?
Here are some examples:

  1. Give some documentation about how to build the hugo site manually and where to find the generated HTML-content.
  2. Use github actions to automatically deploy to a webserver on push. This would also require some documentation, as well as a new develop-branch to "cache" commits that should not be present on the live version.
  3. Write a script and add it to the repo that interactively or through a config file, builds and uploads the site via ssh/ftp to a remote server.

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.