search
HomeWeb Front-endHTML TutorialGit 项目推荐 | Go 语言开发的静态网站生成器_html/css_WEB-ITnose


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

About gosk

gosk is a static site generator written in Go.

Features

  • Markdown support

  • Custom theme support

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

  • 支持自定义主题

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

  • 编译文章速度快

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

开始使用

$ 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)!


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML: The Structure, CSS: The Style, JavaScript: The BehaviorHTML: The Structure, CSS: The Style, JavaScript: The BehaviorApr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML: Evolution and Trends in Web DesignThe Future of HTML: Evolution and Trends in Web DesignApr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

HTML vs. CSS vs. JavaScript: A Comparative OverviewHTML vs. CSS vs. JavaScript: A Comparative OverviewApr 16, 2025 am 12:04 AM

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTML: Is It a Programming Language or Something Else?HTML: Is It a Programming Language or Something Else?Apr 15, 2025 am 12:13 AM

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML: Building the Structure of Web PagesHTML: Building the Structure of Web PagesApr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

From Text to Websites: The Power of HTMLFrom Text to Websites: The Power of HTMLApr 13, 2025 am 12:07 AM

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

Understanding HTML, CSS, and JavaScript: A Beginner's GuideUnderstanding HTML, CSS, and JavaScript: A Beginner's GuideApr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The Role of HTML: Structuring Web ContentThe Role of HTML: Structuring Web ContentApr 11, 2025 am 12:12 AM

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version