ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Static Web Site Design Tools

    IT Discussion
    web design gatsby hugo html html 5 jekyll
    7
    44
    2.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • black3dynamiteB
      black3dynamite
      last edited by

      https://getpublii.com/

      scottalanmillerS jmooreJ 3 Replies Last reply Reply Quote 1
      • scottalanmillerS
        scottalanmiller @black3dynamite
        last edited by

        @black3dynamite said in Static Web Site Design Tools:

        https://getpublii.com/

        Whoa, downloading now. Glad I asked, this looks amazing.

        1 Reply Last reply Reply Quote 2
        • scottalanmillerS
          scottalanmiller @black3dynamite
          last edited by

          @black3dynamite already installed. Trying it out now.

          For those that care.. using the AppImage version on Fedora 30. It is GPLv3 licensed.

          1 Reply Last reply Reply Quote 1
          • jmooreJ
            jmoore @black3dynamite
            last edited by

            @black3dynamite said in Static Web Site Design Tools:

            https://getpublii.com/

            That looks pretty cool

            1 Reply Last reply Reply Quote 0
            • stacksofplatesS
              stacksofplates @scottalanmiller
              last edited by

              @scottalanmiller said in Static Web Site Design Tools:

              It's been a while since I worked on static (non-database driven / non-CMS) web sites and am a bit out of touch. I know that some awesome new tools have cropped up like Hugo, Gatsby, Jekyll, and such have come about and they mostly look really cool. But they are all command line driven and while useful, would be pretty difficult for a web designer to work with. Big learning curve, and not a style that web people would be very comfortable using, I don't think.

              I know that you can use WordPress and generate static sites from that. That has a "common workflow" advantage with non-static site design, so that's nice, too. But it's also quite a heavy process.

              Wondering if anyone knows of other tools that might make sense. Could be a server side tool. Could be a desktop tool. Looking to see what is out there for making modern, nice websites, but static HTML.

              What's the issue with Hugo being a cli tool? You don't really interact with it that way. For local dev you just run hugo server -D and it runs a local instance. From there on you would develop like normal.

              scottalanmillerS 2 Replies Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @stacksofplates
                last edited by

                @stacksofplates said in Static Web Site Design Tools:

                @scottalanmiller said in Static Web Site Design Tools:

                It's been a while since I worked on static (non-database driven / non-CMS) web sites and am a bit out of touch. I know that some awesome new tools have cropped up like Hugo, Gatsby, Jekyll, and such have come about and they mostly look really cool. But they are all command line driven and while useful, would be pretty difficult for a web designer to work with. Big learning curve, and not a style that web people would be very comfortable using, I don't think.

                I know that you can use WordPress and generate static sites from that. That has a "common workflow" advantage with non-static site design, so that's nice, too. But it's also quite a heavy process.

                Wondering if anyone knows of other tools that might make sense. Could be a server side tool. Could be a desktop tool. Looking to see what is out there for making modern, nice websites, but static HTML.

                What's the issue with Hugo being a cli tool? You don't really interact with it that way. For local dev you just run hugo server -D and it runs a local instance. From there on you would develop like normal.

                Hardly. If you do that you just get a blank page. It might not be a huge amount, but the amount of command line work a designer would need to do to even get Hugo to bring up a site is a bit...

                https://discourse.gohugo.io/t/hugo-101-slowstart-for-beginners/18383

                And the documentation is pretty bad. That there even is any kind of GUI is not something I've seen anywhere. It appears to be completely CLI or nearly so.

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @stacksofplates
                  last edited by

                  @stacksofplates just went through this example too...

                  https://opensource.com/article/18/3/start-blog-30-minutes-hugo

                  And finally Hugo displays something, but absolutely all editing is done from the CLI. The Hugo server is just there to show the output of your changes. Which is handy, for sure. If you want to do CLI work and quickly see changes, Hugo seems to work great. But for a designer who wants to make changes, enter stuff at a GUI, it doesn't appear to have anything like that. Not that Publii is a WYSIWYG kind of tool, but it is a lot less intimidating for a non-dev/IT person to start making a website.

                  Although I could see Hugo being really great for a heavily pre-built site and just making basic tweaks.

                  stacksofplatesS 1 Reply Last reply Reply Quote 0
                  • IRJI
                    IRJ
                    last edited by

                    If hugo is too complicated, why not something like lightsail?

                    https://aws.amazon.com/lightsail/

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @IRJ
                      last edited by scottalanmiller

                      @IRJ said in Static Web Site Design Tools:

                      If hugo is too complicated, why not something like lightsail?

                      https://aws.amazon.com/lightsail/

                      I'm lost. Lightsale is a VPS service. They have a completely unrelated web design toolkit for designing sites graphically? That would be some crazy branding. They don't mention web design anywhere on their site, only their VPS products.

                      IRJI 1 Reply Last reply Reply Quote 0
                      • IRJI
                        IRJ @scottalanmiller
                        last edited by

                        @scottalanmiller said in Static Web Site Design Tools:

                        @IRJ said in Static Web Site Design Tools:

                        If hugo is too complicated, why not something like lightsail?

                        https://aws.amazon.com/lightsail/

                        I'm lost. Lightsale is a VPS service. They have a completely unrelated web design toolkit for designing sites graphically? That would be some crazy branding. They don't mention web design anywhere on their site, only their VPS products.

                        Yeah my bad. Reading about Hugo briefly in the previous comments had me think it was doing actually provisioning.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @IRJ
                          last edited by

                          @IRJ said in Static Web Site Design Tools:

                          @scottalanmiller said in Static Web Site Design Tools:

                          @IRJ said in Static Web Site Design Tools:

                          If hugo is too complicated, why not something like lightsail?

                          https://aws.amazon.com/lightsail/

                          I'm lost. Lightsale is a VPS service. They have a completely unrelated web design toolkit for designing sites graphically? That would be some crazy branding. They don't mention web design anywhere on their site, only their VPS products.

                          Yeah my bad. Reading about Hugo briefly in the previous comments had me think it was doing actually provisioning.

                          Oh, I guess it kind of does... if you wanted to run the site from their embedded server, lol. That's just meant for previewing, though, from what I can tell. Not for any editing or production usage.

                          Hugo is neat overall, it allows you to rapidly edit and preview a site, then generate static HTML from it to deploy via GIT or whatever. WP will do this but is crazy cumbersome as you need a running server and a live database-backed site that works and use that for every update or change. Great for a single site, bad for any number of them.

                          1 Reply Last reply Reply Quote 0
                          • stacksofplatesS
                            stacksofplates @scottalanmiller
                            last edited by

                            @scottalanmiller said in Static Web Site Design Tools:

                            The Hugo server is just there to show the output of your changes

                            Yeah I mean you have to have some files there for it to display. But once you generate the site, it's just markdown and HTML/CSS/JS. You can do that in VSCode or anything to have linting and other tools. It doesn't have to be cli.

                            1 Reply Last reply Reply Quote 0
                            • stacksofplatesS
                              stacksofplates
                              last edited by

                              Plus you should just start with a theme. You can just take their config.toml and add your specific info and then your pages.

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @stacksofplates
                                last edited by

                                @stacksofplates said in Static Web Site Design Tools:

                                Plus you should just start with a theme. You can just take their config.toml and add your specific info and then your pages.

                                Yeah, I've done that. And it definitely gets you a lot farther. But it's still a lot to train a designer on.

                                What I'm hoping for is something akin to working in Wordpress, but to just produce a static site. WordPress is perfectly easy for a normal designer to work on. But producing a dynamic web application for every little site isn't practical at all.

                                1 Reply Last reply Reply Quote 0
                                • black3dynamiteB
                                  black3dynamite
                                  last edited by

                                  I think Publii is perfect for what @scottalanmiller is looking for. Seriously, I can see why something like this would make since for certain users.

                                  Choosing what server type to deploy too is pretty straight forward.
                                  d9cb6f61-0ae6-4d45-8e7c-5cd5f7ccf17f-image.png

                                  1 Reply Last reply Reply Quote 2
                                  • stacksofplatesS
                                    stacksofplates
                                    last edited by

                                    What @black3dynamite is mentioning is probably best.

                                    I guess I just don't see how a WYSIWYG is helping with "web design". For content creators I can see the point, but if you're actually doing design you're not using a WYSIWYG editor.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @stacksofplates
                                      last edited by

                                      @stacksofplates said in Static Web Site Design Tools:

                                      I guess I just don't see how a WYSIWYG is helping with "web design". For content creators I can see the point, but if you're actually doing design you're not using a WYSIWYG editor.

                                      That's true. But there is a pretty big chasm in complexity between what the majority of web designers are used to using, which is mostly WordPress, and what tools like Hugo do. One gives you graphical feedback instantly, one requires a lot of confusing work before you can even tell something exists.

                                      Designers, by their very nature, are graphical. We are IT people the CLI is our native environment. Designers are the opposite. Hugo might actually be easier for me, rather than harder. But for a traditional designer, it's hard enough to induce panic. Whereas WordPress is just "pick it up and start playing".

                                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                                      • black3dynamiteB
                                        black3dynamite
                                        last edited by

                                        There's also an experimental WordPress importer too.

                                        1 Reply Last reply Reply Quote 0
                                        • stacksofplatesS
                                          stacksofplates @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Static Web Site Design Tools:

                                          @stacksofplates said in Static Web Site Design Tools:

                                          I guess I just don't see how a WYSIWYG is helping with "web design". For content creators I can see the point, but if you're actually doing design you're not using a WYSIWYG editor.

                                          That's true. But there is a pretty big chasm in complexity between what the majority of web designers are used to using, which is mostly WordPress, and what tools like Hugo do. One gives you graphical feedback instantly, one requires a lot of confusing work before you can even tell something exists.

                                          Designers, by their very nature, are graphical. We are IT people the CLI is our native environment. Designers are the opposite. Hugo might actually be easier for me, rather than harder. But for a traditional designer, it's hard enough to induce panic. Whereas WordPress is just "pick it up and start playing".

                                          Well that's what I mean though. Say you edit a CSS file in the theme you're using for Hugo, if you're using the local server you immediately see those changes. And at least in my experience, most of that is done in the browser first with the browsers developer tools, and then transferred to your source when you get it how you like it.

                                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                                          • black3dynamiteB
                                            black3dynamite
                                            last edited by

                                            e353b7ef-86a8-48e0-8151-409c56637152-image.png

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post