Directory structure issue

When I create a new site I am not getting all of the directory structures. The only folders showing up in my project are _posts and _site. I’ve tried uninstalling and jekyll and still doesn’t seem to work.

probably because new sites use a theme and theme files are sort of hidden.

Where are things like the _includes file?

the link above explains it fairly well I think - though I don’t use themes myself.

@rayr3lyt If you have Bundler installed, simply run the following to get the “path” to current theme on your system:

# the default theme for a new site is called "minima"
# so to get the path to where "minima" is installed, run
#
$ bundle show minima