Hugo介绍及安装使用

Hugo介绍

The world’s fastest framework for building websites
Hugo 是世界上最快的构建网站的框架
Hugo 是最流行的开源静态站点生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站再次变得有趣。

英文官网:
https://gohugo.io/

中文官网:
https://www.gohugo.cn/

Hugo主题:
https://themes.gohugo.io/

Hugo快速入门

Nexus仓库简介及安装

1、Nexus仓库(Nexus Repository)
Nexus是Sonatype公司发布的一款仓库(Repository)管理软件,常用来搭建Maven私服,所以也有人将Nexus称为“Maven仓库管理器”。

官方文档地址:
Repository Manager 2
https://help.sonatype.com/repomanager2
Repository Manager 3
https://help.sonatype.com/repomanager3

Nexus3除了支持Java的Maven仓库外,还支持:

  • .Net的NuGet仓库(.NET Package Repositories with NuGet)
  • Python的Pipy仓库(PyPI Repositories)
  • Ruby的Gem仓库(Ruby, RubyGems and Gem Repositories)
  • Nodejs的npm仓库(Node Packaged Modules and npm Registries)
  • javascript的bower仓库(Bower Repositories)
  • docker的registry仓库(Docker Registry)
  • rpm包及yum源(RPM Packages and YUM Repositories)
  • 普通的文件仓库
    ...