You can report problems or help improve m-core.org by opening an issue or a pull request.
Install npm
Run commands
sudo npm i -g gulp bower browser-sync
sudo gem install bundler
Make sure you have ruby and then install bundler:
gem install bundler
Run the following command from within your local m-core.org repository:
bundle install
npm install
Finally, build the website into _site/:
bundle exec jekyll build
You can copy the output files from _site/ to the root of your web server. If you want to browse the site locally, run
bundle exec jekyll serve
and then visit http://127.0.0.1:4000/.
$ bundle exec rake post title="title"
$ bundle exec rake page name="about.md"
$ bundle exec rake category title="Main"
$ bundle exec rake tag title="News"
$ bundle exec 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
Released under the terms of the MIT license or see https://opensource.org/licenses/MIT.