Simplest CMS ever?












-1















I’m building a super simple website with 5 pages and I want a CMS that allows me to change the text and the pictures in a couple of them.



In the past I used wordpress, but it has way too many features that i don’t need in this case.



I’ve been trying to learn gatsby.js so I would like to build it on that, but trying to see how to source from Netlify-CMS I started facing an overwhelming amount of information which I'm not sure I need.



Any tips?



Thanks!



M










share|improve this question





























    -1















    I’m building a super simple website with 5 pages and I want a CMS that allows me to change the text and the pictures in a couple of them.



    In the past I used wordpress, but it has way too many features that i don’t need in this case.



    I’ve been trying to learn gatsby.js so I would like to build it on that, but trying to see how to source from Netlify-CMS I started facing an overwhelming amount of information which I'm not sure I need.



    Any tips?



    Thanks!



    M










    share|improve this question



























      -1












      -1








      -1








      I’m building a super simple website with 5 pages and I want a CMS that allows me to change the text and the pictures in a couple of them.



      In the past I used wordpress, but it has way too many features that i don’t need in this case.



      I’ve been trying to learn gatsby.js so I would like to build it on that, but trying to see how to source from Netlify-CMS I started facing an overwhelming amount of information which I'm not sure I need.



      Any tips?



      Thanks!



      M










      share|improve this question
















      I’m building a super simple website with 5 pages and I want a CMS that allows me to change the text and the pictures in a couple of them.



      In the past I used wordpress, but it has way too many features that i don’t need in this case.



      I’ve been trying to learn gatsby.js so I would like to build it on that, but trying to see how to source from Netlify-CMS I started facing an overwhelming amount of information which I'm not sure I need.



      Any tips?



      Thanks!



      M







      content-management-system gatsby






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 26 '18 at 11:04







      Matteo Carpi

















      asked Nov 24 '18 at 13:48









      Matteo CarpiMatteo Carpi

      105




      105
























          2 Answers
          2






          active

          oldest

          votes


















          0














          Netlify has a built in CMS, and it's compatible with Gatsby! You can find examples online. It should be good for smaller sites, but for larger projects, I really like Prismic.io. Contentful is another popular one, but it's a bit pricier than prismic.



          Edit: reread your comment about sourcing from Netlify. Netlify is not a "source" plug in in Gatsby. You use a local file +markdown source, and do the configuration for netlify, which adds an admin interface at an endpoint. You configure your data models in the interface, create login, etc. Then, when you submit changes, it modifies files in your connected git repo, so the local file + remark will make the data available in the graphql queries.






          share|improve this answer
























          • Thanks for the tips! I actually meant "I'm sourcing from Netlify-CMS", good to get confirmation that that's a good idea. I'm still fighting with it since all of it (gatsby.js, react, graphql etc.) is very new to me, but it seems achievable :)

            – Matteo Carpi
            Nov 26 '18 at 11:02





















          0














          In the end I used Forestry.io, a good simple solution that did exactly what I needed in combination with Jekyll.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53458797%2fsimplest-cms-ever%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Netlify has a built in CMS, and it's compatible with Gatsby! You can find examples online. It should be good for smaller sites, but for larger projects, I really like Prismic.io. Contentful is another popular one, but it's a bit pricier than prismic.



            Edit: reread your comment about sourcing from Netlify. Netlify is not a "source" plug in in Gatsby. You use a local file +markdown source, and do the configuration for netlify, which adds an admin interface at an endpoint. You configure your data models in the interface, create login, etc. Then, when you submit changes, it modifies files in your connected git repo, so the local file + remark will make the data available in the graphql queries.






            share|improve this answer
























            • Thanks for the tips! I actually meant "I'm sourcing from Netlify-CMS", good to get confirmation that that's a good idea. I'm still fighting with it since all of it (gatsby.js, react, graphql etc.) is very new to me, but it seems achievable :)

              – Matteo Carpi
              Nov 26 '18 at 11:02


















            0














            Netlify has a built in CMS, and it's compatible with Gatsby! You can find examples online. It should be good for smaller sites, but for larger projects, I really like Prismic.io. Contentful is another popular one, but it's a bit pricier than prismic.



            Edit: reread your comment about sourcing from Netlify. Netlify is not a "source" plug in in Gatsby. You use a local file +markdown source, and do the configuration for netlify, which adds an admin interface at an endpoint. You configure your data models in the interface, create login, etc. Then, when you submit changes, it modifies files in your connected git repo, so the local file + remark will make the data available in the graphql queries.






            share|improve this answer
























            • Thanks for the tips! I actually meant "I'm sourcing from Netlify-CMS", good to get confirmation that that's a good idea. I'm still fighting with it since all of it (gatsby.js, react, graphql etc.) is very new to me, but it seems achievable :)

              – Matteo Carpi
              Nov 26 '18 at 11:02
















            0












            0








            0







            Netlify has a built in CMS, and it's compatible with Gatsby! You can find examples online. It should be good for smaller sites, but for larger projects, I really like Prismic.io. Contentful is another popular one, but it's a bit pricier than prismic.



            Edit: reread your comment about sourcing from Netlify. Netlify is not a "source" plug in in Gatsby. You use a local file +markdown source, and do the configuration for netlify, which adds an admin interface at an endpoint. You configure your data models in the interface, create login, etc. Then, when you submit changes, it modifies files in your connected git repo, so the local file + remark will make the data available in the graphql queries.






            share|improve this answer













            Netlify has a built in CMS, and it's compatible with Gatsby! You can find examples online. It should be good for smaller sites, but for larger projects, I really like Prismic.io. Contentful is another popular one, but it's a bit pricier than prismic.



            Edit: reread your comment about sourcing from Netlify. Netlify is not a "source" plug in in Gatsby. You use a local file +markdown source, and do the configuration for netlify, which adds an admin interface at an endpoint. You configure your data models in the interface, create login, etc. Then, when you submit changes, it modifies files in your connected git repo, so the local file + remark will make the data available in the graphql queries.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 25 '18 at 10:21









            Michael ThariathMichael Thariath

            463




            463













            • Thanks for the tips! I actually meant "I'm sourcing from Netlify-CMS", good to get confirmation that that's a good idea. I'm still fighting with it since all of it (gatsby.js, react, graphql etc.) is very new to me, but it seems achievable :)

              – Matteo Carpi
              Nov 26 '18 at 11:02





















            • Thanks for the tips! I actually meant "I'm sourcing from Netlify-CMS", good to get confirmation that that's a good idea. I'm still fighting with it since all of it (gatsby.js, react, graphql etc.) is very new to me, but it seems achievable :)

              – Matteo Carpi
              Nov 26 '18 at 11:02



















            Thanks for the tips! I actually meant "I'm sourcing from Netlify-CMS", good to get confirmation that that's a good idea. I'm still fighting with it since all of it (gatsby.js, react, graphql etc.) is very new to me, but it seems achievable :)

            – Matteo Carpi
            Nov 26 '18 at 11:02







            Thanks for the tips! I actually meant "I'm sourcing from Netlify-CMS", good to get confirmation that that's a good idea. I'm still fighting with it since all of it (gatsby.js, react, graphql etc.) is very new to me, but it seems achievable :)

            – Matteo Carpi
            Nov 26 '18 at 11:02















            0














            In the end I used Forestry.io, a good simple solution that did exactly what I needed in combination with Jekyll.






            share|improve this answer




























              0














              In the end I used Forestry.io, a good simple solution that did exactly what I needed in combination with Jekyll.






              share|improve this answer


























                0












                0








                0







                In the end I used Forestry.io, a good simple solution that did exactly what I needed in combination with Jekyll.






                share|improve this answer













                In the end I used Forestry.io, a good simple solution that did exactly what I needed in combination with Jekyll.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 22 '18 at 13:16









                Matteo CarpiMatteo Carpi

                105




                105






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53458797%2fsimplest-cms-ever%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Contact image not getting when fetch all contact list from iPhone by CNContact

                    count number of partitions of a set with n elements into k subsets

                    A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks