Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

perlang-org/perlang-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

No longer used; superseded by https://github.com/perlun/perlang/tree/master/docs.

Local development

Running the Hugo server locally:

$ hugo serve -D

Note that this will conveniently provide a hot-reloading web server. Whenever you change a Markdown document for the web page you are looking at in the web browser, the browser automatically refreshes the contents.

Building the site

Since the public/ folder is a submodule, we can conveniently rebuild it and push the updated content to GitHub like this:

$ hugo
$ cd public/
$ git add .
$ git commit -m 'Rebuilt'
$ git push

Releases

No releases published

Packages

No packages published

Languages