项目作者: sayarghoshroy

项目描述 :
Little Website with Personal Introduction and a Projects Showcase
高级语言: SCSS
项目地址: git://github.com/sayarghoshroy/sayarghoshroy.github.io.git
创建时间: 2020-07-22T16:30:03Z
项目社区:https://github.com/sayarghoshroy/sayarghoshroy.github.io

开源协议:

下载


Little Website with Personal Introduction and a Projects Showcase

Powered by Jekyll and Github Pages, built upon the Alembic theme.

The website is hosted here.


My design features a landing page, a projects showcase page and a tab to hold your resume.

The style can be easily tweaked by editting the files:

  • _sass/_settings.scss
  • _sass/_theme.scss

To Build

  1. bundle update
  2. bundle install

To Run Locally

  1. Open Gemfile in a text editor
  2. Uncomment line 17 i.e add gemspec
  3. In line 4, modify github-pages to jekyll-remote-theme
  4. Run the commands above to build with bundle
  5. Fire up the terminal and run: bundle exec jekyll serve