manishmarahatta.com.np
me@manishmarahatta.com.np
"programmer, emacs aficionado, linux addict, activist"
...website building
-available 24/7 (even with heavy traffic)
-easy to create, edit, and maintain!
-scalable
-Dynamically generated pages in CMS
systems!
-Maintain our own servers and
databases !
1. HTML → TXT
(with Markdown)
2. Dynamic → Static
(with Jekyll)
3. Servers → Hosted
(with GitHub)
-static site generator
-converts source files (markdown) into a website
-Obama used JEKYLL for Fundraising Campaign site in 2012.
-GitHub is running Jekyll.
-Many bloggers migrating from wordpress
-Writers/ Journalists
-Open Prompt/Terminal and type "gem install jekyll bundler"
-now type "jekyll new my-site"
-now cd into your site directory
-now type "jekyll serve"
Now the jekyll server is running on localhost:4000
CHEERS