Skip to content

CraftJarvis/craftjarvis.github.io

Repository files navigation

Homepage for CraftJarvis Org

How to add content

  • Add new project: _tabs/projects.md
  • Edit About page: _tabs/about.md
  • Add new post: _posts/
  • Add new project in the home page: index.md
  • Edit other contents in the home page: _layouts/home.html
  • Most other text: _config.yaml
  • Add new images: assets/img/
  • Website icon: assets/img/favicons/

How to deploy locally

Install Ruby>=3.0.0 & Node.js

macOS

brew install ruby node
brew link --overwrite ruby

then open a new terminal session.

Ubuntu

sudo apt-get install ruby-full build-essential zlib1g-dev nodejs npm

echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Install Dependencies

npm install
npm run build
gem install jekyll bundler
bundle install

Run locally

bundle exec jekyll serve [--host 0.0.0.0]

License

This project is published under [MIT License][license].

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published