Coder Social home page Coder Social logo

adslab's Introduction

Wowchemy Website Builder

本项目基于Academic框架构建。
Academic是一款基于Hugo构建的Website Builder。
所以Academic和Hugo的文档可能会对你有用:
Academic's documentation
Hugo's documentation

快速开始

  • 你可以通过netlify预览本项目master分支的效果。

  • 如果你想在自己的PC上编辑和预览,请参考一下步骤:

    1. 环境搭建:这里仅介绍windows下的安装方法,其他平台参看docs
      需要安装gitgohugo-extended
      notice:hugo-extended 需要手动配置环境变量。
      建议手动安装所有软件,也可以参考文档中使用包管理器一键安装(由于网络原因,实际体验并不是太好)
    2. 运行项目
        >git clone https://github.com/Colins110/ADSLab.git
        >cd ADSLab
        >hugo server

    打开浏览器,访问http://localhost:1313,即可预览效果

    具体配置方法参见:Academic's documentation
    更多Hugo配置方法参见Hugo's documentation

内容生成

  • 创建课题
    eg. hugo new --kind project project/分布式存储系统

  • 创建论文

    1. 在google学术查找相关论文,并导入到 Zotero
    2. 从Zotero中将论文信息导出为*.bib结尾的 BibTeX 格式文件
    3. 安装academic工具:
    pip3 install -U academic
    1. 在项目目录下运行:
    academic import --bibtex <path_to_your/publications.bib>
  • 添加新闻
    hugo new --kind post detailNews/{新闻名}
    将头图命名为featured.jpg/png 放入 content/detailNews/{新闻名},编辑对应文件夹下的index.md文件,包括title,summary,date和具体内容。 若要在主页现实新闻,则将对应新闻文件夹复制到content/homeNews而文件夹下即可 可以参考目录下已有例子

  • 添加活动
    hugo new --kind post post/{活动名}
    将头图命名为featured.jpg/png 放入 content/post/{活动名},编辑对应文件夹下的index.md文件,包括title,summary,date和具体内容。 可以参考目录下已有例子

adslab's People

Contributors

colins110 avatar 1926627357 avatar ksqsf avatar zacharyliu-cs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.