My personal website where I talk about front-end development like HTML5, CSS3, JavaScript and Wordpress, PHP and more.
⚠️ It requires inslated node/npm and ruby/rubygems installed
$ sudo npm i -g gulp bower browser-sync
$ sudo gem install bundler
$ bundle install
$ npm install
$ rake post title="TITLE OF THE POST"
$ rake page name="about.md"
$ rake category title="Programing"
$ rake tag title="Jekyll"
$ jekyll server
Access, localhost:4000
$ gulp
- Change the variables
GITHUB_REPONAME
andGITHUB_REPO_BRANCH
inRakefile
- Run
rake
orrake publish
for build and publish on Github
- Jekyll;
- Jekyll Documentation;
- Como definir URLs curtas no Jekyll;
- Adicionando Disqus ao seu projeto Jekyll;
It is under the MIT license.
⚠️ Please remove metas<meta name="robots" content="noindex">
and<meta name="googlebot" content="noindex">
in_layouts/default.html
Enjoy! 😋