Skip to content

BCIC-LAB/LAB_web

 
 

Repository files navigation

About us

Brain-Computer Interface and Hardware Acceleration Laboratory of Northeastern University

this is an Academic Blog


关于如何使用与更新

对刚接触GitHub的同学,请阅读我们编写的东秦自救手册中关于md与git的相关内容

首先,如果遇到很高级的定制问题,请阅读官方文档Minimal MistakesA Jekyll theme

启动本地预览

要在本地运行并预览 Jekyll 网站,你需要按照以下步骤操作:

  1. 安装 Ruby 和 RubyGems Jekyll 是用 Ruby 编写的,所以首先需要安装 Ruby 和 RubyGems(Ruby 的包管理工具)。

macOS: 使用 brew install ruby Windows: 你可以通过 RubyInstaller 安装 Ruby。 Linux: 使用系统的包管理器(如 apt, dnf)安装 Ruby,比如在 Ubuntu 上执行 sudo apt install ruby-full 终端进入在此文件夹目录下,或者直接在vcode的集成终端中输入:

gem install jekyll bundler
bundle install
bundle exec jekyll serve

或者点击笔者写好的start.bash文件

修改字体大小(主页除外)

强烈建议使用内联式写法!!!!!!由于主题的精细结构,直接指定style会直接动全部文字! mdimage 调节不同h,不同p的参数可以直接将网页中的字体比例发生变化(需要一定的html知识

注意,还有一个更加细微的微调旋钮可以精细调节原始比例,但不建议 0

修改主页字体大小

强烈建议使用内联式写法!!!!!!由于主题的精细结构,直接指定style会直接动全部文字! 需要一定的前端知识,具体是html的语法规范 修改<div>指定的font-size比例 0

常用功能:修改左侧栏信息:

mdimages_config中找到以上内容,即可定制bio,图片等相关信息

常用功能:修改左上角title

mdimages_config中找到以上内容,即可定制logo,title等相关信息

常用功能:修改navigate

0

打开navigation.yml文件,按照想展示的先后顺序添加新的标签栏,并给每个标签栏分配唯一的url

0

在网页中点击navigation之后,这个模板会去这里找相关的md文件或者html文件

0

在相应的md或者html文件中,我们一般需要添加

---
title: "这个网页显示在最上面的标题"
permalink: /在navigation.yml中指定的url/
---

当然,这些东西大家随便找一个之前写过的文档模仿一下就可以了,相关页面可以使用html或者md编写,都能正常解析 这里笔者放心不下补充一点:layout的值_pages文件夹里面的文件一般不添加,但是index.md或者index.html一定要使用layout:home!

修改主页index

直接修改根目录中那个index文件即可

0

提交post

将md文件按照YY-MM-DD-Title.md命名即可,并放入

0

using the theme:Minimal Mistakes Jekyll theme

LICENSE Jekyll

License

The MIT License (MIT)

Copyright (c) 2013-2024 Michael Rose and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Minimal Mistakes incorporates icons from The Noun Project creators Garrett Knoll, Arthur Shlain, and tracy tam. Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).

Minimal Mistakes incorporates Font Awesome, Copyright (c) 2017 Dave Gandy. Font Awesome is distributed under the terms of the SIL OFL 1.1 and MIT License.

Minimal Mistakes incorporates photographs from Unsplash.

Minimal Mistakes incorporates Susy, Copyright (c) 2017, Miriam Eric Suzanne. Susy is distributed under the terms of the BSD 3-clause "New" or "Revised" License.

Minimal Mistakes incorporates Breakpoint. Breakpoint is distributed under the terms of the MIT/GPL Licenses.

Minimal Mistakes incorporates FitVids.js, Copyright (c) 2013 Dave Rubert and Chris Coyier. FitVids is distributed under the terms of the WTFPL License.

Minimal Mistakes incorporates Magnific Popup, Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com. Magnific Popup is distributed under the terms of the MIT License.

Minimal Mistakes incorporates Smooth Scroll, Copyright (c) 2019 Chris Ferdinandi. Smooth Scroll is distributed under the terms of the MIT License.

Minimal Mistakes incorporates Gumshoejs, Copyright (c) 2019 Chris Ferdinandi. Gumshoejs is distributed under the terms of the MIT License.

Minimal Mistakes incorporates jQuery throttle / debounce, Copyright (c) 2010 "Cowboy" Ben Alman. jQuery throttle / debounce is distributed under the terms of the MIT License.

Minimal Mistakes incorporates GreedyNav.js, Copyright (c) 2015 Luke Jackson. GreedyNav.js is distributed under the terms of the MIT License.

Minimal Mistakes incorporates Jekyll Group-By-Array, Copyright (c) 2015 Max White [email protected]. Jekyll Group-By-Array is distributed under the terms of the MIT License.

Minimal Mistakes incorporates @allejo's Pure Liquid Jekyll Table of Contents, Copyright (c) 2017 Vladimir Jimenez. Pure Liquid Jekyll Table of Contents is distributed under the terms of the MIT License.

Minimal Mistakes incorporates Lunr, Copyright (c) 2018 Oliver Nightingale. Lunr is distributed under the terms of the MIT License.

Minimal Mistakes incorporates clipboard.js, Copyright (c) 2021 Zeno Rocha. Clipboard.js is distributed under the terms of the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.7%
  • SCSS 45.6%
  • JavaScript 3.6%
  • Ruby 3.1%