0

0

Git 项目推荐 | Go 语言开发的静态网站生成器_html/css_WEB-ITnose

PHP中文网

PHP中文网

发布时间:2016-06-24 11:24:04

|

1642人浏览过

|

来源于php中文网

原创


git 项目推荐 | go 语言开发的静态网站生成器_html/css_web-itnose

About gosk

gosk is a static site generator written in Go.

Features

Getting started

install golang first, if you don't have,see http://golang.org/doc/install(Notice:go version must >=1.2)

$ go get github.com/scottkiss/gosk

   

Compile gosk

$ cd $GOPATH/github.com/scottkiss/gosk/bin$ go build gosk.go

   

if build passing,do the next.

Create Site(Blog)

$ cd bin#run the gosk(if in windows os,will be gosk.exe) file$ ./gosk build(if in windows os : gosk build)

   

if there is no errors,Congratulations,a folder named public will be created in current folder,then you can host the publish folder use any web server which support serving static content.In gosk,it also provide a simple static web server for testing in local.

Use the built-in server gosk-server

$ cd $GOPATH/github.com/scottkiss/gosk/bin$ ./gosk run :80

   

It will run on http://localhost:8080/if don't specify the port (Notic: Don't move the gosk(gosk.exe) file,keep it under the bin folder,and don't move the root folder too,Or it won't work)

Now,Open your web browser and visit: http://localhost/ - Enjoy it.

project category

bin | - publish                 
#published folder,include compiled .html files      | - ...                
#assets       | - index.html      | - rss.xml      | - ...                
#more html files | - root                    #root folder      | - assets             
#assets folder,include javascript and css files      | - pages              
#custom pages folder      | - posts             
#post folder           | - article1.md   
#metadata text file           | - article2.md   
#metadata text file      | - templates          
#template folder           | - default       
#default theme template           | - default-zh    
#default-zh theme template           | - ...           
#more themes template      | - config.yml         
#site global configure      | - nav.yml            
#navbar configure      | - pages.yml          
#custom site configure | - gosk                   
#gosk  file

   

more themes

gosk-theme

who use gosk

  • cocosk

If you are using gosk too,please tell me by email.

中文指南

特点

  • 支持Markdown

    图可丽批量抠图
    图可丽批量抠图

    用AI技术提高数据生产力,让美好事物更容易被发现

    下载
  • 支持自定义主题

  • 自带默认一个主题,支持代码高亮

  • 编译文章速度快

  • 更多特点,谁用谁知道 _^

开始使用

$ go get github.com/scottkiss/gosk

   

编译 gosk

$ cd $GOPATH/github.com/scottkiss/gosk/bin$ go build gosk.go

   

编译通过后,进行下一步

创建 静态页面(博客)

$ cd bin#运行编译生成的gosk(如果在windows平台下,是gosk.exe) 文件$ ./gosk build(在windows平台下运行gosk build)

   

如果没什么出错提示,那么恭喜你,在当前目录下会创建一个叫public目录,然后你可以用任何 支持静态服务的服务器部署public目录。为了方便测试,gosk也内置了一个简陋的静态web服务器。

使用内置静态服务器

$ cd $GOPATH/github.com/scottkiss/gosk/bin$ ./gosk run :80

   

如果不指定后面的参数(执行 ./gosk run)默认是运行在 http://localhost:8080/(注意:不要移动gosk(gosk.exe)的位置,也不要移动root目录的位置,不然就无法成功编译或运行了。)

现在,打开您的浏览器并访问: http://localhost/

项目目录结构

bin | - publish                 
#执行编译后生成的目录,静态站点根目录      | - ...                
#资源,如javascript和css       | - index.html         
#生成的首页文件      | - rss.xml      | - ...                
#更多html文件 | - root                    
#根目录,存放待编译的模板文件等      | - assets             
#资源目录,包括javascript 和 css 文件      | - pages              
#自定义页面目录      | - posts              
#发布的文章目录           | - article1.md   
#markdown编写的元文本文件           | - article2.md   
#markdown编写的元文本文件      | - templates          
#模板目录           | - default       
#默认主题模版           | - default-zh    
#默认中文主题模版           | - ...           
#更多模版主题      | - config.yml         
#站点全局配置文件      | - nav.yml            
#站点导航栏配置文件      | - pages.yml          
#自定义页面配置文件 | - gosk                    
#gosk  执行文件

   

更多主题

gosk内置一个default主题,更多主题请前往 gosk-theme

使用gosk的站点

  • 酷酷时空

如果你也使用gosk,如果不介意,通过邮件告诉我哦。

License

View the LICENSEfile

以上就是Git 项目推荐 | Go 语言开发的静态网站生成器_html/css_WEB-ITnose的内容,更多相关内容请关注PHP中文网(www.php.cn)!

相关文章

HTML速学教程(入门课程)
HTML速学教程(入门课程)

HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!

下载

相关标签:

git

本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

相关专题

更多
Word 字间距调整方法汇总
Word 字间距调整方法汇总

本专题整合了Word字间距调整方法,阅读下面的文章了解更详细操作。

2

2025.12.24

任务管理器教程
任务管理器教程

本专题整合了任务管理器相关教程,阅读下面的文章了解更多详细操作。

2

2025.12.24

AppleID格式
AppleID格式

本专题整合了AppleID相关内容,阅读专题下面的文章了解更多详细教程。

0

2025.12.24

csgo视频观看入口合集
csgo视频观看入口合集

本专题整合了csgo观看入口合集,阅读下面的文章了知道更多入口地址。

29

2025.12.24

yandex外贸入口合集
yandex外贸入口合集

本专题汇总了yandex外贸入口地址,阅读下面的文章了解更多内容。

58

2025.12.24

添加脚注通用方法
添加脚注通用方法

本专题整合了添加脚注方法合集,阅读专题下面的文章了解更多内容。

1

2025.12.24

重启电脑教程汇总
重启电脑教程汇总

本专题整合了重启电脑操作教程,阅读下面的文章了解更多详细教程。

3

2025.12.24

纸张尺寸汇总
纸张尺寸汇总

本专题整合了纸张尺寸相关内容,阅读专题下面的文章了解更多内容。

5

2025.12.24

Java Spring Boot 微服务实战
Java Spring Boot 微服务实战

本专题深入讲解 Java Spring Boot 在微服务架构中的应用,内容涵盖服务注册与发现、REST API开发、配置中心、负载均衡、熔断与限流、日志与监控。通过实际项目案例(如电商订单系统),帮助开发者掌握 从单体应用迁移到高可用微服务系统的完整流程与实战能力。

1

2025.12.24

热门下载

更多
网站特效
/
网站源码
/
网站素材
/
前端模板

精品课程

更多
相关推荐
/
热门推荐
/
最新课程
Git 教程
Git 教程

共21课时 | 2.2万人学习

Git版本控制工具
Git版本控制工具

共8课时 | 1.5万人学习

Git中文开发手册
Git中文开发手册

共0课时 | 0人学习

关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号