https://www.dendron.so/ logo
Join Discord
Powered by
# chat
  • u

    user

    08/18/2020, 2:21 AM
    I just want to write my notes haha, not programming everytime i wirte a note.
  • u

    user

    08/18/2020, 2:21 AM
    There is a plugin called gatsby-theme-andy that people use to do this.
  • i

    imalightbulb

    08/18/2020, 2:21 AM
    Hmm what does
    gastby
    actually does?
  • u

    user

    08/18/2020, 2:21 AM
    Gatsby have a thing that makes an entire website from your .md files.
  • i

    imalightbulb

    08/18/2020, 2:21 AM
    ohh
  • u

    user

    08/18/2020, 2:22 AM
    Gatsby is like a tool to make websites very fast with command lines and a little of programming.
  • u

    user

    08/18/2020, 2:22 AM
    But to understand what you're doing you need, at least, to know something about Javascript.
  • u

    user

    08/18/2020, 2:23 AM
    Dendron uses Jekyll, that makes the same thing.
  • i

    imalightbulb

    08/18/2020, 2:24 AM
    > Gatsby is like a tool to make websites very fast with command lines and a little of programming. @User How? With built-in environment?
  • u

    user

    08/18/2020, 2:24 AM
    They have a CLI that runs on NodeJS.
  • u

    user

    08/18/2020, 2:24 AM
    You make you website in seconds.
  • i

    imalightbulb

    08/18/2020, 2:25 AM
    I just started learning HTML and CSS from a week ago, plan to learn JS after this
  • i

    imalightbulb

    08/18/2020, 2:25 AM
    so NodeJS is based on JS?
  • u

    user

    08/18/2020, 2:25 AM
    JS is very powerful, but it have so many faces that sometimes it is confusing.
  • u

    user

    08/18/2020, 2:25 AM
    Yes.
  • u

    user

    08/18/2020, 2:26 AM
    Basically JS is a language that makes a website responsible. Clicking things, tips on mouse hover etc.
  • i

    imalightbulb

    08/18/2020, 2:27 AM
    So what we do is make a
    Gastby site
    ?
  • u

    user

    08/18/2020, 2:28 AM
    Imagine this like a tool.
  • u

    user

    08/18/2020, 2:28 AM
    A tool for coding less.
  • u

    user

    08/18/2020, 2:28 AM
    Making a site without writing every page of html and css and this thing.
  • u

    user

    08/18/2020, 2:28 AM
    You will just use tools (called plugins) to run in your gatsby site. Most of the work is automatically.
  • i

    imalightbulb

    08/18/2020, 2:29 AM
    sounds cool!
  • u

    user

    08/18/2020, 2:29 AM
    Like, there is a tool to make markdown files to show as webpages.
  • u

    user

    08/18/2020, 2:29 AM
    There is another tool to make your site looks cool (themes).
  • u

    user

    08/18/2020, 2:30 AM
    You just install the plugins, and to install these plugins you need a little bit of knowledge on JS syntax.
  • u

    user

    08/18/2020, 2:31 AM
    The gastsby CLI (command line interpreter) makes it all for you. All you need is to customize somethings...
  • u

    user

    08/18/2020, 2:31 AM
    There is a tool to embed things when parsing the markdown files to webpages.
  • u

    user

    08/18/2020, 2:32 AM
    Like, what if you want to embed a youtube video on you markdown. You can't.
  • u

    user

    08/18/2020, 2:32 AM
    But there is a plugin that reads your MD file and make the html code automatically.
  • i

    imalightbulb

    08/18/2020, 2:32 AM
    Hmm saw a tutorial of making static websites with gastby should I learn Gastby after JS? OR I can learn JS by working on Gastby? 😆
1...101112...148Latest