Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add page building #14

Open
chrisdmacrae opened this issue Aug 22, 2020 · 0 comments
Open

Add page building #14

chrisdmacrae opened this issue Aug 22, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@chrisdmacrae
Copy link
Owner

Struggle:

Designing new pages can feel time consuming, and is device dependant at the moment. Currently I have to:

  • Have git on the device
  • Have an IDE on the device
  • Be able to compile typescript, and run a next.js dev server

However, most pages aren't novel or new designs. They're just remixing existing elements of designs, and MAYBE introducing a new element or two.

If I could do this by placeholdering the new elements, while assembling a page w/ a simple page builder UI, that would allow me to put out:

  • Custom article/blog post designs for any post, a la medium.
  • Custom landing page designs for any post, a la web flow.
  • Custom "project" page designs for any project, a la dribble or bechance.

Solution:

I'm going to do the following:

  • Setup InlineBlocks for a medium-like article creation experience
  • Setup InlineGrid for a squarespace-like landing page creation experience
  • Setup InlineGrid for a bechance-like project showcase creation experience
@chrisdmacrae chrisdmacrae added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant