jekyll-arabica-boilerplate

jekyll-arabica-boilerplate

A really simple project that serves as a boiler plate for developers building front end websites with Jekyll. Watch video presentation for this boilerplate at https://www.youtube.com/watch?v=TLJuhdXiMXg

Jekyll Arabica Boilerplate



About

A really simple project that serves as a boiler plate for developers building front end websites with Jekyll. Most of the conventions in this boilerplate originate from regular jekyll based terminologies in terms of folder names. However, few simple modifications have been done in order to standardize website building with jekyll in an opiniated but simple manner. Watch the video presentation on YouTube.

Built Using

Getting Started

  • To use this boilerplate, you will need to have some working knowledge of jekyll or any other similar static site generator. For those of you who are first timers with jekyll, I would recommend that you visit their website.
  • Please ensure that jekyll and gems are installed in your system prior to using this boilerplate. For more infomration, visit the jekyll website on how to install jekyll in your system.
  • To use this boilerplate, execute a git clone command of the repository. You can choose to provide a personalized project folder name:
    foo@bar:~$ git clone [email protected]:sricharankrishnan/jekyll-arabica-boilerplate.git [./your-project-folder-name]
    
  • Execute the cleanup command to prepare the scaffold for your development requirements:
    foo@bar:~$ cd ./project-folder-name
    foo@bar:~$ sh app-cleanup.sh
    
  • Once the cleanup process is complete, execute the below command to start the jekyll server:
    foo@bar:~$ npm run start
    
  • Open a browser and proceed to http://localhost:4000/ and you should be able to see the landing page of the boilerplate
  • For more information, please visit the docs section of the boilerplate

Supporting This Project

Supporting this project would go a long way in keeping me motivated to build other open source projects. If you like this boilerplate and what it has to offer to the Web Dev community, support this project with a Github Star. Have a nice day ahead and Keep Coding!

You are free to download Espresso without any limitations. I would love to see this project structure being used for your project requirements! If this has made a difference to you, I'm really happy that I've contributed in a positive way.