Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Replace my old Wordpress site with another CMS or static site generator?

Replace my old Wordpress site with another CMS or static site generator?

Scheduled Pinned Locked Moved Uncategorized
13 Posts 4 Posters 0 Views
  • 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.
  • bearmine@gamepad.clubB bearmine@gamepad.club

    Replace my old Wordpress site with another CMS or static site generator? That is the question.

    saja0486@mas.toS This user is from outside of this forum
    saja0486@mas.toS This user is from outside of this forum
    saja0486@mas.to
    wrote last edited by
    #2

    @bearmine depends on what you plan to use it for I suppose.

    bearmine@gamepad.clubB 1 Reply Last reply
    0
    • bearmine@gamepad.clubB bearmine@gamepad.club

      Replace my old Wordpress site with another CMS or static site generator? That is the question.

      doqunbop@mastodon.gamedev.placeD This user is from outside of this forum
      doqunbop@mastodon.gamedev.placeD This user is from outside of this forum
      doqunbop@mastodon.gamedev.place
      wrote last edited by
      #3

      @bearmine Not that I make many webpages, but I lean static now more than ever - unless there needs to be some actual dynamic content, and even then I'd explore middle ground. That said most of my stuff in the past few years has been small enough to be handcrafted, without static page generators.

      Wordpress, or any other dynamic system, always has the added risk of extra vulnerabilities, which forces to perpetually update them, which in turn can bring new ones.

      bearmine@gamepad.clubB 1 Reply Last reply
      0
      • doqunbop@mastodon.gamedev.placeD doqunbop@mastodon.gamedev.place

        @bearmine Not that I make many webpages, but I lean static now more than ever - unless there needs to be some actual dynamic content, and even then I'd explore middle ground. That said most of my stuff in the past few years has been small enough to be handcrafted, without static page generators.

        Wordpress, or any other dynamic system, always has the added risk of extra vulnerabilities, which forces to perpetually update them, which in turn can bring new ones.

        bearmine@gamepad.clubB This user is from outside of this forum
        bearmine@gamepad.clubB This user is from outside of this forum
        bearmine@gamepad.club
        wrote last edited by
        #4

        @doqunbop I’m looking to make a new blog/site and periodically post things. I’d rather not have to do it all by hand.

        doqunbop@mastodon.gamedev.placeD 1 Reply Last reply
        0
        • saja0486@mas.toS saja0486@mas.to

          @bearmine depends on what you plan to use it for I suppose.

          bearmine@gamepad.clubB This user is from outside of this forum
          bearmine@gamepad.clubB This user is from outside of this forum
          bearmine@gamepad.club
          wrote last edited by
          #5

          @saja0486 yeah…

          1 Reply Last reply
          0
          • bearmine@gamepad.clubB bearmine@gamepad.club

            Replace my old Wordpress site with another CMS or static site generator? That is the question.

            seanmp@mindly.socialS This user is from outside of this forum
            seanmp@mindly.socialS This user is from outside of this forum
            seanmp@mindly.social
            wrote last edited by
            #6

            @bearmine How do you feel about MkDocs for whatever you need? More aimed at documentation, but maybe it can fit into your workflow?

            bearmine@gamepad.clubB 1 Reply Last reply
            0
            • bearmine@gamepad.clubB bearmine@gamepad.club

              @doqunbop I’m looking to make a new blog/site and periodically post things. I’d rather not have to do it all by hand.

              doqunbop@mastodon.gamedev.placeD This user is from outside of this forum
              doqunbop@mastodon.gamedev.placeD This user is from outside of this forum
              doqunbop@mastodon.gamedev.place
              wrote last edited by
              #7

              @bearmine Makes sense, I still think static generation covers blogging needs, as you set off the pipeline when you add a new post, no need for it to have visitor-dynamic content, unless you want comments specifically - but once again vulnerability concerns vs the actual value of the feature.

              1 Reply Last reply
              0
              • seanmp@mindly.socialS seanmp@mindly.social

                @bearmine How do you feel about MkDocs for whatever you need? More aimed at documentation, but maybe it can fit into your workflow?

                bearmine@gamepad.clubB This user is from outside of this forum
                bearmine@gamepad.clubB This user is from outside of this forum
                bearmine@gamepad.club
                wrote last edited by
                #8

                @SeanMP idk what mkdocs is

                seanmp@mindly.socialS 1 Reply Last reply
                0
                • bearmine@gamepad.clubB bearmine@gamepad.club

                  @SeanMP idk what mkdocs is

                  seanmp@mindly.socialS This user is from outside of this forum
                  seanmp@mindly.socialS This user is from outside of this forum
                  seanmp@mindly.social
                  wrote last edited by
                  #9

                  @bearmine Oh! It's a Markdown-based static site generator - https://www.mkdocs.org

                  Material for MkDocs I think is almost universally the theme I see in use - https://squidfunk.github.io/mkdocs-material/

                  bearmine@gamepad.clubB 1 Reply Last reply
                  0
                  • seanmp@mindly.socialS seanmp@mindly.social

                    @bearmine Oh! It's a Markdown-based static site generator - https://www.mkdocs.org

                    Material for MkDocs I think is almost universally the theme I see in use - https://squidfunk.github.io/mkdocs-material/

                    bearmine@gamepad.clubB This user is from outside of this forum
                    bearmine@gamepad.clubB This user is from outside of this forum
                    bearmine@gamepad.club
                    wrote last edited by
                    #10

                    @SeanMP

                    This might be a good way to get something up and running real quick. Thanks

                    Edit: and markdown is flexible enough that I could probably easily migrate stuff later if I needed to.

                    seanmp@mindly.socialS 1 Reply Last reply
                    0
                    • bearmine@gamepad.clubB bearmine@gamepad.club

                      @SeanMP

                      This might be a good way to get something up and running real quick. Thanks

                      Edit: and markdown is flexible enough that I could probably easily migrate stuff later if I needed to.

                      seanmp@mindly.socialS This user is from outside of this forum
                      seanmp@mindly.socialS This user is from outside of this forum
                      seanmp@mindly.social
                      wrote last edited by
                      #11

                      @bearmine Ye!

                      I use it for my StreamController plugin here: https://veadosc.kekemui.gg/getting_started.html

                      bearmine@gamepad.clubB 1 Reply Last reply
                      0
                      • seanmp@mindly.socialS seanmp@mindly.social

                        @bearmine Ye!

                        I use it for my StreamController plugin here: https://veadosc.kekemui.gg/getting_started.html

                        bearmine@gamepad.clubB This user is from outside of this forum
                        bearmine@gamepad.clubB This user is from outside of this forum
                        bearmine@gamepad.club
                        wrote last edited by
                        #12

                        @SeanMP I like the cat

                        seanmp@mindly.socialS 1 Reply Last reply
                        0
                        • bearmine@gamepad.clubB bearmine@gamepad.club

                          @SeanMP I like the cat

                          seanmp@mindly.socialS This user is from outside of this forum
                          seanmp@mindly.socialS This user is from outside of this forum
                          seanmp@mindly.social
                          wrote last edited by
                          #13

                          @bearmine Hah! It's one of Veadotube's unofficial mascots.

                          1 Reply Last reply
                          2
                          0
                          • R relay@relay.publicsquare.global shared this topic
                            R relay@relay.mycrowd.ca shared this topic
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups