Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
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 (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Docusaurus - Documentation/Simple Websites

Docusaurus - Documentation/Simple Websites

Scheduled Pinned Locked Moved App Wishlist
23 Posts 11 Posters 7.8k Views 11 Watching
  • 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.
  • girishG girish

    @andreasdueren Not sure if this is what you are asking but our docs are generated from mkdocs - https://git.cloudron.io/cloudron/docs . We have a CI file which builds and uploads to a surfer - https://git.cloudron.io/cloudron/docs/-/blob/master/.gitlab-ci.yml

    andreasduerenA Offline
    andreasduerenA Offline
    andreasdueren
    App Dev
    wrote on last edited by
    #12

    @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

    jdaviescoatesJ 1 Reply Last reply
    0
    • andreasduerenA andreasdueren

      @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

      jdaviescoatesJ Offline
      jdaviescoatesJ Offline
      jdaviescoates
      wrote on last edited by jdaviescoates
      #13

      @andreasdueren said in Docusaurus - Documentation/Simple Websites:

      @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

      I'm pretty sure there is.

      I suggest just having a read of the docs, perhaps starting with Getting Started

      https://www.mkdocs.org/getting-started/

      (these posts about mkdocs don't really belong in this thread though)

      I use Cloudron with Gandi & Hetzner

      1 Reply Last reply
      1
      • L Online
        L Online
        LoudLemur
        wrote on last edited by
        #14

        Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

        jdaviescoatesJ 1 Reply Last reply
        0
        • L LoudLemur

          Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #15

          @LoudLemur said in Docusaurus - Documentation/Simple Websites:

          Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

          The more apps the bettter, but we've already got Ghost which imho is the closest thing to an open source substack

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          2
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #16

            I'm also super interested into this 🙂 I browsed some websites using Docusaurus and I was immediately tempted to give it a try

            1 Reply Last reply
            1
            • L Online
              L Online
              LoudLemur
              wrote on last edited by
              #17

              Docusaurus 3.0 is now available: https://docusaurus.io/blog/releases/3.0

              1 Reply Last reply
              1
              • L LoudLemur referenced this topic on
              • L Online
                L Online
                LoudLemur
                wrote on last edited by
                #18

                Docusaurus 3.4 is now available, with better support for tags, offline browsing and local storage:

                https://docusaurus.io/blog/releases/3.4

                1 Reply Last reply
                1
                • marcusquinnM Offline
                  marcusquinnM Offline
                  marcusquinn
                  wrote on last edited by
                  #19

                  Seeing Docusaurus used a lot with the new kids on the FOSS development block. Be great to have it on Cloudron!

                  Some nice examples:

                  • https://docs.simstudio.ai/introduction
                  • https://www.turbostarter.dev/docs/web

                  Web Design & Development: https://www.evergreen.je
                  Technology & Apps: https://www.marcusquinn.com

                  L murgeroM 2 Replies Last reply
                  3
                  • marcusquinnM marcusquinn

                    Seeing Docusaurus used a lot with the new kids on the FOSS development block. Be great to have it on Cloudron!

                    Some nice examples:

                    • https://docs.simstudio.ai/introduction
                    • https://www.turbostarter.dev/docs/web
                    L Online
                    L Online
                    LoudLemur
                    wrote on last edited by
                    #20

                    @marcusquinn Yes!

                    The latest release is now here:
                    https://docusaurus.io/blog/releases/3.7

                    1 Reply Last reply
                    3
                    • marcusquinnM marcusquinn

                      Seeing Docusaurus used a lot with the new kids on the FOSS development block. Be great to have it on Cloudron!

                      Some nice examples:

                      • https://docs.simstudio.ai/introduction
                      • https://www.turbostarter.dev/docs/web
                      murgeroM Offline
                      murgeroM Offline
                      murgero
                      App Dev
                      wrote on last edited by
                      #21

                      @marcusquinn Docusaurus is a static site gen, you run it on your computer then it spits out HTML files for you. You can host in the LAMP app or the Surfer app 🙂 there is no server for it so it can't really be an app here unless someone makes a web-ui for it.

                      --
                      https://urgero.org
                      ~ Professional Nerd. Freelance Programmer. ~

                      1 Reply Last reply
                      2
                      • robiR Offline
                        robiR Offline
                        robi
                        wrote on last edited by
                        #22

                        Combination with Strapi might work: https://github.com/arjun-vegeta/docusaurus-with-strapi-cms

                        Conscious tech

                        L 1 Reply Last reply
                        1
                        • robiR robi

                          Combination with Strapi might work: https://github.com/arjun-vegeta/docusaurus-with-strapi-cms

                          L Online
                          L Online
                          LoudLemur
                          wrote on last edited by LoudLemur
                          #23

                          @robi https://forum.cloudron.io/topic/2759/strapi-open-source-node-js-headless-cms-to-easily-build-customisable-apis?_=1748686628709

                          1 Reply Last reply
                          1
                          • marcusquinnM marcusquinn referenced this topic on

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Bookmarks
                          • Search