Doc
For use this themes template , first you need to install Node download node ,then you can download ruby
Or you can read jekyll documentation in here : Jekyll Documentation
Then you need to download or clone this repo : download now
or clone use npm shell terminal : git clone https://github.com/mesinkasir/darkcat
After download then run bundle install && jekyll serve
If you have error and problem with : cannot load such file – webrick (LoadError)
you need to run
bundle add webrick
after webrick installation success on your device you can run
jekyll serve
or run with
bundle exec jekyll serve
Now you can visit on
localhost:4000
on your web browser
Website Setting : for setting title and description or change social media link you can visit on
_config.yml
and change meta title tag and social media with your own.
Create new Page : for create new page just add new file and name it with yourpage.md or you can copy from another page then insert title and permalink and write your page content.
Create new Blog : for create new blog just add new file and name it with format : years-month-day.article.md files or you can copy from another article then insert title ,permalink,categories and write your blog article content.
How to deploy and run website online : you can create github account, just register then create a repo upload your source code project on your repo. for detail how deploy your site online read github documentation.
Hapy codding and blogging !! Be a Jekyll warrior and build your fast website with jekyll now.
For detail how to install and work with this themes you can cek here →