# Theme "jekyll-theme-chirpy"

**URL:** https://talk.jekyllrb.com/t/theme-jekyll-theme-chirpy/8524
**Category:** Help
**Created:** [September 9, 2023, 2:43am UTC](https://talk.jekyllrb.com/t/theme-jekyll-theme-chirpy/8524 "2023-09-09T02:43:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://talk.jekyllrb.com/u/Pandiyan)
#### Post date: [September 9, 2023, 2:43am UTC](https://talk.jekyllrb.com/t/theme-jekyll-theme-chirpy/8524/1 "2023-09-09T02:43:47Z")

</div>

Hi, I forked the chirpy theme. Then I ran the Jekyll server and it worked fine. but it generates an error when clicking on the website.  
Error “/assets/js/dist/home.min.js” file not found. I checked it in the repository. The ‘dist’ folder isn’t there.  
How I fix it?

 ![errors](https://canada1.discourse-cdn.com/flex030/uploads/jekyllrb/original/2X/e/e270a5a0e51725ec0c1b42ca9f0be676558aa4ff.png)

---

<div class="post-metadata">

### Author: ![panchtatvam](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/panchtatvam/32/5512_2.png) [@panchtatvam](https://talk.jekyllrb.com/u/panchtatvam)
#### Post date: [September 9, 2023, 10:43am UTC](https://talk.jekyllrb.com/t/theme-jekyll-theme-chirpy/8524/2 "2023-09-09T10:43:22Z")

</div>

[You](https://github.com/PandiyanDev/pandiyandev.github.io/) seem to be using [Chirpy starter](https://github.com/cotes2020/chirpy-starter).  
Did you follow the installation documentation and installed it via [GitHub](https://github.com/cotes2020/chirpy-starter/blob/main/README.md#installation) ?

Assets for `chirpy starter` are in a git submodule. If using GitHub installation instructions, this should have been done by GitHub.

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://talk.jekyllrb.com/u/Pandiyan)
#### Post date: [September 9, 2023, 11:21am UTC](https://talk.jekyllrb.com/t/theme-jekyll-theme-chirpy/8524/3 "2023-09-09T11:21:57Z")

</div>

Thank you for helping me. I fixed my error. You are right start with a chirpy starter.
